Skip to content

Commit

Permalink
Disable discretionary ligatures of OTF
Browse files Browse the repository at this point in the history
  • Loading branch information
skylee03 authored and daviddarnes committed Jan 2, 2024
1 parent 752bc27 commit 6814e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/sassline-base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ a {
font-feature-settings: 'kern', 'onum', 'liga';
}

// Headings. OpenType ligatures, discretionary ligatures and lining figures enabled if available.
// Headings. OpenType ligatures and lining figures enabled if available.
h1, h2, h3, h4, h5, h6 {
color: $headingColour;
font-family: unquote(map-get($headingtype, font-family));
font-feature-settings: 'dlig', 'liga', 'lnum', 'kern';
font-feature-settings: 'liga', 'lnum', 'kern';
font-style: normal;
font-weight: map-get($headingtype, bold);
}
Expand Down

0 comments on commit 6814e24

Please sign in to comment.