add FiraCode NerfFont files
ci/woodpecker/pr/test Pipeline failed Details
ci/woodpecker/push/test Pipeline failed Details
ci/woodpecker/push/next unknown status Details
ci/woodpecker/push/master unknown status Details
ci/woodpecker/pr/next unknown status Details
ci/woodpecker/pr/master unknown status Details

This commit is contained in:
OCram85 2022-11-09 19:09:07 +01:00
parent 8827e479ce
commit 13c46bbaef
7 changed files with 32 additions and 0 deletions

View File

@ -24,3 +24,7 @@ RUN \
echo 'source /etc/bash_completion.d/install-devruntime-completion' >> /etc/bash.bashrc && \
touch "$HOME/enable_motd" && \
echo "if [[ -e \"$HOME/enable_motd\" ]]; then echo -e \"Use \\e[32m'install-devruntime'\\e[0m to install missing runtimes like dotnet or NodeJs.\"; fi" >> /etc/bash.bashrc
WORKDIR /app/code-server/lib/vscode/out/vs/workbench
ADD FiraCode/* .
RUN cat fonts.css >> workbench.web.main.css

28
FiraCode/fonts.css Normal file
View File

@ -0,0 +1,28 @@
/* ::CUSTOM VSCODE FONTS:: */
@font-face {
font-family: 'FiraCode';
src: url('fonts/FiraCode-Regular-NerdFont-Complete') format('ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'FiraCode Mono';
src: url('fonts/FiraCode-Regular-NerdFont-Complete-Mono') format('ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'FiraCode Win';
src: url('fonts/FiraCode-Regular-NerdFont-Complete-Windows-Compatible') format('ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'FiraCode Win Mono';
src: url('fonts/FiraCode-Regular-NerdFont-Complete-Mono-Windows-Compatible.ttf') format('ttf');
font-weight: 400;
font-style: normal;
}