aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Tolmachov <me@igorek.dev>2023-09-24 15:31:12 +0900
committerIgor Tolmachov <me@igorek.dev>2023-09-24 15:31:12 +0900
commitc0cdb3ea300a4a3c3dc4c2f61acc562832355565 (patch)
tree708200b0615d32452ad88e44535375ee5000e70e
parent982dd1d45d85bd8b7a2901b049eb3a00e08dca13 (diff)
downloadpages-c0cdb3ea300a4a3c3dc4c2f61acc562832355565.tar.gz
pages-c0cdb3ea300a4a3c3dc4c2f61acc562832355565.zip
Revert "Optimize fonts"
This reverts commit 982dd1d45d85bd8b7a2901b049eb3a00e08dca13.
-rw-r--r--font.ttfbin1900140 -> 2249872 bytes
-rw-r--r--index.html6
2 files changed, 2 insertions, 4 deletions
diff --git a/font.ttf b/font.ttf
index bc1f88e..60f7a81 100644
--- a/font.ttf
+++ b/font.ttf
Binary files differ
diff --git a/index.html b/index.html
index b3ec9ee..11cfc32 100644
--- a/index.html
+++ b/index.html
@@ -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) {