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/ESface/ESFaceTRIAL-Black.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Black.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-BlackItalic.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-BlackItalic.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Bold.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Bold.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-BoldItalic.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Book.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Book.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-BookItalic.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-BookItalic.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-ExtraBold.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-ExtraBold.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-ExtraLight.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-ExtraLight.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Italic.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Italic.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Light.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Light.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-LightItalic.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-LightItalic.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Medium.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Medium.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-MediumItalic.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-MediumItalic.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Regular.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Regular.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-SemiBold.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-SemiBold.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Thin.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-Thin.ttf
Normal file
Binary file not shown.
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-ThinItalic.ttf
Normal file
BIN
maquette-tests/assets/fonts/ESface/ESFaceTRIAL-ThinItalic.ttf
Normal file
Binary file not shown.
160
maquette-tests/assets/fonts/ESface/stylesheet.css
Normal file
160
maquette-tests/assets/fonts/ESface/stylesheet.css
Normal file
|
|
@ -0,0 +1,160 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-Thin.ttf') format('truetype');
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-ThinItalic.ttf') format('truetype');
|
||||
font-weight: 100;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-ExtraLight.ttf') format('truetype');
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-ExtraLightItalic.ttf') format('truetype');
|
||||
font-weight: 200;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-LightItalic.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-Book.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-BookItalic.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-Italic.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-Medium.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-MediumItalic.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-SemiBold.ttf') format('truetype');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-SemiBoldItalic.ttf') format('truetype');
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-Bold.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-BoldItalic.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-ExtraBold.ttf') format('truetype');
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-ExtraBoldItalic.ttf') format('truetype');
|
||||
font-weight: 800;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-Black.ttf') format('truetype');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ESFace';
|
||||
src: url('ESFaceTRIAL-BlackItalic.ttf') format('truetype');
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue