mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 15:35:42 -05:00
16 lines
431 B
Markdown
16 lines
431 B
Markdown
---
|
||
title: Serif
|
||
compartir: true
|
||
tags:
|
||
- typography
|
||
---
|
||
|
||
In typography, a serif (/ˈsɛrɪf/) is a small line or stroke regularly attached to the end of a larger stroke in a letter or symbol within a particular font or family of fonts.
|
||
|
||
## Font Family in CSS
|
||
|
||
```css
|
||
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida,
|
||
"DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
|
||
```
|