From baf4c50fd4acb06a31307eb52cedb2da39f87f5e 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 | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/dev/style.css b/dev/style.css index 49d1a89..480391f 100644 --- a/dev/style.css +++ b/dev/style.css @@ -4,8 +4,8 @@ } @font-face { - font-family: "JetBrainsMono Nerd Font"; - src: url("./fonts/JetBrainsMono Nerd Font.ttf") format("truetype"); + font-family: "JetBrains Mono Nerd Font"; + 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 { @@ -50,25 +49,25 @@ img { } .icon { - font-family: "JetBrainsMono Nerd Font"; -} - -.github-icon:before { - content: "\f09b"; - font-size: 3em; -} - -.gitea-icon:before { - content: "\e702"; - font-size: 3em; -} - -.paste-icon:before { - content: "\f429"; - font-size: 3em; + font-family: "JetBrains Mono Nerd Font"; } .mail-icon:before { content: "\eb1c"; font-size: 3em; } + +.github-icon:before { + content: "\f09b"; + font-size: 2em; +} + +.gitea-icon:before { + content: "\e702"; + font-size: 2.8em; +} + +.paste-icon:before { + content: "\f429"; + font-size: 2.2em; +}