문제

I'm using Google Fonts to use the Open Sans font on a webpage I'm creating, since unfortunately it's not a standard font that everyone has.

However, since I use Open Sans a lot in design work etc, I personally have it installed on my own computer. As such, I don't see any difference after I've added the link href=... code, and so I don't know whether or not there's any problem with the code.

Is there any way to see whether things look ok without uninstalling the font from my computer? (once or twice isn't an issue obviously, but I've come across this problem multiple times now)

도움이 되었습니까?

해결책

Google Fonts always tries to use a locally installed font first. One option is include their @font-face in your own CSS and remove the local() stuff, as explained in this Stackoverflow question.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top