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