Category: Level-up: practical execution
-
Fixing the font mess in your CSS: @font-face and the font-family / font-weight saga
Web fonts are a great way to give your website a unique design, but embedding all of the necessary font-files can create quite the mess in your CSS. Unfortunately, many of the online tutorials and font-face kit generators give incorrect examples (and are just plain doing it wrong). So, to save you time and fonts-face-related…