mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
18 lines
446 B
Markdown
18 lines
446 B
Markdown
---
|
||
title: Serif
|
||
compartir: true
|
||
tags:
|
||
- typography
|
||
---
|
||
|
||
## 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;
|
||
```
|