mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added the other font sizes we use into the font import, not magic fix
This commit is contained in:
parent
0fb1152010
commit
2c7623d3a7
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@
|
|||
//
|
||||
//## Font, line-height, and color for body text, headings, and more.
|
||||
|
||||
@import url(//fonts.googleapis.com/css?family=PT+Serif:400);
|
||||
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300);
|
||||
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
|
||||
@import url(//fonts.googleapis.com/css?family=PT+Serif:400,600,700);
|
||||
|
||||
@font-family-sans-serif: "Open Sans", sans-serif;
|
||||
@font-family-serif: "PT Serif", serif;
|
||||
|
|
Loading…
Reference in a new issue