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