1 | @font-face { |
2 | font-family: Comic Mono; |
3 | font-weight: normal; |
4 | src: url(./ComicMono.ttf); |
5 | } |
6 | |
7 | @font-face { |
8 | font-family: Comic Mono; |
9 | font-weight: bold; |
10 | src: url(./ComicMono-Bold.ttf); |
11 | } |
12 | body { |
13 | font-family: 'Comic Mono'; |
14 | } |
Last active
1 | @font-face { |
2 | font-family: Comic Mono; |
3 | font-weight: normal; |
4 | src: url(./ComicMono.ttf); |
5 | } |
6 | |
7 | @font-face { |
8 | font-family: Comic Mono; |
9 | font-weight: bold; |
10 | src: url(./ComicMono-Bold.ttf); |
11 | } |
12 | body { |
13 | font-family: 'Comic Mono'; |
14 | } |