14 lines
311 B
CSS
14 lines
311 B
CSS
@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');
|
|
}
|