Skip to content

Commit 1537ccf

Browse files
authored
Remove font ligatures settings (#1407)
Fixes #1405
1 parent 9ce1af6 commit 1537ccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/_static/scss/includes/_base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ body {
3535
flex-direction: column;
3636
word-break: break-word;
3737
overflow-x: hidden;
38+
font-variant-ligatures: none;
3839

3940
@include breakpoint-min(breakpoints(xl)) {
4041
background: url(../img/bg.png) no-repeat top 5rem right;

0 commit comments

Comments
 (0)