mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 15:35:42 -05:00
* PUSH NOTE : NeoVim.md * PUSH NOTE : Static Site Generators.md * PUSH NOTE : The Moon (Earth).md * PUSH NOTE : Consistency.md * PUSH NOTE : Chuckwalla.md * PUSH NOTE : Scry Your Tasks.md * PUSH NOTE : Markdown.md * PUSH NOTE : Tools.md * PUSH NOTE : Writing with Outlines.md * PUSH NOTE : Poetry.md * PUSH NOTE : Guitar.md * PUSH NOTE : Words I Like.md * PUSH NOTE : Quotes Collection.md * PUSH NOTE : Free Facts.md * PUSH NOTE : Rhombic Dodecahedron.md * PUSH NOTE : Move Your Body.md * PUSH NOTE : Rhizomatic Learning.md * PUSH NOTE : Rhizome.md * PUSH NOTE : Sweep Your Mind.md * PUSH NOTE : Serif.md * PUSH NOTE : Scope of Work.md * PUSH NOTE : Sans-serif.md * PUSH NOTE : Micropolitan Statistical Area.md * PUSH NOTE : Continuous Care.md * PUSH NOTE : Chords.md * PUSH NOTE : Atomic Notes.md * PUSH NOTE : Arpeggio.md * PUSH NOTE : Emmet Cheat Sheet.md * PUSH NOTE : Public Journal.md * DELETE FILE : content/Budding/Chuckwalla.md * DELETE FILE : content/Budding/Continuous Care.md * DELETE FILE : content/Budding/Free Facts.md * DELETE FILE : content/Budding/NeoVim.md * DELETE FILE : content/Budding/Poetry.md * DELETE FILE : content/Budding/Quotes Collection.md * DELETE FILE : content/Budding/Scope of Work.md * DELETE FILE : content/Budding/Tools.md * DELETE FILE : content/Budding/Words I Like.md * DELETE FILE : content/Evergreen/Arpeggio.md * DELETE FILE : content/Evergreen/Atomic Notes.md * DELETE FILE : content/Evergreen/Chords.md * DELETE FILE : content/Evergreen/Micropolitan Statistical Area.md * DELETE FILE : content/Evergreen/Sweep Your Mind.md * DELETE FILE : content/Seedlings/Consistency.md * DELETE FILE : content/Seedlings/Guitar.md * DELETE FILE : content/Seedlings/Markdown.md * DELETE FILE : content/Seedlings/Move Your Body.md * DELETE FILE : content/Seedlings/Rhizomatic Learning.md * DELETE FILE : content/Seedlings/Rhizome.md * DELETE FILE : content/Seedlings/Sans-serif.md * DELETE FILE : content/Seedlings/Scry Your Tasks.md * DELETE FILE : content/Seedlings/Serif.md * DELETE FILE : content/Seedlings/Static Site Generators.md * DELETE FILE : content/Seedlings/The Moon (Earth).md * DELETE FILE : content/Seedlings/Writing with Outlines.md
12 lines
582 B
Markdown
12 lines
582 B
Markdown
---
|
|
title: Sans-serif
|
|
tags: [typography]
|
|
compartir: true
|
|
updated: 2023-10-02
|
|
---
|
|
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.
|
|
|
|
```css
|
|
font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto, Noto, "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif;
|
|
```
|