MatteoScript commited on
Commit
01960a0
·
verified ·
1 Parent(s): 63b3f49

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -5
index.html CHANGED
@@ -9,7 +9,7 @@
9
  <link rel="preconnect" href="https://fonts.googleapis.com">
10
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
  <link rel="preconnect" href="https://db.onlinewebfonts.com" crossorigin>
12
- <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Great+Vibes&display=swap" rel="stylesheet">
13
 
14
  <style>
15
  @font-face {
@@ -396,7 +396,7 @@
396
  font-family: var(--font-serif);
397
  font-style: italic;
398
  font-size: clamp(20px, 5vw, 28px);
399
- font-weight: 700;
400
  letter-spacing: .005em;
401
  }
402
 
@@ -504,7 +504,7 @@
504
  margin: 0 0 9px;
505
  color: var(--pink-title);
506
  font-size: clamp(16px, 4vw, 20px);
507
- font-weight: 700;
508
  line-height: 1.35;
509
  }
510
 
@@ -517,7 +517,7 @@
517
  .companions-list li {
518
  margin: 5px 0;
519
  font-size: clamp(16px, 4vw, 20px);
520
- font-weight: 700;
521
  line-height: 1.38;
522
  letter-spacing: .003em;
523
  }
@@ -528,7 +528,7 @@
528
  font-family: var(--font-serif);
529
  font-style: italic;
530
  font-size: clamp(16px, 4vw, 20px);
531
- font-weight: 700;
532
  line-height: 1.35;
533
  }
534
 
 
9
  <link rel="preconnect" href="https://fonts.googleapis.com">
10
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
  <link rel="preconnect" href="https://db.onlinewebfonts.com" crossorigin>
12
+ <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Great+Vibes&display=swap" rel="stylesheet">
13
 
14
  <style>
15
  @font-face {
 
396
  font-family: var(--font-serif);
397
  font-style: italic;
398
  font-size: clamp(20px, 5vw, 28px);
399
+ font-weight: 900;
400
  letter-spacing: .005em;
401
  }
402
 
 
504
  margin: 0 0 9px;
505
  color: var(--pink-title);
506
  font-size: clamp(16px, 4vw, 20px);
507
+ font-weight: 900;
508
  line-height: 1.35;
509
  }
510
 
 
517
  .companions-list li {
518
  margin: 5px 0;
519
  font-size: clamp(16px, 4vw, 20px);
520
+ font-weight: 900;
521
  line-height: 1.38;
522
  letter-spacing: .003em;
523
  }
 
528
  font-family: var(--font-serif);
529
  font-style: italic;
530
  font-size: clamp(16px, 4vw, 20px);
531
+ font-weight: 900;
532
  line-height: 1.35;
533
  }
534