Skip to content

Commit

Permalink
add regular font and add font-weight where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Jan 26, 2023
1 parent 21169bc commit 0c9397e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions resources/sass/components/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ol.breadcrumb > li:not(:first-child) > {
content: "\f054\00a0";
font-family: "Font Awesome 6 Free";
font-size:smaller;
font-weight: 900;
}
}

Expand Down
8 changes: 4 additions & 4 deletions resources/sass/components/_collapse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ a.collapseSingle, a.collapseSingle:hover
{
font-family: "Font Awesome 6 Free";
font-style: normal;
font-weight: normal;
font-weight: 900;
text-decoration: inherit;
content: "\f13a";
margin-left: 10px;
Expand All @@ -23,7 +23,7 @@ a.collapseSingle, a.collapseSingle:hover
{
font-family: "Font Awesome 6 Free";
font-style: normal;
font-weight: normal;
font-weight: 900;
text-decoration: inherit;
content: "\f139";
margin-left: 10px;
Expand All @@ -46,7 +46,7 @@ a.collapseSingle, a.collapseSingle:hover
.collapseMarker.collapsed:after {
font-family: "Font Awesome 6 Free";
font-style: normal;
font-weight: normal;
font-weight: 900;
text-decoration: inherit;
content: "\f13a";
margin-left: 4px;
Expand All @@ -55,7 +55,7 @@ a.collapseSingle, a.collapseSingle:hover
.collapseMarker:after {
font-family: "Font Awesome 6 Free";
font-style: normal;
font-weight: normal;
font-weight: 900;
text-decoration: inherit;
content: "\f139";
margin-left: 4px;
Expand Down
1 change: 1 addition & 0 deletions resources/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
// non-bootstrap imports
@import "../../node_modules/@fortawesome/fontawesome-free/scss/fontawesome";
@import "../../node_modules/@fortawesome/fontawesome-free/scss/solid";
@import "../../node_modules/@fortawesome/fontawesome-free/scss/regular";
@import "base/fonts";
@import "base/helpers";
@import "base/base";
Expand Down
3 changes: 2 additions & 1 deletion resources/sass/pages/_apparatus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
.apparatus-link:before {
font-size: 0.8em;
font-family:"Font Awesome 6 Free";
font-weight: 900;
content:"\f062";
padding-right:4px;
}
Expand Down Expand Up @@ -57,4 +58,4 @@ ul.apparatus > li {
word-wrap:normal; /* overwrite the default to force no line break on Safari */
font-size: ceil(($font-size-base * 0.9));
}
}
}

0 comments on commit 0c9397e

Please sign in to comment.