0.9
This commit is contained in:
parent
457d66f2c6
commit
fbc79df143
23 changed files with 2611 additions and 4 deletions
56
static/custom.css
Normal file
56
static/custom.css
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
@font-face {
|
||||
font-style: normal;
|
||||
font-weight: 100 900;
|
||||
src: url("fonts/InterVariable.woff2") format("woff2");
|
||||
font-family: "Inter Variable";
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-style: italic;
|
||||
font-weight: 100 900;
|
||||
src: url("fonts/InterVariable-Italic.woff2") format("woff2");
|
||||
font-family: "Inter Variable";
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-style: normal;
|
||||
font-weight: 100 900;
|
||||
src: url("fonts/JetBrainsMono.woff2") format("woff2");
|
||||
font-family: "JetBrains Mono";
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-style: italic;
|
||||
font-weight: 100 900;
|
||||
src: url("fonts/JetBrainsMono-Italic.woff2") format("woff2");
|
||||
font-family: "JetBrains Mono";
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Inter Variable", var(--font-system-ui), var(--font-emoji);
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: 900;
|
||||
font-family: "Inter Variable", var(--font-system-ui), var(--font-emoji);
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
pre,
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: "JetBrains Mono", var(--font-monospace-code);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue