-
Recent Posts
- Use of aria-describedby with form elements that have descriptor text
- Getting around the flicker of JavaScript modifying the DOM while the page is loading
- CSS gradients and background images
- Nudging elements with position: relative
- Waqas asks the CSS Guy how to specify an alternate font size if the preferred font isn’t available on the user’s system
Archives
- June 2012
- May 2012
- June 2011
- November 2010
- October 2010
- July 2010
- January 2010
- November 2009
- August 2009
- June 2009
- March 2009
- January 2009
- October 2008
- September 2008
- August 2008
- July 2008
- April 2008
- March 2008
- December 2007
- November 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
Meta
Non-meta
Monthly Archives: November 2010
Waqas asks the CSS Guy how to specify an alternate font size if the preferred font isn’t available on the user’s system
Waqas writes: Is there any way to specify alternate font size? e.g. p { font: 11px Tahoma, Helvetica; } If Tahoma font is not available in machine, Helvetica will be used (if available) with size 11px. Is there any workaround … Continue reading