diff --git a/src/faq.html b/src/faq.html index 8d7a5c3..9bcc365 100644 --- a/src/faq.html +++ b/src/faq.html @@ -1,5 +1,5 @@ - + @@ -181,6 +181,7 @@ ) + \ No newline at end of file diff --git a/src/index.css b/src/index.css index 50f7db4..ee49567 100644 --- a/src/index.css +++ b/src/index.css @@ -1,5 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap'); - .emoji { font-family: 'Noto Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols', 'EmojiOne Color', 'EmojiOne', 'Apple Color Emoji', 'Twemoji Mozilla', 'Twemoji', 'Segoe UI Symbol', sans-serif; diff --git a/src/index.html b/src/index.html index f88a23f..6c3122f 100644 --- a/src/index.html +++ b/src/index.html @@ -1,5 +1,5 @@ - + @@ -256,6 +256,7 @@ + \ No newline at end of file diff --git a/src/lazy-fonts.css b/src/lazy-fonts.css new file mode 100644 index 0000000..48e3516 --- /dev/null +++ b/src/lazy-fonts.css @@ -0,0 +1,6 @@ +/* +This file should be imported at the end of so that any fonts that're needed are loaded last. + +Sure this will make fonts look ugly on slow connections, but if you can't load the page because the font is taking too long to load, well that's even worse. +*/ +@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');