|
@@ -66,7 +66,7 @@ function mayland_blocks_scripts() {
|
|
wp_enqueue_style( 'mayland-blocks-styles', get_stylesheet_uri() );
|
|
wp_enqueue_style( 'mayland-blocks-styles', get_stylesheet_uri() );
|
|
|
|
|
|
// Enqueue front-end styles.
|
|
// Enqueue front-end styles.
|
|
- wp_enqueue_style( 'mayland-blocks-block-styles', get_template_directory_uri() . '/assets/alignments.css' );
|
|
|
|
|
|
+ wp_enqueue_style( 'mayland-blocks-block-styles', get_stylesheet_directory_uri() . '/assets/alignments.css' );
|
|
|
|
|
|
// Enqueue Google fonts, if necessary.
|
|
// Enqueue Google fonts, if necessary.
|
|
wp_enqueue_style( 'mayland-blocks-fonts', mayland_blocks_fonts_url(), array(), null );
|
|
wp_enqueue_style( 'mayland-blocks-fonts', mayland_blocks_fonts_url(), array(), null );
|