first commit
This commit is contained in:
commit
6134204a10
66 changed files with 1924 additions and 0 deletions
35
assets/fonts/Area/stylesheet.css
Normal file
35
assets/fonts/Area/stylesheet.css
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
@font-face {
|
||||
font-family: 'Area Normal';
|
||||
src: url('AreaNormal-Bold.woff2') format('woff2'),
|
||||
url('AreaNormal-Bold.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Area Normal';
|
||||
src: url('AreaNormal-BoldItalic.woff2') format('woff2'),
|
||||
url('AreaNormal-BoldItalic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Area Normal';
|
||||
src: url('AreaNormal-Black.woff2') format('woff2'),
|
||||
url('AreaNormal-Black.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Area Normal';
|
||||
src: url('AreaNormal-BlackItalic.woff2') format('woff2'),
|
||||
url('AreaNormal-BlackItalic.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue