diff options
| -rw-r--r-- | font.ttf | bin | 2249872 -> 1900140 bytes | |||
| -rw-r--r-- | index.html | 6 |
2 files changed, 4 insertions, 2 deletions
| Binary files differ | |||
| @@ -12,13 +12,15 @@ | |||
| 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 | |||
| 15 | @font-face { | 17 | @font-face { |
| 16 | font-family: Noto Sans Mono; | 18 | font-family: Nerd Font; |
| 17 | src: url(font.ttf); | 19 | src: url(font.ttf); |
| 18 | } | 20 | } |
| 19 | 21 | ||
| 20 | * { | 22 | * { |
| 21 | font-family: Noto Sans Mono; | 23 | font-family: Noto Sans Mono, Nerd Font, monospace; |
| 22 | } | 24 | } |
| 23 | 25 | ||
| 24 | @media screen and (max-width: 700px) { | 26 | @media screen and (max-width: 700px) { |
