From 01c58093f1c35a6b5b317bc54f1b22959a446170 Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Fri, 4 Sep 2020 14:02:29 -0500 Subject: [PATCH] preload fonts --- views/index.ejs | 15 ++++++++++++++- ws4kp.code-workspace | 9 ++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index bafebd2..0b003c1 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -15,6 +15,15 @@ + + + + + + + + + <% if (production) { %> @@ -127,7 +136,11 @@ -
+
+ +
+ More information +
Location:
diff --git a/ws4kp.code-workspace b/ws4kp.code-workspace index 7319de0..2179444 100644 --- a/ws4kp.code-workspace +++ b/ws4kp.code-workspace @@ -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" ], - } + }, } \ No newline at end of file