mirror of
https://github.com/10h30/ycb.vn.git
synced 2026-07-11 18:56:17 +09:00
Change font to Roboto and Roboto Condensed
This commit is contained in:
+2
-1
@@ -203,7 +203,8 @@ function business_scripts_styles() {
|
||||
wp_dequeue_style( 'simple-social-icons-font' );
|
||||
|
||||
// Enqueue Google fonts.
|
||||
wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Montserrat:600|Hind:400', array(), CHILD_THEME_VERSION );
|
||||
//wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Montserrat:600|Hind:400', array(), CHILD_THEME_VERSION );
|
||||
wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:300,500&subset=latin-ext,vietnamese', array(), CHILD_THEME_VERSION );
|
||||
|
||||
// Enqueue Line Awesome icon font.
|
||||
wp_enqueue_style( 'line-awesome', '//maxcdn.icons8.com/fonts/line-awesome/1.1/css/line-awesome-font-awesome.min.css', array(), CHILD_THEME_VERSION );
|
||||
|
||||
Reference in New Issue
Block a user