11 lines
323 B
CSS
11 lines
323 B
CSS
/* lato-latin-ext-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-ext-400-normal.woff2') format('woff2'), url('./files/lato-latin-ext-400-normal.woff') format('woff');
|
|
|
|
}
|