Understanding Font Rules in CSS
Quite often, developers or designers include a list of fonts within their CSS. As an example, one might define a CSS rule such as: font-family: ‘Segoe UI’, Arial, Tahoma, Helvetica; However, what some developers or designers may not realize is that the font, Tahoma, will never be reached. The reason for this is that Arial is much more prevalent than Tahoma. In fact, most Mac users would not see the site render using the Helvetica font as one may expect. This is because the Arial font has been included with Macs since OS X. If your application targets the Windows … Continue reading Understanding Font Rules in CSS