10 lines
337 B
CSS
10 lines
337 B
CSS
|
/* atkinson-hyperlegible-latin-ext-700-normal*/
|
||
|
@font-face {
|
||
|
font-family: 'Atkinson Hyperlegible';
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
font-weight: 700;
|
||
|
src: url('./files/atkinson-hyperlegible-latin-ext-700-normal.woff2') format('woff2'), url('./files/atkinson-hyperlegible-latin-ext-700-normal.woff') format('woff');
|
||
|
|
||
|
}
|