From 057806521efbaf16376dc0b1d4282e8a69b71293 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Mon, 13 Jun 2022 20:46:51 -0500 Subject: [PATCH] Apply suggestions from code review --- errors/google-font-display.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/errors/google-font-display.md b/errors/google-font-display.md index 16088335c29c..bd01159cba2e 100644 --- a/errors/google-font-display.md +++ b/errors/google-font-display.md @@ -31,10 +31,10 @@ Specifying `display=optional` minimizes the risk of invisible text or layout shi ### When Not To Use It -If you want to specifically display a font using a `auto, `block`, or `fallback` strategy, then you can disable this rule. +If you want to specifically display a font using an `auto`, `block`, or `fallback` strategy, then you can disable this rule. ### Useful Links -- [Controlling Font Performance with font-display](https://developers.google.com/web/updates/2016/02/font-display) +- [Controlling Font Performance with font-display](https://developer.chrome.com/blog/font-display/) - [Google Fonts API Docs](https://developers.google.com/fonts/docs/css2#use_font-display) - [CSS `font-display` property](https://www.w3.org/TR/css-fonts-4/#font-display-desc)