test impressions
This commit is contained in:
parent
f01a1ed6f8
commit
2b2d787054
56 changed files with 722 additions and 139 deletions
89
maquette-tests/assets/fonts/RoutedGothic/stylesheet.css
Normal file
89
maquette-tests/assets/fonts/RoutedGothic/stylesheet.css
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
@font-face {
|
||||
font-family: 'Routed Gothic';
|
||||
src: url('RoutedGothic.woff2') format('woff2'),
|
||||
url('RoutedGothic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* @font-face {
|
||||
font-family: 'Routed Gothic Half';
|
||||
src: url('RoutedGothic-Half-Italic.woff2') format('woff2'),
|
||||
url('RoutedGothic-Half-Italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
} */
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Routed Gothic';
|
||||
src: url('RoutedGothic-Italic.woff2') format('woff2'),
|
||||
url('RoutedGothic-Italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Routed Gothic Narrow';
|
||||
src: url('RoutedGothicNarrow-Italic.woff2') format('woff2'),
|
||||
url('RoutedGothicNarrow-Italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* @font-face {
|
||||
font-family: 'Routed Gothic Narrow Half';
|
||||
src: url('RoutedGothicNarrow-Half-Italic.woff2') format('woff2'),
|
||||
url('RoutedGothicNarrow-Half-Italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
} */
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Routed Gothic Narrow';
|
||||
src: url('RoutedGothicNarrow.woff2') format('woff2'),
|
||||
url('RoutedGothicNarrow.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Routed Gothic Wide';
|
||||
src: url('RoutedGothicWide.woff2') format('woff2'),
|
||||
url('RoutedGothicWide.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Routed Gothic Wide';
|
||||
src: url('RoutedGothicWide-Half-Italic.woff2') format('woff2'),
|
||||
url('RoutedGothicWide-Half-Italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* @font-face {
|
||||
font-family: 'Routed Gothic Wide';
|
||||
src: url('RoutedGothicWide-Italic.woff2') format('woff2'),
|
||||
url('RoutedGothicWide-Italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
} */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue