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