From c09dce92dd5d923aa4f7ea2b8d261bff7cd717e7 Mon Sep 17 00:00:00 2001 From: Talia Kaplanian <41590532+tkrose@users.noreply.github.com> Date: Sat, 27 Oct 2018 23:58:26 -0400 Subject: [PATCH] Update index.md (#20151) --- guide/english/css/fonts/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/css/fonts/index.md b/guide/english/css/fonts/index.md index f63a7599c0..9ab954f2b2 100644 --- a/guide/english/css/fonts/index.md +++ b/guide/english/css/fonts/index.md @@ -16,7 +16,8 @@ p { ``` In the above example, "Times New Roman" is the of the font, while "serif" is the . Generic names are used as a fallback mechanism for preserving style if the family-name is unavailable. A generic name should always be the last item in the list of font family names. Generic -family names are serif, sans-serif, monospace, cursive, fantasy, system-ui. +family names are serif, sans-serif, monospace, cursive, fantasy, system-ui. +In addition to specifying common fonts that are found on most operating systems, custom web fonts can be used as well. To import such a font, copy the font URL from the library and reference it in the HTML. ### Font style The `font-style` property can be used to specify italic text.