aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-08-22 23:38:05 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-08-22 23:38:05 +0100
commit6c1a468d33e82bb27b8799f25948e1197ccb452b (patch)
tree5fca29a84719c1bcb7a956beef2128bd308c668b
parent9bc9b6ae2664b63b02a8cb5a44660f7f225ad910 (diff)
downloadlustre-6c1a468d33e82bb27b8799f25948e1197ccb452b.tar.gz
lustre-6c1a468d33e82bb27b8799f25948e1197ccb452b.zip
:art: Add NTDapper font.
-rw-r--r--docs/public/fonts/NTDapper-black.woff2bin0 -> 25336 bytes
-rw-r--r--docs/public/fonts/NTDapper-bold.woff2bin0 -> 25652 bytes
-rw-r--r--docs/public/fonts/NTDapper-medium.woff2bin0 -> 25584 bytes
-rw-r--r--docs/public/fonts/NTDapper-regular.woff2bin0 -> 24676 bytes
-rw-r--r--docs/tailwind.config.js6
5 files changed, 5 insertions, 1 deletions
diff --git a/docs/public/fonts/NTDapper-black.woff2 b/docs/public/fonts/NTDapper-black.woff2
new file mode 100644
index 0000000..c7a7e10
--- /dev/null
+++ b/docs/public/fonts/NTDapper-black.woff2
Binary files differ
diff --git a/docs/public/fonts/NTDapper-bold.woff2 b/docs/public/fonts/NTDapper-bold.woff2
new file mode 100644
index 0000000..b444ff7
--- /dev/null
+++ b/docs/public/fonts/NTDapper-bold.woff2
Binary files differ
diff --git a/docs/public/fonts/NTDapper-medium.woff2 b/docs/public/fonts/NTDapper-medium.woff2
new file mode 100644
index 0000000..9ef71f2
--- /dev/null
+++ b/docs/public/fonts/NTDapper-medium.woff2
Binary files differ
diff --git a/docs/public/fonts/NTDapper-regular.woff2 b/docs/public/fonts/NTDapper-regular.woff2
new file mode 100644
index 0000000..fb82049
--- /dev/null
+++ b/docs/public/fonts/NTDapper-regular.woff2
Binary files differ
diff --git a/docs/tailwind.config.js b/docs/tailwind.config.js
index a296e3a..24b6555 100644
--- a/docs/tailwind.config.js
+++ b/docs/tailwind.config.js
@@ -1,7 +1,11 @@
export default {
content: ["./index.html", "./src/**/*.{mjs,gleam}"],
theme: {
- extend: {},
+ extend: {
+ fontFamily: {
+ sans: ["NTDapper"],
+ },
+ },
},
plugins: [require("@tailwindcss/typography")],
};