


A first look at Google Font [Translated from Google official documentation]_html/css_WEB-ITnose
这个指南解释了如何使用Google Font的API,把网络字体添加到自己的页面上。你不需要任何的编码,你所要做的只是添加一个特定的CSS到HTML页面上,然后把字体关联到这个CSS样式。
一个快速的例子:
这是一个例子,复制下面的HTML代码到一个文件中:
Html代码
-
Making the Web Beautiful!
用一个现代浏览器打开这个HTML文件,你就可以看到页面显示如下,用了一个叫做“Tangerine”的字体:
那个句子是普通的文本,所以你可以通过使用CSS来改变它的样式。试着在前面的例子中添加一个阴影的样式:
Html代码
- body {
- font-family: 'Tangerine', serif;
- font-size: 48px;
- text-shadow: 4px 4px 4px #aaa;
- }
你可以看到,文字下面有阴影了:
这只是你能用字体API和CSS做东西的一个开始。
概述:
您开始使用Google字体API只需要两个步骤:
1.添加一个样式表来请求网络字体
Html代码
2.同样,在一个样式表中定义一个使用所请求的网络字体的节点
Html代码
- CSS selector {
- font-family: 'Font Name', serif;
- }
或者在这个节点上使用内嵌的样式
Html代码
- 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
- 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
- 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
- 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
- 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
- http://fonts.googleapis.com/css?family=Cantarell:italic|Droid Serif:bold
Html code
- http://fonts.googleapis.com/css?family=Cantarell:i|Droid Serif:b
Html code
- 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
- 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
- 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. . . . .

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

According to news on July 22, today, the official Weibo of Xiaomi ThePaper OS announced that Xiaoai Translation has been upgraded. Real-time subtitles have been added to Japanese and Korean translations, and subtitle-free videos and live conferences can be transcribed and translated in real time. Face-to-face simultaneous interpretation supports translation into 12 languages, including Chinese, English, Japanese, Korean, Russian, Portuguese, Spanish, Italian, French, German, Indonesian, and Hindi. The above functions currently only support the following three new phones: Xiaomi MIX Fold 4 Xiaomi MIX Flip Redmi K70 Extreme Edition It is reported that in 2021, Xiao Ai’s AI subtitles will be added to Japanese and Korean translations. AI subtitles use Xiaomi’s self-developed simultaneous interpretation technology to provide a faster, more stable and accurate subtitle reading experience. 1. According to the official statement, Xiaoai Translator can not only be used in audio and video venues

Currently, four new Pixel smartphones are anticipated to land this autumn. To recap, the series is rumoured to feature thePixel 9 and Pixel 9 Pro at launch. However, the Pixel 9 Pro will be a rival to the iPhone 16 Pro rather than a Pixel 8 Pro (curr

Google AI has started to provide developers with access to extended context windows and cost-saving features, starting with the Gemini 1.5 Pro large language model (LLM). Previously available through a waitlist, the full 2 million token context windo

Google's AI assistant, Gemini, is set to become even more capable, if the APK teardown of the latest update (v15.29.34.29 beta) is to be considered. The tech behemoth's new AI assistant could reportedly get several new extensions. These extensions wi

Google recently responded to the performance concerns about the Tensor G4 of the Pixel 9 line. The company said that the SoC wasn't designed to beat benchmarks. Instead, the team focused on making it perform well in the areas where Google wants the c

The Pixel 9 series is almost here, having been scheduled for an August 13 release. Based on recent rumours, the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL will mirror the Pixel 8 and Pixel 8 Pro (curr. $749 on Amazon) by starting with 128 GB of storage.

Google has introduced DisplayPort Alternate Mode with the Pixel 8 series, and it's present on the newly launched Pixel 9 lineup. While it's mainly there to let you mirror the smartphone display with a connected screen, you can also use it for desktop

A few months have passed since Android Authority demonstrated a new Android desktop mode that Google had hidden away within Android 14 QPR3 Beta 2.1. Arriving hot on the heels of Google adding DisplayPort Alt Mode support for the Pixel 8 and Pixel 8
