mirror of
https://github.com/mfocko/blog.git
synced 2025-05-07 11:52:58 +02:00
20 lines
442 B
CSS
20 lines
442 B
CSS
@font-face {
|
|
font-family: "JetBrains Mono";
|
|
src: url("/fonts/JetBrainsMono[wght].woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "JetBrains Mono";
|
|
font-style: italic;
|
|
src: url("/fonts/JetBrainsMono-Italic[wght].woff2") format("woff2");
|
|
}
|
|
|
|
[data-theme='dark'] pre,
|
|
[data-theme='dark'] code,
|
|
[data-theme='dark'] kbd,
|
|
[data-theme='dark'] var,
|
|
[data-theme='dark'] tt,
|
|
[data-theme='dark'] text {
|
|
font-weight: 350;
|
|
}
|
|
|