Skip to content

Commit

Permalink
Specify fallback fonts in case "Open Sans" cannot be loaded
Browse files Browse the repository at this point in the history
Fixes #24520
  • Loading branch information
sagamusix authored and dregad committed Oct 4, 2018
1 parent 3cb8583 commit c339bed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions css/ace.css
Expand Up @@ -23,7 +23,7 @@ body {
background-color: #E4E6E9;
min-height: 100%;
padding-bottom: 0;
font-family: 'Open Sans';
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
color: #393939;
line-height: 1.5;
Expand Down Expand Up @@ -8771,7 +8771,7 @@ input[type=checkbox].ace.ace-switch + .lbl {
min-height: 24px;
}
input[type=checkbox].ace.ace-switch + .lbl::before {
font-family: 'Open Sans';
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
color: #999;
text-shadow: 0 0 0 #999;
Expand All @@ -8797,7 +8797,7 @@ input[type=checkbox].ace.ace-switch + .lbl::before {
top: auto;
}
input[type=checkbox].ace.ace-switch + .lbl::after {
font-family: 'Open Sans';
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
content: 'III';
font-size: 12px;
font-weight: normal;
Expand Down Expand Up @@ -12952,7 +12952,7 @@ li.item-default {
line-height: 26px;
font-size: 13px;
font-weight: bold;
font-family: "Open Sans";
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 0 8px;
}
.profile-users .user {
Expand Down
2 changes: 1 addition & 1 deletion css/ace.min.css

Large diffs are not rendered by default.

0 comments on commit c339bed

Please sign in to comment.