diff --git src/wp-content/themes/twentynineteen/functions.php src/wp-content/themes/twentynineteen/functions.php
index 41a798bfbf..c0b078fb1b 100644
|
|
|
add_action( 'after_setup_theme', 'twentynineteen_content_width', 0 );
|
| 251 | 251 | |
| 252 | 252 | /** |
| 253 | 253 | * Enqueue scripts and styles. |
| | 254 | * |
| | 255 | * @since Twenty Nineteen 1.0 |
| 254 | 256 | */ |
| 255 | 257 | function twentynineteen_scripts() { |
| 256 | 258 | wp_enqueue_style( 'twentynineteen-style', get_stylesheet_uri(), array(), wp_get_theme()->get( 'Version' ) ); |
diff --git src/wp-content/themes/twentyseventeen/functions.php src/wp-content/themes/twentyseventeen/functions.php
index 22bc3fc58c..27305dca85 100644
|
|
|
add_action( 'wp_head', 'twentyseventeen_colors_css_wrap' );
|
| 445 | 445 | |
| 446 | 446 | /** |
| 447 | 447 | * Enqueues scripts and styles. |
| | 448 | * |
| | 449 | * @since Twenty Seventeen 1.0 |
| 448 | 450 | */ |
| 449 | 451 | function twentyseventeen_scripts() { |
| 450 | 452 | // Add custom fonts, used in the main stylesheet. |