Last active
October 3, 2015 00:38
-
-
Save james2doyle/2355426 to your computer and use it in GitHub Desktop.
font css shorthand
This file contains 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
/* shorthand notation for font properties */ | |
font: [font-style] [font-variant] [font-weight] [font-size]/[line-height] [font-family]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment