preload fonts

This commit is contained in:
Matt Walsh
2020-09-04 14:02:29 -05:00
parent 6a079a5076
commit 01c58093f1
2 changed files with 22 additions and 2 deletions

View File

@@ -5,10 +5,17 @@
}
],
"settings": {
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"dist/**": true,
"**/*.min.js": true,
},
"cSpell.enabled": true,
"cSpell.words": [
"Battaglia",
"Noaa"
],
}
},
}