Adding JetBrainsMono italic font for bar and moving fonts to WOFF2

This commit is contained in:
ngn 2024-01-15 20:48:13 +03:00
parent 7695ffa757
commit 50d5964921
7 changed files with 8 additions and 3 deletions

View File

@ -1,9 +1,14 @@
@font-face { @font-face {
font-family: Ubuntu; font-family: Ubuntu;
src: url("fonts/ubuntu.ttf"); src: url("fonts/ubuntu.woff2") format("woff2");
} }
@font-face { @font-face {
font-family: JetBrainsMono; font-family: JetBrainsMono;
src: url("fonts/jetbrains.ttf"); src: url("fonts/jetbrains.woff2") format("woff2");
}
@font-face {
font-family: JetBrainsItalic;
src: url("fonts/jetbrains-italic.woff2") format("woff2");
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/fonts/ubuntu.woff2 Normal file

Binary file not shown.

View File

@ -35,7 +35,7 @@ body{
} }
.logo { .logo {
font-family: JetBrainsMono; font-family: JetBrainsItalic;
font-size: 30px; font-size: 30px;
color: white; color: white;
} }