Created
February 21, 2013 17:07
-
-
Save bjankord/5006288 to your computer and use it in GitHub Desktop.
Required form field asterisk font-stacks
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
/* Fonts based on CTC Aspire's post, A List of 36 Web Safe fonts: http://www.ctc-aspire.co.uk/blog-post-36-web-safe-fonts-157-34.html */ | |
label em { | |
color: #f00; | |
font-family: "Franklin Gothic Medium", "Courier New", monospace; | |
} | |
label em { | |
color: #f00; | |
font-family: "Myriad Pro", Georgia, serif; | |
} | |
label em { | |
color: #f00; | |
font-family: Verdana, Tahoma, sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment