add fonts
This commit is contained in:
parent
fd77a0516e
commit
5b3318a465
6 changed files with 31 additions and 0 deletions
18
maquette-tests/assets/fonts/JetBrains/stylesheet.css
Normal file
18
maquette-tests/assets/fonts/JetBrains/stylesheet.css
Normal 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;
|
||||
} */
|
||||
Loading…
Add table
Add a link
Reference in a new issue