Adding JetBrainsMono italic font for bar and moving fonts to WOFF2
This commit is contained in:
parent
7695ffa757
commit
50d5964921
@ -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");
|
||||||
}
|
}
|
||||||
|
BIN
public/fonts/jetbrains-italic.woff2
Normal file
BIN
public/fonts/jetbrains-italic.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
public/fonts/jetbrains.woff2
Normal file
BIN
public/fonts/jetbrains.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
public/fonts/ubuntu.woff2
Normal file
BIN
public/fonts/ubuntu.woff2
Normal file
Binary file not shown.
@ -35,7 +35,7 @@ body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
font-family: JetBrainsMono;
|
font-family: JetBrainsItalic;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user