aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Tolmachov <me@igorek.dev>2023-09-24 14:33:22 +0900
committerIgor Tolmachov <me@igorek.dev>2023-09-24 14:33:22 +0900
commit982dd1d45d85bd8b7a2901b049eb3a00e08dca13 (patch)
tree7c06409739974f1c4b81a8a6bc323fc6a432d7b8
parent8913c2d9264413fca5fa1a4c900ba84cb2c8c91f (diff)
downloadpages-982dd1d45d85bd8b7a2901b049eb3a00e08dca13.tar.gz
pages-982dd1d45d85bd8b7a2901b049eb3a00e08dca13.zip
Optimize fonts
-rw-r--r--font.ttfbin2249872 -> 1900140 bytes
-rw-r--r--index.html6
2 files changed, 4 insertions, 2 deletions
diff --git a/font.ttf b/font.ttf
index 60f7a81..bc1f88e 100644
--- a/font.ttf
+++ b/font.ttf
Binary files differ
diff --git a/index.html b/index.html
index 11cfc32..b3ec9ee 100644
--- a/index.html
+++ b/index.html
@@ -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) {