search
HomeWeb Front-endHTML TutorialA first look at Google Font [Translated from Google official documentation]_html/css_WEB-ITnose

这个指南解释了如何使用Google Font的API,把网络字体添加到自己的页面上。你不需要任何的编码,你所要做的只是添加一个特定的CSS到HTML页面上,然后把字体关联到这个CSS样式。

一个快速的例子: 

这是一个例子,复制下面的HTML代码到一个文件中:

Html代码  

  1.   
  2.     
  3.       
  4.     
  5.       body {  
  6.         font-family: 'Tangerine', serif;  
  7.         font-size: 48px;  
  8.       }  
  9.       
  10.     
  11.     
  12.     

    Making the Web Beautiful!

      
  13.     
  14.   

 

用一个现代浏览器打开这个HTML文件,你就可以看到页面显示如下,用了一个叫做“Tangerine”的字体:

  
 
那个句子是普通的文本,所以你可以通过使用CSS来改变它的样式。试着在前面的例子中添加一个阴影的样式:

Html代码  

  1. body {  
  2.   font-family: 'Tangerine', serif;  
  3.   font-size: 48px;  
  4.   text-shadow: 4px 4px 4px #aaa;  
  5. }  

 

你可以看到,文字下面有阴影了:


 这只是你能用字体API和CSS做东西的一个开始。

概述: 
您开始使用Google字体API只需要两个步骤:
1.添加一个样式表来请求网络字体

Html代码  

  1.   

2.同样,在一个样式表中定义一个使用所请求的网络字体的节点

Html代码  

  1. CSS selector {  
  2.   font-family: 'Font Name', serif;  
  3. }  

 

或者在这个节点上使用内嵌的样式

Html代码  

  1. Your text

Note: When defining a web font in a CSS stylesheet, always list at least one web-safe fallback font (fallback web- safe font ) is used to avoid undesirable behavior. Specifically, add a CSS default font at the end of the list, like one named "serif" or "sans-serif". This way the browser can fall back to its default font if necessary.


For a list of web fonts you can use, see the Google Font Catalog .


Specify the font set and style in the stylesheet's URL:

To decide what URL to use in your stylesheet connection, you need to download the URL from Google The base URL of the font API starts:

Html code

  1. http://fonts.googleapis.com/css

Then add the URL parameters of the font set, and you can use the name and style of one or more font sets.
For example, to request the Inconsolata font:

Html code

  1. http://fonts.googleapis.com/css?family=Inconsolata

Note: Replace all spaces in the font set name with plus signs ( ).

When requesting multiple font sets, use vertical bars (|) to separate the names.
For example, to request Tangerine, Inconsolata, and Droid Sans fonts:

Html code

  1. http://fonts. googleapis.com/css?family=Tangerine|Inconsolata|Droid Sans


Requesting multiple fonts will allow you to use all of them on your page. (But don't get too outrageous, most pages don't need a very large number of fonts, and requesting many fonts will make your page load slower.)
The Font API provides a plain version of the requested font by default. To request another style or size, add a colon (:) after the font name, followed by a list of styles and sizes separated by commas (,).
For example:

Html code

  1. http://fonts.googleapis.com/css?family=Tangerine:bold,bolditalic |Inconsolata:italic|Droid Sans

To know what sizes and styles of fonts are provided, you need to check the Google Font Directory.
For each style you request, you can provide either a full name or an abbreviation, and for the size, you can specify an additional number:

样式 符号
斜体 italic 或 i
粗体 bold 或 b 或者是一个数字,就像700
粗体 斜体 bolditalic 或 bi


For example, to request "Cantarell" italic and "Droid Serif" bold, you can use any of the following URLs:

Html code

  1. http://fonts.googleapis.com/css?family=Cantarell:italic|Droid Serif:bold

Html code

  1. http://fonts.googleapis.com/css?family=Cantarell:i|Droid Serif:b

Html code

  1. http://fonts.googleapis.com/css?family=Cantarell:i|Droid Serif:700

Specify a subset of scripts:

Some fonts support multiple scripts (like Latin and Cyrillic) in the Google Fonts directory, in order to specify Which subset will be downloaded requires adding the subset parameter after the URL.

For example, to specify the Cyrillic subset for the Philosopher font, the URL should be written as:

Html code

  1. http:/ /fonts.googleapis.com/css?family=Philosopher&subset=cyrillic

To request Latin and Cyrillic subsets for the Philosophe font, the URL should be written:

Html code

  1. http://fonts.googleapis.com/css?family=Philosopher&subset=latin,cyrillic

To get For a complete list of fonts and font subsets, please refer to the Google Fonts Catalog .

The above is translated from Google official documents, original text link: http://code.google.com/intl/zh-CN/apis/webfonts/docs/ getting_started.html

Although the official link is zh-CN, it is still in English when I open it. I translated it myself and the translation was very poor. . . . .

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
win10字体文件夹路径详情win10字体文件夹路径详情Jan 03, 2024 pm 08:37 PM

