From 7a691859140e9c39aaedd95155bf2d4ffc9b0ec5 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 28 May 2021 21:46:57 +0200 Subject: [PATCH] defined Poppins font as global font --- openpype/style/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openpype/style/style.css b/openpype/style/style.css index cf87e1416a..fa931358f2 100644 --- a/openpype/style/style.css +++ b/openpype/style/style.css @@ -18,6 +18,11 @@ Enabled vs Disabled logic in most of stylesheets Disabled - even lighter color */ +* { + font-size: 8pt; + font-family: "Poppins"; +} + QWidget { color: {color:font}; background: {color:bg};