update fonts css
This commit is contained in:
parent
7e823484b0
commit
7db24ea730
@ -1,13 +1,12 @@
|
||||
@font-face {
|
||||
font-family: 'Comic Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/comic-mono-font/ComicMono.ttf') format('ttf');
|
||||
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');
|
||||
src: url('/fonts/comic-mono-font/ComicMono-Bold.ttf'), format('ttf');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user