add maquette-tests
This commit is contained in:
parent
a25f7b6eba
commit
f01a1ed6f8
348 changed files with 42979 additions and 0 deletions
BIN
maquette-tests/assets/fonts/Selectric/SelectricMono.woff
Normal file
BIN
maquette-tests/assets/fonts/Selectric/SelectricMono.woff
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/Selectric/SelectricMono.woff2
Normal file
BIN
maquette-tests/assets/fonts/Selectric/SelectricMono.woff2
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/Selectric/SelectricRoman.woff
Normal file
BIN
maquette-tests/assets/fonts/Selectric/SelectricRoman.woff
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/Selectric/SelectricRoman.woff2
Normal file
BIN
maquette-tests/assets/fonts/Selectric/SelectricRoman.woff2
Normal file
Binary file not shown.
18
maquette-tests/assets/fonts/Selectric/stylesheet.css
Normal file
18
maquette-tests/assets/fonts/Selectric/stylesheet.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
@font-face {
|
||||
font-family: 'Selectric Mono';
|
||||
src: url('SelectricMono.woff2') format('woff2'),
|
||||
url('SelectricMono.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Selectric';
|
||||
src: url('SelectricRoman.woff2') format('woff2'),
|
||||
url('SelectricRoman.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue