1
0
mirror of https://github.com/google/fonts.git synced 2024-12-18 14:21:47 +03:00
fonts/knowledge/glossary/terms/style/content.md
2021-12-07 09:28:03 -10:00

11 lines
524 B
Markdown

[Regular](/glossary/regular_upright), [italic](/glossary/italic), [oblique](/glossary/oblique), and [small caps](/glossary/small_caps) are all examples of styles that can exist within a single typeface. See also: [Stylistic sets](/glossary/stylistic_sets).
<figure>
![A montage of of Regular, Italic, and Small Caps styles of the Source Serif Pro typeface.](images/thumbnail.svg)
</figure>
In CSS, the `font-style` property is most commonly used to switch between `normal` (i.e., upright) and `italic` or oblique type.