| 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 | } |
Ostatnio aktywny 5 months ago
| 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 | } |