layout terminal
This commit is contained in:
parent
aed4b9eb92
commit
68a0dcb88b
80 changed files with 2234 additions and 349 deletions
45
maquette-tests/assets/fonts/DecorRound/stylesheet.css
Normal file
45
maquette-tests/assets/fonts/DecorRound/stylesheet.css
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
@font-face {
|
||||
font-family: 'Decor Pixel Round';
|
||||
src: url('DecorPixelRound-Bold.woff2') format('woff2'),
|
||||
url('DecorPixelRound-Bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Decor Pixel Round';
|
||||
src: url('DecorPixelRound-Regular.woff2') format('woff2'),
|
||||
url('DecorPixelRound-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Decor Pixel Round';
|
||||
src: url('DecorPixelRound-Medium.woff2') format('woff2'),
|
||||
url('DecorPixelRound-Medium.woff') format('woff');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Decor Round Random';
|
||||
src: url('DecorRoundRandom-Regular.woff2') format('woff2'),
|
||||
url('DecorRoundRandom-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Decor Round Random Random';
|
||||
src: url('DecorRoundRandomRandom-Regular.woff2') format('woff2'),
|
||||
url('DecorRoundRandomRandom-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue