Skip to content

Commit

Permalink
Disable font ligatures in CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
tweekmonster committed Mar 31, 2016
1 parent 4f83952 commit 3f7897a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tmux2html/tpl/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
}
.$prefix pre {
font-size: 10pt;
-webkit-font-variant-ligatures: no-common-ligatures;
font-variant-ligatures: no-common-ligatures;
margin: 0;
padding: 0;
}
Expand Down

0 comments on commit 3f7897a

Please sign in to comment.