Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 95fb30c2 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

feat: use JetBrains Mono

parent 69465c81
No related branches found
No related tags found
No related merge requests found
Pipeline #4445 passed
This commit is part of merge request !40. Comments created here will be created in the context of that merge request.
......@@ -3,6 +3,13 @@
# and commit this file to your remote git repository to share the goodness with others.
tasks:
- name: install fonts
before: |
curl -L https://download.jetbrains.com/fonts/JetBrainsMono-2.242.zip --output /tmp/JetBrainsMono.zip
cd /tmp/
unzip JetBrainsMono.zip
sudo mv fonts/* /usr/share/fonts
fc-cache -f -v
- init: npm install && npm run build
command: npm run start
# Ports to expose on workspace startup
......@@ -11,9 +18,9 @@ ports:
onOpen: open-browser
vscode:
extensions:
- bierner.markdown-preview-github-styles
- GitLab.gitlab-workflow
- gitlab.gitlab-workflow
- pinage404.git-extension-pack
- bierner.markdown-preview-github-styles
- DavidAnson.vscode-markdownlint
- silvenon.mdx
- esbenp.prettier-vscode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment