Answers for "Document doesn't use legible font sizes"

0

Document doesn't use legible font sizes

If Lighthouse reports Text is illegible because of a missing viewport config, 
add a 
<meta name="viewport" content="width=device-width, initial-scale=1"> 
tag to the <head> of your document.
Posted by: Guest on August-22-2021

Browse Popular Code Answers by Language