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