12 lines
319 B
CSS
12 lines
319 B
CSS
|
/* lato-latin-ext-900-normal*/
|
||
|
@font-face {
|
||
|
font-family: 'Lato';
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
font-weight: 900;
|
||
|
src:
|
||
|
local('Lato Black'),
|
||
|
local('Lato-Black'), url('./files/lato-latin-ext-900-normal.woff2') format('woff2'), url('./files/lato-latin-ext-900-normal.woff') format('woff');
|
||
|
|
||
|
}
|