Skip to content

Commit

Permalink
Allow overriding default google fonts url
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Mar 1, 2021
1 parent 782e456 commit 5023a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docsy

**Note: This is standard [docsy](https://github.com/google/docsy) but with remote js files replaced with local copies.**
**Note: This is standard [docsy](https://github.com/google/docsy) but with remote js/font files replaced with local copies.**

Docsy is a [Hugo](https://gohugo.io/) theme for technical documentation sets, providing simple navigation, site structure, and more.

Expand Down
2 changes: 1 addition & 1 deletion assets/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $link-hover-decoration: none !default;

$google_font_name: "Open Sans" !default;
$google_font_family: "Open+Sans:300,300i,400,400i,700,700i" !default;
$web-font-path: "https://fonts.googleapis.com/css?family=#{$google_font_family}";
$web-font-path: "https://fonts.googleapis.com/css?family=#{$google_font_family}" !default;

$td-fonts-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

Expand Down

0 comments on commit 5023a29

Please sign in to comment.