You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
234 B
CSS
10 lines
234 B
CSS
2 years ago
|
@font-face {
|
||
|
font-family: 'Styrene B';
|
||
|
src: url('subset-StyreneB-Bold.woff2') format('woff2'),
|
||
|
url('subset-StyreneB-Bold.woff') format('woff');
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|