mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
25 lines
583 B
CSS
25 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');
|
||
|
}
|