From 6163d7a0c0e01bd217c5e9e375224a4a0b0cc0d0 Mon Sep 17 00:00:00 2001 From: ninjahellokitty <8458817+ninjahellokitty@users.noreply.github.com> Date: Wed, 12 Dec 2018 07:39:16 +0800 Subject: [PATCH] Update with Font Library (#23894) * Update with Font Library * Moved to "more information" --- guide/english/css/fonts/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/css/fonts/index.md b/guide/english/css/fonts/index.md index eda4e82a36..623deb2695 100644 --- a/guide/english/css/fonts/index.md +++ b/guide/english/css/fonts/index.md @@ -128,8 +128,10 @@ p { } ``` + #### More Information: - [MND - CSS Font](https://developer.mozilla.org/en-US/docs/Web/CSS/font) - [W3 Schools - CSS Font](https://www.w3schools.com/css/css_font.asp) - [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)