将Google字体添加到HTML可以通过以下步骤实现:
<link href="https://fonts.googleapis.com/css?family=Font+Name" rel="stylesheet">
将"Font+Name"替换为你想要使用的Google字体的名称,例如"Roboto"或"Open+Sans"。
<style>
body {
font-family: 'Font Name', sans-serif;
}
</style>
将"Font Name"替换为你在步骤1中选择的Google字体的名称。
<p class="google-font">这是使用Google字体的文本。</p>
<link href="https://fonts.googleapis.com/css?family=Font+Name1|Font+Name2" rel="stylesheet">
然后在步骤3中的CSS样式和HTML标签中分别使用不同的字体名称。
领取专属 10元无门槛券
手把手带您无忧上云