diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-09-09 19:18:39 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-09-09 19:18:39 +0100 |
commit | 6316595b7c9ac5d7ea6ac518edab96300140c9f7 (patch) | |
tree | fe3ffc5af9a365e6d34671b71ff4409d47fc2e8a /docs/assets/styles.css | |
parent | 9868860abb2aa31612a14254dfe2584d52f1b7e1 (diff) | |
download | lustre-6316595b7c9ac5d7ea6ac518edab96300140c9f7.tar.gz lustre-6316595b7c9ac5d7ea6ac518edab96300140c9f7.zip |
:memo: Idk docs lol.
Diffstat (limited to 'docs/assets/styles.css')
-rw-r--r-- | docs/assets/styles.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/assets/styles.css b/docs/assets/styles.css new file mode 100644 index 0000000..308e6e8 --- /dev/null +++ b/docs/assets/styles.css @@ -0,0 +1,16 @@ +@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400&family=Inter:wght@300&display=swap"); + +@tailwind base; +@tailwind components; +@tailwind utilities; + +@layer base { + h1, + h2, + h3, + h4, + h5, + h6 { + @apply font-serif; + } +} |