add triplecate

This commit is contained in:
Julie Blanc 2026-03-10 14:17:49 +01:00
parent cc75afe344
commit 0d3afdc58d
34 changed files with 357 additions and 295 deletions

View file

@ -0,0 +1,18 @@
@font-face {
font-family: "JetBrains Mono";
src: url("JetBrainsMono[wght].ttf") format("truetype");
font-weight: 100 800;
font-style: normal;
}
@font-face {
font-family: "JetBrains Mono";
src: url("JetBrainsMono-Italic[wght].ttf") format("truetype");
font-weight: 100 800;
font-style: italic;
}
/* p {
font-family: "JetBrains Mono";
font-feature-settings: "calt" 1;
} */