Change or disable font src

This commit is contained in:
ChocolateLoverRaj 2020-11-17 09:52:52 -06:00
parent af918f0313
commit 465387694f

View file

@ -2,8 +2,13 @@
Global PaperCSS Config Global PaperCSS Config
*/ */
// The src for fonts (false to disable)
$font-src: 'https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC' !default;
// Imports // Imports
@import url('https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC'); @if $font-src {
@import url($font-src);
}
// Set theme colors // Set theme colors
$primary: #41403e !default; $primary: #41403e !default;