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; +}