mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #6900 from overleaf/ds-lato-font
Add lato italic font face GitOrigin-RevId: b16c5120409ef995b0ca0118028e3a558c57bba1
This commit is contained in:
parent
428d82618f
commit
f1272166f8
9 changed files with 20 additions and 12 deletions
BIN
services/web/frontend/fonts/lato-v22-latin-ext-700.woff
Normal file
BIN
services/web/frontend/fonts/lato-v22-latin-ext-700.woff
Normal file
Binary file not shown.
BIN
services/web/frontend/fonts/lato-v22-latin-ext-700.woff2
Normal file
BIN
services/web/frontend/fonts/lato-v22-latin-ext-700.woff2
Normal file
Binary file not shown.
BIN
services/web/frontend/fonts/lato-v22-latin-ext-700italic.woff
Normal file
BIN
services/web/frontend/fonts/lato-v22-latin-ext-700italic.woff
Normal file
Binary file not shown.
BIN
services/web/frontend/fonts/lato-v22-latin-ext-700italic.woff2
Normal file
BIN
services/web/frontend/fonts/lato-v22-latin-ext-700italic.woff2
Normal file
Binary file not shown.
BIN
services/web/frontend/fonts/lato-v22-latin-ext-italic.woff
Normal file
BIN
services/web/frontend/fonts/lato-v22-latin-ext-italic.woff
Normal file
Binary file not shown.
BIN
services/web/frontend/fonts/lato-v22-latin-ext-italic.woff2
Normal file
BIN
services/web/frontend/fonts/lato-v22-latin-ext-italic.woff2
Normal file
Binary file not shown.
BIN
services/web/frontend/fonts/lato-v22-latin-ext-regular.woff
Normal file
BIN
services/web/frontend/fonts/lato-v22-latin-ext-regular.woff
Normal file
Binary file not shown.
BIN
services/web/frontend/fonts/lato-v22-latin-ext-regular.woff2
Normal file
BIN
services/web/frontend/fonts/lato-v22-latin-ext-regular.woff2
Normal file
Binary file not shown.
|
@ -1,24 +1,32 @@
|
|||
@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');
|
||||
url('lato-v22-latin-ext-regular.woff2') format('woff2'),
|
||||
url('lato-v22-latin-ext-regular.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Lato Italic'), local('Lato-Italic'),
|
||||
url('lato-v22-latin-ext-italic.woff2') format('woff2'),
|
||||
url('lato-v22-latin-ext-italic.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');
|
||||
url('lato-v22-latin-ext-700.woff2') format('woff2'),
|
||||
url('lato-v22-latin-ext-700.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local('Lato BoldItalic'), local('Lato-BoldItalic'),
|
||||
url('lato-v22-latin-ext-700italic.woff2') format('woff2'),
|
||||
url('lato-v22-latin-ext-700italic.woff') format('woff');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue