add comic mono font

This commit is contained in:
Akbar Rahman 2024-02-29 12:15:04 +00:00
parent 3e93cc7ffb
commit 7e823484b0
Signed by: alvierahman90
GPG Key ID: 6217899F07CA2BDF
4 changed files with 19 additions and 0 deletions

3
.gitmodules vendored Normal file
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

1
fonts/comic-mono-font Submodule

@ -0,0 +1 @@
Subproject commit 9a96d04cdd2919964169192e7d9de5012ef66de4

13
fonts/comic-mono-font.css Normal file
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');
}

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
cd `dirname $0`
git pull
git submodule init
git submodule update