-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smcp Small Caps #8
Conversation
without c2sc
These should just be inherited, because there is a mix of Small Caps and Caps to Small Caps. When browsers don’t support it, they will just remain the same (probably all caps)
without c2sc
Conflicts: css/utility-opentype.css
Hey, thanks very much for the Pull Request. /* Enable `onum` and `smcp`, disable `c2sc` */
font-feature-settings: "onum", "smcp", "c2sc" 0; The Also—just for future reference—the correct file to edit would be the I’m going to close this PR, but feel free to let me know if I’ve misunderstood anything. Thanks very much for taking the time to put this together anyway. |
The smcp class must'nt have the c2c feature settings which got its own class.
As a fallback for smcp, use font-variant:small-caps