add comic mono font
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "fonts/comic-mono-font"]
|
||||
path = fonts/comic-mono-font
|
||||
url = https://git.alv.cx/alvierahman90/comic-mono-font.git
|
||||
Submodule
+1
Submodule fonts/comic-mono-font added at 9a96d04cdd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user