adding new fonts for each section
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Jan 2018 21:55:24 +0000 (16:55 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Jan 2018 21:55:24 +0000 (16:55 -0500)
fixing a standard of fonts so that themes don't override with their fonts

css/front.css

index 43404c7..9e0aa87 100644 (file)
     padding: 10px;
 
 }
+/* REG FONTS */
+#glm-reg-detail h1{
+    font-size: 36px;
+    letter-spacing: 1px;
+    font-family: Arial;
+    text-transform: none;
+}
+form#checkoutForm h4,.glm-reg-event-item h4{
+    font-size: 24px;
+    letter-spacing: 1px;
+    font-family: Arial;
+    text-transform: none;
+}
+form#checkoutForm h5{
+    font-size: 18px;
+    letter-spacing: 1px;
+    font-family: "Open Sans";
+} 
+
 .glm-reg-event-terms{
     padding: 0 0 0 20px;
 }