Skip to content

Instantly share code, notes, and snippets.

@kylemanna
Created March 7, 2019 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylemanna/190ce859b9893b3bc66e638800ac24b9 to your computer and use it in GitHub Desktop.
Save kylemanna/190ce859b9893b3bc66e638800ac24b9 to your computer and use it in GitHub Desktop.
diff --git a/sass/_theme_font_local.sass b/sass/_theme_font_local.sass
index cf08f85..e69de29 100644
--- a/sass/_theme_font_local.sass
+++ b/sass/_theme_font_local.sass
@@ -1,42 +0,0 @@
-@font-face
- font-family: 'Lato'
- src: url('../fonts/Lato/lato-regular.eot')
- src: url('../fonts/Lato/lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/lato-regular.woff2') format('woff2'), url('../fonts/Lato/lato-regular.woff') format('woff'), url('../fonts/Lato/lato-regular.ttf') format('truetype')
- font-weight: 400
- font-style: normal
-
-@font-face
- font-family: 'Lato'
- src: url('../fonts/Lato/lato-bold.eot')
- src: url('../fonts/Lato/lato-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/lato-bold.woff2') format('woff2'), url('../fonts/Lato/lato-bold.woff') format('woff'), url('../fonts/Lato/lato-bold.ttf') format('truetype')
- font-weight: 700
- font-style: normal
-
-
-@font-face
- font-family: 'Lato'
- src: url('../fonts/Lato/lato-bolditalic.eot')
- src: url('../fonts/Lato/lato-bolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/lato-bolditalic.woff2') format('woff2'), url('../fonts/Lato/lato-bolditalic.woff') format('woff'), url('../fonts/Lato/lato-bolditalic.ttf') format('truetype')
- font-weight: 700
- font-style: italic
-
-@font-face
- font-family: 'Lato'
- src: url('../fonts/Lato/lato-italic.eot')
- src: url('../fonts/Lato/lato-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/lato-italic.woff2') format('woff2'), url('../fonts/Lato/lato-italic.woff') format('woff'), url('../fonts/Lato/lato-italic.ttf') format('truetype')
- font-weight: 400
- font-style: italic
-
-@font-face
- font-family: 'Roboto Slab'
- font-style: normal
- font-weight: 400
- src: url('../fonts/RobotoSlab/roboto-slab.eot')
- src: url('../fonts/RobotoSlab/roboto-slab-v7-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab/roboto-slab-v7-regular.woff2') format('woff2'), url('../fonts/RobotoSlab/roboto-slab-v7-regular.woff') format('woff'), url('../fonts/RobotoSlab/roboto-slab-v7-regular.ttf') format('truetype')
-
-@font-face
- font-family: 'Roboto Slab'
- font-style: normal
- font-weight: 700
- src: url('../fonts/RobotoSlab/roboto-slab-v7-bold.eot')
- src: url('../fonts/RobotoSlab/roboto-slab-v7-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab/roboto-slab-v7-bold.woff2') format('woff2'), url('../fonts/RobotoSlab/roboto-slab-v7-bold.woff') format('woff'), url('../fonts/RobotoSlab/roboto-slab-v7-bold.ttf') format('truetype')
diff --git a/sass/_theme_variables.sass b/sass/_theme_variables.sass
index 4061a43..299c52c 100644
--- a/sass/_theme_variables.sass
+++ b/sass/_theme_variables.sass
@@ -61,7 +61,7 @@ $sidebar-title-background-color: $table-border-color
// Sphinx highlight color
$highlight-color: $yellow
-$base-font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif
-$custom-font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif
+$base-font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif
+$custom-font-family: "ff-tisa-web-pro", "Georgia", Arial, sans-serif
$custom-font-family2: Georgia, serif
$code-font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace
diff --git a/sass/theme.sass b/sass/theme.sass
index 5ae5a07..4ea0406 100644
--- a/sass/theme.sass
+++ b/sass/theme.sass
@@ -46,5 +46,5 @@
@import theme_badge
@import theme_rst
@import theme_mathjax
-@import theme_font_awesome_compatibility
-@import theme_font_local
+//@import theme_font_awesome_compatibility
+//@import theme_font_local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment