Disabled Google Fonts

This commit is contained in:
Pablo Ferreiro 2022-01-11 19:40:00 +01:00
parent 93de0c2d23
commit a0c60397af
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,7 @@
@charset "utf-8";
@import "./node_modules/bulmaswatch/superhero/_variables.scss";
// Disable importing fonts from Google
$bulmaswatch-import-font: false;
// Utilities
@import "./node_modules/bulma/sass/utilities/_all.sass";