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