php 加载Google字体。

Posted

tags:

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

/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,700);
<?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 );
}

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

如何将Google网络字体动态加载到数组中? [关闭]

用于颤振的 Google 字体包无法在发布模式下加载字体

html 正确加载网络字体(根据Google推荐)

css 加载Google字体。

php 添加脚本,Google字体,字体真棒和样式表

NextJS - Google 字体未加载或显示在网站上