css Inserir fontes做GooglenapáginaWEB

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Inserir fontes做GooglenapáginaWEB相关的知识,希望对你有一定的参考价值。

<!-- no HEAD -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700''>http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>

Ou acessando a url contida no atributo href obter a diretiva fonte-face:

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

Também usando o import gerado pelo próprio google fonts:

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

E depois aplicar no CSS através da propriedade font-family:

font-family: 'Open Sans', sans-serif;

以上是关于css Inserir fontes做GooglenapáginaWEB的主要内容,如果未能解决你的问题,请参考以下文章

css 使用Google Fonts的Muli示例CSS。

IE 11:我自己的代码中出现错误 CSS3111,并且 google.com/fonts 不呈现任何字体

gulp-sass 将 Google Fonts CSS 编译到文件中,中断协议相关链接

webpack 解决 semantic ui 中 google fonts 引用的问题

css 【旧内容】现状でGoogleフォントで字体显示プロパティを并用する方法font-display:swap【适応済み】

c_cpp Inserir no inicio,no final,imprimir lista,remover da lista ou esvaziar lista