overleaf/services/web/frontend/fonts/merriweather/merriweather.css
Alf Eaton fac23dbbdc Merge pull request #20982 from overleaf/ae-font-folders
Organise and update web fonts

GitOrigin-RevId: f82a695bd7a4d16e4df83c2a297bf7d2393914a8
2024-10-17 08:05:59 +00:00

24 lines
583 B
CSS

@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url('Merriweather-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: url('Merriweather-Italic.woff2') format('woff2');
}
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: url('Merriweather-Bold.woff2') format('woff2');
}
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
src: url('Merriweather-BoldItalic.woff2') format('woff2');
}