Commit c08230aa authored by carljbowman's avatar carljbowman

Fix fallback fonts for buttons

Removed the narrowly scoped font-family definition on the button elements. Now buttons inherit the site wide font-family specification, which include the appropriate fallbacks.
parent 29d03282
......@@ -2240,7 +2240,6 @@ p {
border-radius: 6px;
margin: 48px 0 28px 0;
font-family: "Helvetica Neue";
font-size: 24px;
font-weight: bold;
......@@ -2644,7 +2643,6 @@ p {
margin: 0px;
border-radius: 6px;
font-family: "Helvetica Neue";
font-size: 24px;
font-weight: bold;
letter-spacing: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment