css 加载Google字体。

Posted

tags:

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

<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

//* Enqueue Lato Google font
add_action( 'wp_enqueue_scripts', 'sp_load_google_fonts' );
function sp_load_google_fonts() {
	wp_enqueue_style( 'google-font-lato', '//fonts.googleapis.com/css?family=Lato:300,700', array(), CHILD_THEME_VERSION );
}
/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,700);

以上是关于css 加载Google字体。的主要内容,如果未能解决你的问题,请参考以下文章

Google 字体违反了内容安全政策

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

Google 字体无法在 Google Chrome 上呈现

什么是字体显示 CSS 功能?

在 asp.net 中动态加载 CSS 元素

<head> 中的 Google 字体或带有 @import 的 CSS 中的 Google 字体?