Use Montserrat and fix title
This commit is contained in:
13
index.html
13
index.html
@@ -11,7 +11,7 @@
|
||||
<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=Poppins:wght@400;500;600;700;800&display=swap"
|
||||
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link rel="stylesheet" href="./styles.css" />
|
||||
@@ -45,12 +45,17 @@
|
||||
</section>
|
||||
|
||||
<section class="section section--dark process">
|
||||
<div class="section-head">
|
||||
<h2 class="section-title">
|
||||
<div class="section-head section-head--process">
|
||||
<h2 class="section-title section-title--process">
|
||||
<span class="section-title__line">Wie aus Ideen</span>
|
||||
<span class="section-title__line">Ergebnisse werden</span>
|
||||
</h2>
|
||||
<img src="./media/strichlein_rosa_uber_wort.svg" alt="" aria-hidden="true" />
|
||||
<img
|
||||
class="section-head__accent section-head__accent--process"
|
||||
src="./media/strichlein_rosa_uber_wort.svg"
|
||||
alt=""
|
||||
aria-hidden="true"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="process__grid">
|
||||
|
||||
Reference in New Issue
Block a user