Dodano preconnect i style dla czcionek Cormorant Garamond oraz Lora w nagłówku

This commit is contained in:
2025-12-03 22:17:56 +01:00
parent 99a9410bea
commit c89f252ce4

View File

@@ -21,6 +21,10 @@ $skip_link_url = apply_filters( 'hello_elementor_skip_link_url', '#content' );
<meta name="viewport" content="<?php echo esc_attr( $viewport_content ); ?>">
<link rel="profile" href="https://gmpg.org/xfn/11">
<?php wp_head(); ?>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lora:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
</head>
<body <?php body_class(); ?>>