11 lines
305 B
CSS
11 lines
305 B
CSS
/* 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');
|
|
|
|
}
|