加载Google字体。

css
阅读 44 收藏 0 点赞 0 评论 0

functions.php
<?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 );
}
style.css
/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,700);
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号