Enqueue Google Web Fonts mà không làm rối các biểu tượng trong URL
Sử dụng Google Web Fonts theo cách thông thường, nghĩa là sử dụng wp_enqueue_stylechức năng như vậy ... function wpse_google_webfonts() { wp_enqueue_style( 'google-webfonts', 'http://fonts.googleapis.com/css?family=Ubuntu+Condensed|Open+Sans:400italic,700italic,400,700' ); } add_action( 'wp_enqueue_scripts', 'wpse_google_webfonts' ); ... Kết quả là một linkthẻ được đặt trong tiêu đề như vậy: <link rel='stylesheet' id='google-webfonts-css' href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed%7COpen+Sans%3A400italic%2C700italic%2C400%2C700&#038;ver=3.5' type='text/css' media='all' /> …