diff options
| -rw-r--r-- | font.ttf | bin | 1900140 -> 2249872 bytes | |||
| -rw-r--r-- | index.html | 6 |
2 files changed, 2 insertions, 4 deletions
| Binary files differ | |||
| @@ -12,15 +12,13 @@ | |||
| 12 | <title>igorek.dev</title> | 12 | <title>igorek.dev</title> |
| 13 | </head> | 13 | </head> |
| 14 | <style> | 14 | <style> |
| 15 | @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&display=swap"); | ||
| 16 | |||
| 17 | @font-face { | 15 | @font-face { |
| 18 | font-family: Nerd Font; | 16 | font-family: Noto Sans Mono; |
| 19 | src: url(font.ttf); | 17 | src: url(font.ttf); |
| 20 | } | 18 | } |
| 21 | 19 | ||
| 22 | * { | 20 | * { |
| 23 | font-family: Noto Sans Mono, Nerd Font, monospace; | 21 | font-family: Noto Sans Mono; |
| 24 | } | 22 | } |
| 25 | 23 | ||
| 26 | @media screen and (max-width: 700px) { | 24 | @media screen and (max-width: 700px) { |
