update faq

This commit is contained in:
Nexus 2024-05-13 22:06:44 +01:00
parent 12c5acdd12
commit a0dfc558be
4 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" style="background-color: black;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -181,6 +181,7 @@
)
</script>
</main>
<link rel="stylesheet" href="lazy-fonts.css">
</div>
</body>
</html>

View file

@ -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;

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" style="background-color: black;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -256,6 +256,7 @@
</div>
</div>
</main>
<link rel="stylesheet" href="lazy-fonts.css">
</div>
</body>
</html>

6
src/lazy-fonts.css Normal file
View file

@ -0,0 +1,6 @@
/*
This file should be imported at the end of <body> 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');