add comic mono font
This commit is contained in:
parent
3e93cc7ffb
commit
7e823484b0
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
1
fonts/comic-mono-font
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 9a96d04cdd2919964169192e7d9de5012ef66de4
|
13
fonts/comic-mono-font.css
Normal file
13
fonts/comic-mono-font.css
Normal 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');
|
||||
}
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
cd `dirname $0`
|
||||
git pull
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
Loading…
Reference in New Issue
Block a user