Skip to content

Commit

Permalink
Fallback for font if bundled font dont support glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
bes-internal committed Jul 28, 2023
1 parent e8a41b6 commit 65dd0e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/less/d2h.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.d2h-diff-table {
font-family: 'Source Code Pro';
font-family: 'Source Code Pro', monospace;
font-size: 12px;

tbody > tr > td {
Expand Down
4 changes: 2 additions & 2 deletions public/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
@link-hover-color: lighten(@link-color, 15%);

// Typography
@font-family-sans-serif: 'Open Sans';
@font-family-monospace: 'Source Code Pro';
@font-family-sans-serif: 'Open Sans', sans-serif;
@font-family-monospace: 'Source Code Pro', monospace;

// Buttons
@btn-default-color: @text-color;
Expand Down

0 comments on commit 65dd0e0

Please sign in to comment.