Skip to content

Instantly share code, notes, and snippets.

@kylemanna
Created March 7, 2019 03:45
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/75f9bc8ae55a359e685f7db6a17bcf45 to your computer and use it in GitHub Desktop.
Save kylemanna/75f9bc8ae55a359e685f7db6a17bcf45 to your computer and use it in GitHub Desktop.
diff --git a/Gruntfile.js b/Gruntfile.js
index 570abd2..a87956a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -29,21 +29,7 @@ module.exports = function(grunt) {
expand: true,
flatten: true,
src: ['bower_components/font-awesome/fonts/*'],
- dest: 'sphinx_rtd_theme/static/fonts/',
- filter: 'isFile'
- },
- {
- expand: true,
- flatten: true,
- src: ['fonts/Lato/*'],
- dest: 'sphinx_rtd_theme/static/fonts/Lato',
- filter: 'isFile'
- },
- {
- expand: true,
- flatten: true,
- src: ['fonts/RobotoSlab/*'],
- dest: 'sphinx_rtd_theme/static/fonts/RobotoSlab/',
+ dest: 'sphinx_rtd_theme/static/fonts2/',
filter: 'isFile'
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment