Merge pull request #243 from saagit/update_google_fonts
Update Google fonts to remove unused weight and CSS API v2.
This commit is contained in:
commit
0cc12a0c3c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if USE_GOOGLE_FONTS != False %}
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet">
|
||||
{% endif %}
|
||||
|
||||
{% if USE_LESS %}
|
||||
|
|
Loading…
Reference in a new issue