From 3de7cacc7382fe6f11fe7055b5bea461f3d07b1e Mon Sep 17 00:00:00 2001 From: jabuxas Date: Tue, 17 Sep 2024 00:52:17 -0300 Subject: [PATCH] fix: wrong font name --- dev/style.css | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/dev/style.css b/dev/style.css index 49d1a89..7751502 100644 --- a/dev/style.css +++ b/dev/style.css @@ -5,7 +5,7 @@ @font-face { font-family: "JetBrainsMono Nerd Font"; - src: url("./fonts/JetBrainsMono Nerd Font.ttf") format("truetype"); + src: url("./fonts/JetBrains-Mono-Nerd-Font-Complete.ttf") format("truetype"); } body { @@ -23,7 +23,6 @@ body { .container { display: flex; flex-direction: column; - gap: 1em; } img { @@ -53,22 +52,22 @@ img { font-family: "JetBrainsMono Nerd Font"; } +.mail-icon:before { + content: "\f42f"; + font-size: 2em; +} + .github-icon:before { content: "\f09b"; - font-size: 3em; + font-size: 2em; } .gitea-icon:before { content: "\e702"; - font-size: 3em; + font-size: 2.8em; } .paste-icon:before { content: "\f429"; - font-size: 3em; -} - -.mail-icon:before { - content: "\eb1c"; - font-size: 3em; + font-size: 2.2em; }