Chrome prefers web font over local font
问题 I am not understanding something about the way Chrome loads google fonts. Here is my html: <html> <head> <title>Montserrat Regular Google Fonts</title> <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"> </head> <body> <p style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 30px;"> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt..." </p> </body> I have Montserrat Regular installed on my Windows 10