Created
January 9, 2012 23:50
-
-
Save ryanseddon/1585745 to your computer and use it in GitHub Desktop.
Font features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Font features | |
| */ | |
| p { | |
| font-family: Gabriola, cursive; | |
| font-size: 24pt; | |
| -ms-font-feature-settings: "ss06" 1; | |
| -moz-font-feature-settings: "ss06=1"; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- content to be placed inside <body>…</body> --> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi gravida tincidunt orci non consectetur. Aenean egestas diam sit amet enim consequat id feugiat nibh facilisis. Curabitur lectus ligula, porta at consequat vitae, blandit ac nisi. Ut in erat eget lectus hendrerit convallis. Praesent vulputate est at dui varius adipiscing.</p> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"view":"split","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment