fix: wrong font name

This commit is contained in:
jabuxas 2024-09-17 00:52:17 -03:00
parent 68ba91fb59
commit 53ddd8ad02

View File

@ -5,7 +5,7 @@
@font-face { @font-face {
font-family: "JetBrainsMono Nerd Font"; 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 { body {
@ -23,7 +23,6 @@ body {
.container { .container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 1em;
} }
img { img {
@ -53,22 +52,22 @@ img {
font-family: "JetBrainsMono Nerd Font"; font-family: "JetBrainsMono Nerd Font";
} }
.mail-icon:before {
content: "\f42f";
font-size: 3em;
}
.github-icon:before { .github-icon:before {
content: "\f09b"; content: "\f09b";
font-size: 3em; font-size: 2em;
} }
.gitea-icon:before { .gitea-icon:before {
content: "\e702"; content: "\e702";
font-size: 3em; font-size: 2.8em;
} }
.paste-icon:before { .paste-icon:before {
content: "\f429"; content: "\f429";
font-size: 3em; font-size: 2.2em;
}
.mail-icon:before {
content: "\eb1c";
font-size: 3em;
} }