armansansd 2 years ago
parent
commit
80bc1899ea

+ 2 - 1
web/themes/custom/popsu/css/styles.css

@@ -1140,7 +1140,8 @@ table {
 
 body {
   font-family: "trueno";
-  font-weight: 300; }
+  font-weight: 300;
+  line-height: 1.5; }
 
 /*pages*/
 #header-top-right {

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/css/styles.css.map


+ 1 - 0
web/themes/custom/popsu/sass/setup/_globals.scss

@@ -1,4 +1,5 @@
 body{
 	font-family: "trueno";
 	font-weight: 300;
+	line-height: 1.5;
 }

Some files were not shown because too many files changed in this diff