|
@@ -136,8 +136,8 @@ if ( ! function_exists( 'livro_preload_webfonts' ) ) :
|
|
|
*/
|
|
|
function livro_preload_webfonts() {
|
|
|
?>
|
|
|
- <link rel="preload" href="<?php echo esc_url( get_theme_file_uri( 'assets/fonts/assets/fonts/Newsreader.woff2' ) ); ?>" as="font" type="font/woff2" crossorigin>
|
|
|
- <link rel="preload" href="<?php echo esc_url( get_theme_file_uri( 'assets/fonts/assets/fonts/Newsreader-italic.woff2' ) ); ?>" as="font" type="font/woff2" crossorigin>
|
|
|
+ <link rel="preload" href="<?php echo esc_url( get_theme_file_uri( 'assets/fonts/Newsreader.woff2' ) ); ?>" as="font" type="font/woff2" crossorigin>
|
|
|
+ <link rel="preload" href="<?php echo esc_url( get_theme_file_uri( 'assets/fonts/Newsreader-italic.woff2' ) ); ?>" as="font" type="font/woff2" crossorigin>
|
|
|
<?php
|
|
|
}
|
|
|
|