Questions tagged «google-font-api»


5
Google字体URL破坏了w3.org上的HTML5验证
我使用此HTML标签加载了3种不同大小的字体: <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,800,700,400italic|PT+Serif:400,400italic|Bree+Serif"> 直到〜1/2周前,HTML3的w3.org验证程序支持了该功能;现在它给出了这个错误: Line 14, Column 163: Bad value http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,800,700,400italic|PT+Serif:400,400italic|Bree+Serif for attribute href on element link: Illegal character in query: not a URL code point. W3C标记验证器现在不喜欢什么?

11
如何在React.js中使用Google字体?
我已经用React.js和webpack建立了一个网站。 我想在网页中使用Google字体,因此将链接放在该部分中。 Google字体 <link href="https://fonts.googleapis.com/css?family=Bungee+Inline" rel="stylesheet"> 并设置CSS body{ font-family: 'Bungee Inline', cursive; } 但是,它不起作用。 我怎么解决这个问题?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.