Skip to content

Commit

Permalink
corrected fonts link
Browse files Browse the repository at this point in the history
  • Loading branch information
rehan99000 committed Mar 13, 2020
1 parent 57a3272 commit 677ae33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/features/edly/context_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
DEFAULT_FONTS_DICT = {
'base-font': "'Open Sans', sans-serif",
'heading-font': "'Open Sans', sans-serif",
'font-path': "<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap' rel='stylesheet' />",
'font-path': "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap",
}
DEFAULT_BRANDING_DICT = {
'logo': "https://edly-edx-theme-files.s3.amazonaws.com/st-lutherx-logo.png",
Expand Down

0 comments on commit 677ae33

Please sign in to comment.