Embed Comic Mono
This commit is contained in:
parent
3e17391969
commit
8352c0f6d6
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,2 +1,3 @@
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
*.otf filter=lfs diff=lfs merge=lfs -text
|
*.otf filter=lfs diff=lfs merge=lfs -text
|
||||||
*olicy !text -filter -merge -diff
|
*olicy !text -filter -merge -diff
|
||||||
|
|
BIN
static/comic-mono.ttf
(Stored with Git LFS)
Normal file
BIN
static/comic-mono.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -1,8 +1,16 @@
|
||||||
|
/* Fonts */
|
||||||
|
@font-face {
|
||||||
|
font-family: Comic Mono;
|
||||||
|
src: url(comic-mono.ttf);
|
||||||
|
/* Normally I'm against using fonts in websites, but I mean COME ON. This isn't
|
||||||
|
* Helvetica Clone 13, it's COMIC MONO. How iconic is that??? */
|
||||||
|
}
|
||||||
|
|
||||||
/* Basic styling */
|
/* Basic styling */
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: Comic Mono;
|
font-family: Comic Mono, monospace;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
background-color: #141016;
|
background-color: #141016;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue