about summary refs log tree commit diff
path: root/bskyweb/static
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-09-19 17:57:15 -0500
committerGitHub <noreply@github.com>2024-09-19 17:57:15 -0500
commit22410a3cee459761a9eb2d1a52de99557a424797 (patch)
tree2ce6a0341707abc710dc76459e0e946a1153be2c /bskyweb/static
parentc8184e823dc79d1ff1f71571bae5cb7611f61d5d (diff)
downloadvoidsky-22410a3cee459761a9eb2d1a52de99557a424797.tar.zst
[Neue] Parallel font loading on web (#5411)
* Parallel font loading

(cherry picked from commit 10e2b05b575bbbf8b0ca5b4a336817cd902d712b)

* Handle failures

* Rely on font-face and preload tags for font loading (#5431)

* Cache fonts for a year
Diffstat (limited to 'bskyweb/static')
-rw-r--r--bskyweb/static/media/Inter-Black.66e9a87f1c921e844ed4.otfbin0 -> 619772 bytes
-rw-r--r--bskyweb/static/media/Inter-BlackItalic.27b9f0ad06fd13a7b9da.otfbin0 -> 592516 bytes
-rw-r--r--bskyweb/static/media/Inter-Bold.8d330503e1d034ad68de.otfbin0 -> 626056 bytes
-rw-r--r--bskyweb/static/media/Inter-BoldItalic.bb17e63f9baa0d861a20.otfbin0 -> 604316 bytes
-rw-r--r--bskyweb/static/media/Inter-ExtraBold.ff2581a193bf6b7e0b06.otfbin0 -> 627736 bytes
-rw-r--r--bskyweb/static/media/Inter-ExtraBoldItalic.0e50b40728d24d40fdf4.otfbin0 -> 603412 bytes
-rw-r--r--bskyweb/static/media/Inter-Italic.95778eb0c75dc956257e.otfbin0 -> 586752 bytes
-rw-r--r--bskyweb/static/media/Inter-Medium.296aa2d65964269836b3.otfbin0 -> 622088 bytes
-rw-r--r--bskyweb/static/media/Inter-MediumItalic.0e57e17a6311368e2114.otfbin0 -> 599652 bytes
-rw-r--r--bskyweb/static/media/Inter-Regular.1f5ed03b6dd9fd1f9982.otfbin0 -> 605092 bytes
-rw-r--r--bskyweb/static/media/Inter-SemiBold.2277990330981b8409bb.otfbin0 -> 624244 bytes
-rw-r--r--bskyweb/static/media/Inter-SemiBoldItalic.f62fea3df3a521d6c8a7.otfbin0 -> 602496 bytes
-rw-r--r--bskyweb/static/media/MaterialIcons.f20305dee9d396fea5c7.ttfbin0 -> 356840 bytes
13 files changed, 0 insertions, 0 deletions
diff --git a/bskyweb/static/media/Inter-Black.66e9a87f1c921e844ed4.otf b/bskyweb/static/media/Inter-Black.66e9a87f1c921e844ed4.otf
new file mode 100644
index 000000000..44d1779af
--- /dev/null
+++ b/bskyweb/static/media/Inter-Black.66e9a87f1c921e844ed4.otf
Binary files differdiff --git a/bskyweb/static/media/Inter-BlackItalic.27b9f0ad06fd13a7b9da.otf b/bskyweb/static/media/Inter-BlackItalic.27b9f0ad06fd13a7b9da.otf
new file mode 100644
index 000000000..6fc475e41
--- /dev/null
+++ b/bskyweb/static/media/Inter-BlackItalic.27b9f0ad06fd13a7b9da.otf
Binary files differdiff --git a/bskyweb/static/media/Inter-Bold.8d330503e1d034ad68de.otf b/bskyweb/static/media/Inter-Bold.8d330503e1d034ad68de.otf
new file mode 100644
index 000000000..58a38073e
--- /dev/null
+++ b/bskyweb/static/media/Inter-Bold.8d330503e1d034ad68de.otf
Binary files differdiff --git a/bskyweb/static/media/Inter-BoldItalic.bb17e63f9baa0d861a20.otf b/bskyweb/static/media/Inter-BoldItalic.bb17e63f9baa0d861a20.otf
new file mode 100644
index 000000000..e67935aa5
--- /dev/null
+++ b/bskyweb/static/media/Inter-BoldItalic.bb17e63f9baa0d861a20.otf
Binary files differdiff --git a/bskyweb/static/media/Inter-ExtraBold.ff2581a193bf6b7e0b06.otf b/bskyweb/static/media/Inter-ExtraBold.ff2581a193bf6b7e0b06.otf
new file mode 100644
index 000000000..66cd95228
--- /dev/null
+++ b/bskyweb/static/media/Inter-ExtraBold.ff2581a193bf6b7e0b06.otf
Binary files differdiff --git a/bskyweb/static/media/Inter-ExtraBoldItalic.0e50b40728d24d40fdf4.otf b/bskyweb/static/media/Inter-ExtraBoldItalic.0e50b40728d24d40fdf4.otf
new file mode 100644
index 000000000..f269814a6
--- /dev/null
+++ b/bskyweb/static/media/Inter-ExtraBoldItalic.0e50b40728d24d40fdf4.otf
Binary files differdiff --git a/bskyweb/static/media/Inter-Italic.95778eb0c75dc956257e.otf b/bskyweb/static/media/Inter-Italic.95778eb0c75dc956257e.otf
new file mode 100644
index 000000000..f78848b98
--- /dev/null
+++ b/bskyweb/static/media/Inter-Italic.95778eb0c75dc956257e.otf
Binary files differdiff --git a/bskyweb/static/media/Inter-Medium.296aa2d65964269836b3.otf b/bskyweb/static/media/Inter-Medium.296aa2d65964269836b3.otf
new file mode 100644
index 000000000..f44f89ada
--- /dev/null
+++ b/bskyweb/static/media/Inter-Medium.296aa2d65964269836b3.otf
Binary files differdiff --git a/bskyweb/static/media/Inter-MediumItalic.0e57e17a6311368e2114.otf b/bskyweb/static/media/Inter-MediumItalic.0e57e17a6311368e2114.otf
new file mode 100644
index 000000000..1970f5721
--- /dev/null
+++ b/bskyweb/static/media/Inter-MediumItalic.0e57e17a6311368e2114.otf
Binary files differdiff --git a/bskyweb/static/media/Inter-Regular.1f5ed03b6dd9fd1f9982.otf b/bskyweb/static/media/Inter-Regular.1f5ed03b6dd9fd1f9982.otf
new file mode 100644
index 000000000..2d0bd1d64
--- /dev/null
+++ b/bskyweb/static/media/Inter-Regular.1f5ed03b6dd9fd1f9982.otf
Binary files differdiff --git a/bskyweb/static/media/Inter-SemiBold.2277990330981b8409bb.otf b/bskyweb/static/media/Inter-SemiBold.2277990330981b8409bb.otf
new file mode 100644
index 000000000..52c84550b
--- /dev/null
+++ b/bskyweb/static/media/Inter-SemiBold.2277990330981b8409bb.otf
Binary files differdiff --git a/bskyweb/static/media/Inter-SemiBoldItalic.f62fea3df3a521d6c8a7.otf b/bskyweb/static/media/Inter-SemiBoldItalic.f62fea3df3a521d6c8a7.otf
new file mode 100644
index 000000000..b725bfc88
--- /dev/null
+++ b/bskyweb/static/media/Inter-SemiBoldItalic.f62fea3df3a521d6c8a7.otf
Binary files differdiff --git a/bskyweb/static/media/MaterialIcons.f20305dee9d396fea5c7.ttf b/bskyweb/static/media/MaterialIcons.f20305dee9d396fea5c7.ttf
new file mode 100644
index 000000000..9d09b0feb
--- /dev/null
+++ b/bskyweb/static/media/MaterialIcons.f20305dee9d396fea5c7.ttf
Binary files differ