63 lines
1.7 KiB
CSS
63 lines
1.7 KiB
CSS
/* font config, Lexend Deca */
|
|
|
|
@font-face {
|
|
font-family: "Lexend Deca";
|
|
src:
|
|
local("Lexend Deca"),
|
|
local("Lexend"),
|
|
url("/assets/fonts/LexendDeca/static/LexendDeca-Regular.ttf") format("opentype");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Lexend Deca";
|
|
src:
|
|
local("Lexend Deca"),
|
|
local("Lexend"),
|
|
url("/assets/fonts/LexendDeca/static/LexendDeca-Bold.ttf") format("opentype");
|
|
font-weight: bold;
|
|
font-style: bold;
|
|
}
|
|
|
|
/* font config, JetBrains Mono */
|
|
|
|
@font-face {
|
|
font-family: "JetBrains Mono";
|
|
src:
|
|
local("JetBrains Mono"),
|
|
url("/assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-Regular.woff2") format("woff"),
|
|
local("JetBrainsMono Nerd Font");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "JetBrains Mono";
|
|
src:
|
|
local("JetBrains Mono"),
|
|
url("/assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-Bold.woff2") format("woff"),
|
|
local("JetBrainsMono Nerd Font");
|
|
font-weight: bold;
|
|
font-style: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "JetBrains Mono";
|
|
src:
|
|
local("JetBrains Mono"),
|
|
url("/assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-Italic.woff2") format("woff"),
|
|
local("JetBrainsMono Nerd Font");
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "JetBrains Mono";
|
|
src:
|
|
local("JetBrains Mono"),
|
|
url("/assets/fonts/JetBrainsMono/fonts/webfonts/JetBrainsMono-BoldItalic.woff2") format("woff"),
|
|
local("JetBrainsMono Nerd Font");
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|