This commit is contained in:
parent
52aa5d10eb
commit
55471fd67c
10 changed files with 137 additions and 33 deletions
23
src/apex.css
Normal file
23
src/apex.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
@font-face {
|
||||
font-family: 'Apex Mk2';
|
||||
src: url('/assets/ApexMk2-Regular.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Apex Mk2';
|
||||
src: url('/assets/ApexMk2-LightCondensed.woff2') format('woff2');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Apex Mk2';
|
||||
src: url('/assets/ApexMk2-BoldExtended.woff2') format('woff2');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue