Skip to content

Commit

Permalink
added font thesans plain to allow H3 headlines use the correct font f…
Browse files Browse the repository at this point in the history
…ace for headings in every browser. #2152
  • Loading branch information
angeldasangel committed Apr 15, 2024
1 parent eee33d9 commit 2da3f97
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "thesansplain";
src: url("../fonts/TheSans_B2/TheSans_B2_500_Plain/TheSans_B2_500_.eot");
src: url("../fonts/TheSans_B2/TheSans_B2_500_Plain/TheSans_B2_500_.eot?#iefix") format("embedded-opentype"),
url("../fonts/TheSans_B2/TheSans_B2_500_Plain/TheSans_B2_500_.woff") format("woff"),
url("../fonts/TheSans_B2/TheSans_B2_500_Plain/TheSans_B2_500_.svg#TheSans_B2_500_") format("svg");
font-weight: normal;
font-style: normal;
}
/*@font-face {
font-family: theserif;
src: url('../fonts/TheSerif_cls_3_.woff') format('woff');
Expand Down Expand Up @@ -98,8 +107,9 @@ h2,
}
h3,
.h3 {
font-family: 'thesansplain';
font-size: 1.5rem;
font-weight: bold;
font-weight: normal;
}
h4,
.h4 {
Expand Down Expand Up @@ -1756,7 +1766,6 @@ section.categories>.container {

h3 {
font-size: 18px;
font-weight: bold;
}

ul {
Expand Down
2 changes: 1 addition & 1 deletion css/dtec.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/dtec.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/unibw.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/unibw.min.css.map

Large diffs are not rendered by default.

0 comments on commit 2da3f97

Please sign in to comment.