forked from mirrors/hugo-theme-terminal
update font the latest version and fix "font-feature-settings" to enable ligatures
This commit is contained in:
@ -19,7 +19,7 @@ body {
|
||||
color: var(--color);
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-feature-settings: "liga", "tnum", "case", "calt", "zero", "ss01", "locl";
|
||||
font-feature-settings: "liga", "tnum", "zero", "ss01", "locl";
|
||||
font-variant-ligatures: contextual;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user