From ffefb3cdccb3f24c5c94ca621ee50c3d1e3a42dd Mon Sep 17 00:00:00 2001 From: ALucatero03 <43155103+ALucatero03@users.noreply.github.com> Date: Wed, 6 Mar 2019 09:24:21 -0600 Subject: [PATCH] Update index.md fonts (#27380) --- guide/english/css/fonts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/fonts/index.md b/guide/english/css/fonts/index.md index 85d55404c7..e510f22ba7 100644 --- a/guide/english/css/fonts/index.md +++ b/guide/english/css/fonts/index.md @@ -14,7 +14,6 @@ p { font-family: "Times New Roman", Times, serif; } ``` - In the above example, "Times New Roman" and "Times" are s and "serif" is a . Generic names are used as a fallback mechanism for preserving style if the is unavailable. A generic name should always be the last item in the list of font family names. The generic family name options are: * serif @@ -139,3 +138,4 @@ p { - [CSSFontStack](https://www.cssfontstack.com/) - [Google Fonts](https://fonts.google.com/) - [Google Docs: How to get started](https://developers.google.com/fonts/docs/getting_started) +- [W3 Schools - Examples of websafe fonts](https://www.w3schools.com/cssref/css_websafe_fonts.asp) \ No newline at end of file