cheatsheets/css-font.md

10 lines
239 B
Markdown

---
title: CSS font
---
font: italic 400 14px / 1.5 sans-serif;
/* ^ ^ ^ ^ ^
style weight size* line-height family
required required */