html UTILISER GOOGLE FONT

Posted

tags:

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

<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Convergence' rel='stylesheet'>
<style>
body {
    font-family: 'Convergence';font-size: 22px;
}
</style>
</head>
<body>

<h1>Convergence</h1>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
<p>123456790</p>
<p>ABCDEFGHIJKLMNOPQRSTUVWXYZ</p>
<p>abcdefghijklmnopqrstuvwxyz</p>

</body>
</html>

以上是关于html UTILISER GOOGLE FONT的主要内容,如果未能解决你的问题,请参考以下文章

javascript Utiliser la fonction PUT

typescript Utiliser une librairie JS externe dans un Component

html 示例google font import for font Lobster

html 配置使用Web Font Loader异步加载Google字体:https://github.com/typekit/webfontloader

html 配置使用Web Font Loader异步加载Google字体:https://github.com/typekit/webfontloader

使用@font face 时在 QtWebEngine 中忽略 Google 字体 (ttf)