mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
💄 Qwigley font for typed signatures
This commit is contained in:
BIN
apps/web/public/fonts/Qwigley-Regular.ttf
Normal file
BIN
apps/web/public/fonts/Qwigley-Regular.ttf
Normal file
Binary file not shown.
@ -9,8 +9,7 @@
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
/* @media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
color-scheme: dark;
|
||||
}
|
||||
} */
|
||||
@font-face {
|
||||
font-family: "Qwigley";
|
||||
src: url("/fonts/Qwigley-Regular.ttf");
|
||||
}
|
||||
|
||||
@ -12,8 +12,8 @@ module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
// sans: ['Monteserrat', 'sans-serif'],
|
||||
monteserrat: ["Monteserrat", "sans-serif"],
|
||||
qwigley: ["Qwigley", "serif"],
|
||||
},
|
||||
colors: {
|
||||
neon: "#37f095",
|
||||
|
||||
Reference in New Issue
Block a user