add fonts
This commit is contained in:
parent
fd77a0516e
commit
5b3318a465
6 changed files with 31 additions and 0 deletions
Binary file not shown.
BIN
maquette-tests/assets/fonts/JetBrains/JetBrainsMono[wght].ttf
Normal file
BIN
maquette-tests/assets/fonts/JetBrains/JetBrainsMono[wght].ttf
Normal file
Binary file not shown.
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;
|
||||
} */
|
||||
BIN
maquette-tests/assets/fonts/OCR-X/OCR-XTrial-VariableVF.ttf
Normal file
BIN
maquette-tests/assets/fonts/OCR-X/OCR-XTrial-VariableVF.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/OCR-X/OCR-XTrial-VariableVF.woff2
Normal file
BIN
maquette-tests/assets/fonts/OCR-X/OCR-XTrial-VariableVF.woff2
Normal file
Binary file not shown.
13
maquette-tests/assets/fonts/OCR-X/stylesheet.css
Normal file
13
maquette-tests/assets/fonts/OCR-X/stylesheet.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
@font-face {
|
||||
font-family: "OCR X";
|
||||
src: url("OCR-XTrial-VariableVF.ttf") format("truetype");
|
||||
font-weight: 10 220;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "OCR X";
|
||||
src: url("OCR-XTrial-VariableVF.woff2") format("woff2");
|
||||
font-weight: 10 220;
|
||||
font-style: normal;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue