Skip to content

Instantly share code, notes, and snippets.

@bjankord
Created February 21, 2013 17:07
Show Gist options
  • Save bjankord/5006288 to your computer and use it in GitHub Desktop.
Save bjankord/5006288 to your computer and use it in GitHub Desktop.
Required form field asterisk font-stacks
/* 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