在输入文字的时候很多的小伙伴都喜欢加入自己喜爱的个性字体,但是不知道win10系统的字体文件夹路径在哪而没法加入字体,下面就为大家介绍一下具体的文件夹路径。win10字体文件夹路径:1、点击桌面的“此电脑”。2、进入系统盘C盘。3、点击“windows”文件夹。4、下拉找到“Fonts”文件夹。5、即可进入字体库。还有其他问题的小伙伴可以看看了解更多有关win10字体常见的问题~

调整 Windows 11 中记事本字体、样式和大小的方法调整 Windows 11 中记事本字体、样式和大小的方法Sep 23, 2023 pm 11:25 PM

许多用户希望在Windows11上的记事本中更改字体,因为默认字体对他们来说太小或难以阅读。更改字体非常简单快捷,在本指南中,我们将向您展示如何自定义记事本并根据需要更改字体。Windows11记事本默认使用什么字体?至于默认字体选项,记事本使用Consolas字体,默认字体大小设置为11像素。如何在Windows11中更改记事本字体大小和样式?使用记事本中的“编辑”菜单单击搜索按钮并键入记事本。从结果列表中选择记事本。在记事本中,单击“编辑”菜单,然后选择“字体”。现在,您应该在左窗格中看到设

如何解决win11字体模糊问题如何解决win11字体模糊问题Jan 13, 2024 pm 09:00 PM

有的朋友在更新完win11系统后,发现自己的win11字体模糊不清,使用起来非常的难受,这可能是由于系统版本bug导致,也可能是我们开启了特殊效果,下面就跟着小编一起来看看应该怎么解决吧。win11字体模糊不清:方法一:1、首先右键此电脑,打开“属性”2、接着进入相关链接中的“高级系统设置”3、然后点击性能中的“设置”打开。4、在“视觉效果”下勾选“调整为最佳性能”并点击“确定”保存即可。方法二:1、右键桌面空白处,打开“显示设置”2、点击缩放和布局下的“缩放”3、再点击进入相关设置下的“文本大

Win11字体安装方法详细解释Win11字体安装方法详细解释Dec 27, 2023 pm 05:16 PM

有的朋友在安装win11字体后,找不到自己的字体安装在哪里了,因此提出了win11字体安装位置的问题,其实我们可以进入个性化中的字体管理,就可以找到字体安装的位置了,下面一起来看看吧。win11字体安装位置:1、首先右键桌面空白处,打开“个性化”设置。2、接着进入其中的“字体”安装管理设置。3、在其中找到你想要的字体进入。4、如果找不到,也可以直接在上方搜索。5、进入字体后,在元数据下的“字体文件”处就可以看到win11字体安装位置了。6、如果我们想要卸载字体,那么点击这里的卸载即可。

详解win10电脑所有字体阴影怎么办详解win10电脑所有字体阴影怎么办Jul 23, 2023 pm 11:13 PM

在使用电脑的过程中,由于操作不当等情况可以会产生一些问题出来。最近就有网友说自己的win10电脑所有字体阴影怎么办,比较影响查看,桌面的图标都有了阴影。下面小编教下大家清除电脑桌面所有字体阴影的方法。具体的步骤如下:1、首先打开电脑,输入win+r组合键,打开运行窗口,输入gpedit.msc确定。2、找到启用ActiveDesktop,双击将它打开,并将其禁用。3、接下来我们需要再打开下面的禁用ActiveDesktop,再将其启用。4、再打开控制面板的系统,打开其高级系统设置属性,再进入到性

解决Linux字体模糊问题的有效方法解决Linux字体模糊问题的有效方法Jan 08, 2024 pm 11:25 PM

Linux字体发虚,想要让字体清晰显示,该怎么实现呢?下面我们就来看看详细的教程。一、安装字体文件1、下载上面工具提供的文件,然后把文件拖到桌面,进行解压。如下图所示那样子,因为文件已经解压这里是文件夹形式。2、接着在桌面不要点击任何东西,右键选择在终端打开。在终端输入命令:sudodpkg-i按一下空格。打开桌面已经解压的字体文件,deb包分别拖入这个命令的-i后面,一个拖入。回车后会出现错误,提示错误说明依赖没有安装。提示依赖错误才是命令输入正常,否则就是错误命令。新手一定要注意空格大小写,

word字体放大后为什么上半部分缺失word字体放大后为什么上半部分缺失Jun 28, 2023 pm 01:52 PM

word字体放大后上半部分缺失的解决办法:1、打开word文件,选择需要修改的文字;2、用鼠标右键点击“段落”;3、选择行距,点击“单倍行距”;4、点击“确定”即可。

PS的界面字体太小怎么办PS的界面字体太小怎么办Dec 01, 2022 am 11:31 AM

PS的界面字体太小的修改方法:1、打开ps,点击ps顶部菜单栏上的“编辑”按钮展开编辑菜单;2、在展开的编辑菜单中点击“首选项”按钮,然后点击“界面...”按钮;3、在界面设置中将用户界面字体大小设置为“大”,将UI缩放设置为“200%”并保存设置,然后将ps重启即可生效。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!