55 lines
1.5 KiB
CSS
55 lines
1.5 KiB
CSS
/* lato-latin-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-100-normal.woff2') format('woff2'), url('./files/lato-latin-100-normal.woff') format('woff');
|
|
|
|
}
|
|
/* lato-latin-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-300-normal.woff2') format('woff2'), url('./files/lato-latin-300-normal.woff') format('woff');
|
|
|
|
}
|
|
/* 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');
|
|
|
|
}
|
|
/* lato-latin-700-normal*/
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-weight: 700;
|
|
src:
|
|
local('Lato Bold'),
|
|
local('Lato-Bold'), url('./files/lato-latin-700-normal.woff2') format('woff2'), url('./files/lato-latin-700-normal.woff') format('woff');
|
|
|
|
}
|
|
/* lato-latin-900-normal*/
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-weight: 900;
|
|
src:
|
|
local('Lato Black'),
|
|
local('Lato-Black'), url('./files/lato-latin-900-normal.woff2') format('woff2'), url('./files/lato-latin-900-normal.woff') format('woff');
|
|
|
|
}
|