Merge pull request #266 from marvelefe/master

Enable "font-display: swap " to avoid showing invisible text
This commit is contained in:
Rhyne 2022-01-22 08:38:29 -05:00 committed by GitHub
commit e9d058b1b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
*/
// The src for fonts (false to disable)
$font-src: 'https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC' !default;
$font-src: 'https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC&display=swap' !default;
// Imports
@if $font-src {