commit 5aef40ea4e7cfefb62cfb924216333db6748f728
parent a5ba9f5bc678a283a7712e9332cde3e7e90fa694
Author: mrgrouse <bdmfegys@duck.com>
Date: Tue, 12 Nov 2024 16:34:16 -0500
templates/joplin-userchrome.css: change `--font-sans` to "Lexend Deca" and `--font-mono` to "Fira Code"
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/joplin-userchrome.css b/templates/joplin-userchrome.css
@@ -42,8 +42,8 @@
--font-weight-light: 200;
--font-weight-base: 400;
--font-weight-bold: 500;
- --font-sans: "Work Sans";
- --font-mono: "Cascadia Code";
+ --font-sans: "Lexend Deca";
+ --font-mono: "Fira Code";
--primary: var(--purple);
--secondary: var(--orange-dark);
--font-line-height: 1.4em;