Skip to content

Commit

Permalink
Disable ligatures in Fira Code
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Aug 17, 2023
1 parent d0a842b commit ebb9f82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgdown/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ html {
@import url(https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css);

/* Specify in CSS */
code { font-family: 'Fira Code', monospace; }
code { font-family: 'Fira Code', monospace;
font-variant-ligatures: none;
font-feature-settings: "liga" 0;
}

0 comments on commit ebb9f82

Please sign in to comment.