[gnome-software] Banner: fix weird font sizes



commit 38e761f9e1ecba098721a84dc007cba8057b1508
Author: Tobias Bernard <tbernard gnome org>
Date:   Fri Jan 31 17:39:47 2020 +0100

    Banner: fix weird font sizes

 src/gtk-style.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 3e31c8c2..11689fe4 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -526,9 +526,9 @@ flowboxchild {
 /* these typographical classes will be provided in gtk eventually */
 .title-1{
   font-weight: 800;
-  font-size: 20pt;
+/*  font-size: 20pt; */
 }
 .caption{
-   font-weight: 400;
-   font-size: 9pt;
+  font-weight: 400;
+/*  font-size: 9pt; */
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]