Fixed the issues with the custom fonts not being used (sometimes they are ignored if other options exist); Added more OpenSans options; Switched to OpenSans in the menus for clarity and size reasons; Fixed the menu closing on focus lost issues.
This commit is contained in:
@@ -45,7 +45,7 @@ p {
|
||||
text-indent: 0;
|
||||
margin: 0.3rem 0 0.7rem 0 !important;
|
||||
padding: 0 !important;
|
||||
font-family: "Merriweather", "serif";
|
||||
font-family: Merriweather;
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.4rem;
|
||||
}
|
||||
@@ -58,7 +58,7 @@ p.indent {
|
||||
text-indent: 0;
|
||||
margin: 0.3rem 0 0.7rem 0;
|
||||
padding: 0.25rem 0;
|
||||
font-family: "Merriweather", "serif";
|
||||
font-family: Merriweather;
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.4rem;
|
||||
}
|
||||
@@ -70,12 +70,12 @@ p.indent {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
.apos-rich-text th {
|
||||
font-family: "MerriweatherSans", "sans-serif";
|
||||
font-family: MerriweatherSans;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
h2.h2, h3.h3, h4.h4 {
|
||||
font-family: "MerriweatherSans", "sans-serif";
|
||||
font-family: MerriweatherSans;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
@@ -90,27 +90,27 @@ p + h2.h2, p + h3.h3, p + h4.h4, ul + h2.h2, ul + h3.h3, ul + h4.h4, ol + h2.h2,
|
||||
h2.h2 {
|
||||
font-size: 2.2rem;
|
||||
line-height: 2.8rem;
|
||||
font-family: "MerriweatherSans", "sans-serif";
|
||||
font-family: MerriweatherSans;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
h3.h3 {
|
||||
font-size: 1.5rem;
|
||||
line-height: 2rem;
|
||||
font-family: "MerriweatherSans", "sans-serif";
|
||||
font-family: MerriweatherSans;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
h4.h4 {
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.5rem;
|
||||
font-family: "MerriweatherSans", "sans-serif";
|
||||
font-family: MerriweatherSans;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
div[data-apos-widget=apostrophe-files] a, .apos-rich-text a {
|
||||
margin: 0.3rem 0 0.7rem 0 !important;
|
||||
font-family: "MerriweatherSans", "sans-serif";
|
||||
font-family: MerriweatherSans;
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.6rem;
|
||||
color: #1c1cc4;
|
||||
@@ -169,7 +169,7 @@ h5 {
|
||||
margin: 0.3rem 0 0.7rem 2rem;
|
||||
text-indent: -1.5rem;
|
||||
padding: 0;
|
||||
font-family: "Merriweather", "serif";
|
||||
font-family: Merriweather;
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.4rem;
|
||||
}
|
||||
@@ -187,7 +187,7 @@ h5 {
|
||||
margin: 0.3rem 0 0.7rem 2rem;
|
||||
text-indent: -1.5rem;
|
||||
padding: 0;
|
||||
font-family: "Merriweather", "serif";
|
||||
font-family: Merriweather;
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.4rem;
|
||||
}
|
||||
@@ -200,7 +200,7 @@ h5 {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-family: AlexBrush, Serif;
|
||||
font-family: AlexBrush;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.3rem;
|
||||
margin: 0.2rem 0;
|
||||
@@ -219,7 +219,7 @@ blockquote:after, blockquote:before {
|
||||
color: #666666;
|
||||
}
|
||||
blockquote p {
|
||||
font-family: AlexBrush, Serif;
|
||||
font-family: AlexBrush;
|
||||
font-size: 2rem;
|
||||
line-height: 2rem;
|
||||
display: inline;
|
||||
@@ -248,10 +248,10 @@ blockquote p {
|
||||
}
|
||||
|
||||
.alert {
|
||||
margin: 0;
|
||||
padding: 0.4rem 0 0.4rem 1rem;
|
||||
margin: 1.4rem 0;
|
||||
padding: 0.4rem 0 0.4rem 0;
|
||||
font-size: 1.3rem;
|
||||
font-family: "Montserrat-ExtraBold", "sans-serif";
|
||||
font-family: Montserrat-ExtraBold;
|
||||
line-height: 1.4rem;
|
||||
font-weight: 700;
|
||||
color: #000;
|
||||
|
||||
Reference in New Issue
Block a user