mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
461e2f3077
Fix glyphs GitOrigin-RevId: 4414797f1f8f678eb8c02302d2779f245d38ba78
31 lines
833 B
CSS
31 lines
833 B
CSS
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('lato/lato-v2-latin-ext-regular.woff2') format('woff2'),
|
|
url('lato/lato-v2-latin-ext-regular.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: url('lato/lato-v2-latin-ext-italic.woff2') format('woff2'),
|
|
url('lato/lato-v2-latin-ext-italic.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('lato/lato-v2-latin-ext-700.woff2') format('woff2'),
|
|
url('lato/lato-v2-latin-ext-700.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: url('lato/lato-v2-latin-ext-700italic.woff2') format('woff2'),
|
|
url('lato/lato-v2-latin-ext-700italic.woff') format('woff');
|
|
}
|