quartz/content/Sans-serif.md
Miguel Pimentel 7450bd7a81
feat(experimental): partial rebuilds (jackyzha0#716) (#55)
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
Co-authored-by: kabirgh <15871468+kabirgh@users.noreply.github.com>
Co-authored-by: Alq <ahmed.elq53@gmail.com>
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
2024-02-10 18:55:47 -08:00

18 lines
631 B
Markdown

---
title: Sans-serif
updated: 2024-02-08
compartir: true
tags: [typography]
---
## Definition
In typography and lettering, a "sans-serif", "sans serif", "gothic", or simply "sans" letterform is one that does not have extending features called "serifs" at the end of strokes. Sans-serif typefaces tend to have less stroke width variation than serif typefaces. They are often used to convey simplicity and modernity or minimalism.
## Font Family in CSS
```css
font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto,
Noto, "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif;
```