MatteoScript commited on
Commit
979fb0e
·
verified ·
1 Parent(s): 2f9cda6

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -503,7 +503,7 @@
503
  margin: 0 0 9px;
504
  color: var(--coral);
505
  font-size: clamp(20px, 5vw, 28px);
506
- font-weight: 1200;
507
  line-height: 1.35;
508
  }
509
 
@@ -516,7 +516,7 @@
516
  .companions-list li {
517
  margin: 5px 0;
518
  font-size: clamp(20px, 5vw, 28px);
519
- font-weight: 1200;
520
  line-height: 1.35;
521
  letter-spacing: .003em;
522
  }
@@ -527,7 +527,7 @@
527
  font-family: var(--font-serif);
528
  font-style: italic;
529
  font-size: clamp(20px, 5vw, 28px);
530
- font-weight: 1200;
531
  line-height: 1.35;
532
  }
533
 
 
503
  margin: 0 0 9px;
504
  color: var(--coral);
505
  font-size: clamp(20px, 5vw, 28px);
506
+ font-weight: 1000;
507
  line-height: 1.35;
508
  }
509
 
 
516
  .companions-list li {
517
  margin: 5px 0;
518
  font-size: clamp(20px, 5vw, 28px);
519
+ font-weight: 1000;
520
  line-height: 1.35;
521
  letter-spacing: .003em;
522
  }
 
527
  font-family: var(--font-serif);
528
  font-style: italic;
529
  font-size: clamp(20px, 5vw, 28px);
530
+ font-weight: 1000;
531
  line-height: 1.35;
532
  }
533