You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to test this more, but apparently this works in some places:
body {
font-feature-settings:"kern"1,"smcp"1;
}
p {
font-feature-settings:"smcp"; /* This acts like you wrote `"kern" 0;` which is annoying */font-feature-settings:"smcp"1,"smcp"1; /* What I’m doing now */font-feature-settings:"kern" inherit,"smcp" inherit; /* Verbose, but easier to maintain. */
}
The text was updated successfully, but these errors were encountered:
Need to test this more, but apparently this works in some places:
The text was updated successfully, but these errors were encountered: