mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 15:35:42 -05:00
19 lines
466 B
Markdown
19 lines
466 B
Markdown
---
|
||
title: Serif
|
||
tags:
|
||
- typography
|
||
compartir: true
|
||
updated: 2023-12-15
|
||
---
|
||
|
||
## Definition
|
||
|
||
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;
|
||
```
|