mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +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%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @media (prefers-color-scheme: dark) {
|
@font-face {
|
||||||
html {
|
font-family: "Qwigley";
|
||||||
color-scheme: dark;
|
src: url("/fonts/Qwigley-Regular.ttf");
|
||||||
}
|
}
|
||||||
} */
|
|
||||||
|
|||||||
@ -12,8 +12,8 @@ module.exports = {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
// sans: ['Monteserrat', 'sans-serif'],
|
|
||||||
monteserrat: ["Monteserrat", "sans-serif"],
|
monteserrat: ["Monteserrat", "sans-serif"],
|
||||||
|
qwigley: ["Qwigley", "serif"],
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
neon: "#37f095",
|
neon: "#37f095",
|
||||||
|
|||||||
Reference in New Issue
Block a user