overleaf/services/web/frontend/fonts/lato.css
Alasdair Smith 0d6cd8fca6 Merge pull request #2523 from overleaf/revert-2520-revert-2488-as-import-pr-708
Bring back reverted Vendor web fonts PR

GitOrigin-RevId: 7430df7cefca120def048f8bbe2799b30772c686
2020-01-29 12:07:22 +00:00

24 lines
733 B
CSS

@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'),
url('lato-v16-latin-ext-300.woff2') format('woff2'),
url('lato-v16-latin-ext-300.woff') format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'),
url('lato-v16-latin-ext-regular.woff2') format('woff2'),
url('lato-v16-latin-ext-regular.woff') format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'),
url('lato-v16-latin-ext-700.woff2') format('woff2'),
url('lato-v16-latin-ext-700.woff') format('woff');
}