diff --git a/_source/index.html b/_source/index.html index 27a0945..ed8548b 100755 --- a/_source/index.html +++ b/_source/index.html @@ -3,14 +3,17 @@ Ministerium für Internet (MfI) + + +
diff --git a/_source/scss/styles.scss b/_source/scss/styles.scss index d14e2e5..10b6061 100755 --- a/_source/scss/styles.scss +++ b/_source/scss/styles.scss @@ -1,15 +1,18 @@ $breakpoint-tablet: 640px; $breakpoint-mobile: 380px; +$color-primary: #1167B4; + body { background-color: #fff; color: #111; - font-family: 'Inter', sans-serif; + font-family: 'Inter', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 100%; } h1, h2, h3 { - font-family: 'Libre Baskerville', serif; + font-family: 'Libre Baskerville', serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 700; } #logo {