wallust

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit d35434f03a8876b324589c4af3930e66e802c0e0
parent 5aef40ea4e7cfefb62cfb924216333db6748f728
Author: mrgrouse <bdmfegys@duck.com>
Date:   Tue, 12 Nov 2024 16:45:54 -0500

templates/joplin-userstyle.css: change `--font-title` and `--font-sans` selectors to "Lexend Deca" and `--font-mono` to "Fira Code"

Diffstat:
Mtemplates/joplin-userstyle.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/joplin-userstyle.css b/templates/joplin-userstyle.css @@ -44,9 +44,9 @@ --font-weight-base: 400; --font-weight-base-extra: 500; --font-weight-bold: 600; - --font-title: "Work Sans"; - --font-sans: "Work Sans"; - --font-mono: "Cascadia Code"; + --font-title: "Lexend Deca"; + --font-sans: "Lexend Deca"; + --font-mono: "Fira Code"; --primary: var(--yellow); --secondary: var(--yellow); --font-line-height: 1.4em;