From db8429d73fd0cfda3705e22a6bc3a105ba71ea39 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Mon, 21 Sep 2020 22:19:37 +0200 Subject: [PATCH] Use "Cantarell" fonts for OSD with fallback to "Noto" and "sans-serif" --- css/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/styles.css b/css/styles.css index 00cbeb4c..b0332d2d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -3,6 +3,7 @@ scale marks { color: currentColor; } .osd { + text-shadow: none; font-size: 22px; font-weight: 500; } @@ -27,6 +28,7 @@ scale marks { .reavealertop { min-height: 100px; box-shadow: inset 0px 200px 10px -124px rgba(0,0,0,0.4); + font-family: 'Cantarell', 'Noto Sans', sans-serif; font-size: 30px; font-weight: 500; background: transparent;