Skip to content

Instantly share code, notes, and snippets.

@curiositry
Created June 18, 2014 18:05
Show Gist options
  • Select an option

  • Save curiositry/b7bfd267dc6dd1455190 to your computer and use it in GitHub Desktop.

Select an option

Save curiositry/b7bfd267dc6dd1455190 to your computer and use it in GitHub Desktop.
Small Caps CSS
.sc{
-moz-font-feature-settings: "smcp=1";
-ms-font-feature-settings: "smcp";
-webkit-font-feature-settings: "smcp";
-o-font-feature-settings: "smcp";
font-feature-settings: "smcp";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment