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