add comic mono font

This commit is contained in:
2024-02-29 12:15:04 +00:00
parent 3e93cc7ffb
commit 7e823484b0
4 changed files with 19 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "fonts/comic-mono-font"]
path = fonts/comic-mono-font
url = https://git.alv.cx/alvierahman90/comic-mono-font.git
+13
View File
@@ -0,0 +1,13 @@
@font-face {
font-family: 'Comic Mono';
font-style: normal;
font-weight: 400;
src: url('/fonts/comic-mono-font/ComicMono.ttf') format('ttf');
}
@font-face {
font-family: 'Comic Mono';
font-style: normal;
font-weight: bold;
src: url('/fonts/comic-mono-font/ComicMono-Bold.ttf') format('ttf');
}
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
cd `dirname $0`
git pull
git submodule init
git submodule update