Лагерь, блок hero - шрифты
This commit is contained in:
parent
b8fb902003
commit
672d7b68fc
@ -2231,7 +2231,8 @@ p {
|
||||
letter-spacing: -.56px;
|
||||
text-align: center;
|
||||
font-size: 2.25rem;
|
||||
font-family: 'Fredoka', sans-serif;
|
||||
font-family: 'Manrope', sans-serif;
|
||||
font-weight: 800;
|
||||
line-height: 1.1;
|
||||
color: #1c2b2d;
|
||||
margin: 0;
|
||||
@ -2243,6 +2244,8 @@ p {
|
||||
}
|
||||
}
|
||||
.hero-media-search .heading-1 span {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-weight: 600;
|
||||
display: block;
|
||||
letter-spacing: -1.68px;
|
||||
line-height: 1.2;
|
||||
@ -2280,7 +2283,8 @@ p {
|
||||
.hero-media-search__propositions.on-desktop img { width: 58px; height: auto; }
|
||||
.hero-media-search__propositions.on-desktop h3 {
|
||||
font-weight: 800;
|
||||
font-family: 'Fredoka', sans-serif;
|
||||
font-family: 'Manrope', sans-serif;
|
||||
font-weight: 800;
|
||||
font-size: 16px;
|
||||
line-height: 1.2;
|
||||
text-align: center;
|
||||
@ -2432,7 +2436,8 @@ p {
|
||||
.hero-media-search__propositions.on-mobile img { width: 48px; height: auto; }
|
||||
.hero-media-search__propositions.on-mobile h3 {
|
||||
font-weight: 800;
|
||||
font-family: 'Fredoka', sans-serif;
|
||||
font-family: 'Manrope', sans-serif;
|
||||
font-weight: 800;
|
||||
font-size: 14px;
|
||||
line-height: 1.2;
|
||||
text-align: center;
|
||||
|
||||
@ -80,9 +80,9 @@ if ( is_front_page() ) {
|
||||
// Убрали старый формат css?family= в пользу css2 с более широкой поддержкой
|
||||
?>
|
||||
<link rel="preload" as="style"
|
||||
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Oswald:wght@300;400;700&family=Fredoka:wght@400;500;600;700&display=swap"
|
||||
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Oswald:wght@300;400;700&family=Fredoka:wght@400;500;600;700&family=Manrope:wght@700;800&family=Poppins:wght@500;600&display=swap"
|
||||
onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Oswald:wght@300;400;700&family=Fredoka:wght@400;500;600;700&display=swap"></noscript>
|
||||
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Oswald:wght@300;400;700&family=Fredoka:wght@400;500;600;700&family=Manrope:wght@700;800&family=Poppins:wght@500;600&display=swap"></noscript>
|
||||
|
||||
<?php
|
||||
// ─────────────────────────────────────────────────────────────────────
|
||||
|
||||
Loading…
Reference in New Issue
Block a user