🔵 other: Initial WP conversion from Eleventy
Sync TODOs with Issues / sync_todos (push) Successful in 7s
Sync TODOs with Issues / sync_todos (push) Successful in 7s
This commit is contained in:
@@ -43,7 +43,8 @@ class Enqueue {
|
||||
}
|
||||
|
||||
$font_ver = gmdate( 'U' );
|
||||
wp_enqueue_style( 'raleway', 'https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap', false, $font_ver );
|
||||
wp_enqueue_style( 'passion-one', 'https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap', false, $font_ver );
|
||||
wp_enqueue_style( 'font-awesome', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css', false, '5.15.3' );
|
||||
|
||||
/**
|
||||
* JS
|
||||
@@ -66,7 +67,7 @@ class Enqueue {
|
||||
$theme_uri = get_stylesheet_directory_uri();
|
||||
|
||||
$font_ver = gmdate( 'U' );
|
||||
wp_enqueue_style( 'raleway', 'https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap', false, $font_ver );
|
||||
wp_enqueue_style( 'passion-one', 'https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap', false, $font_ver );
|
||||
|
||||
/**
|
||||
* Admin CSS
|
||||
@@ -99,7 +100,7 @@ class Enqueue {
|
||||
$editor_css_path = '/styles/backend/editor.css';
|
||||
|
||||
$font_ver = gmdate( 'U' );
|
||||
wp_enqueue_style( 'raleway', 'https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap', false, $font_ver );
|
||||
wp_enqueue_style( 'passion-one', 'https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap', false, $font_ver );
|
||||
|
||||
if ( file_exists( $theme_dir . $editor_css_path ) ) {
|
||||
$version = filemtime( $theme_dir . $editor_css_path );
|
||||
|
||||
Reference in New Issue
Block a user