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