Skip to content

Commit 72ff5a1

Browse files
committed
Update style of site header
1 parent cb953f3 commit 72ff5a1

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<title>The Duct Framework</title>
77
<link rel="preconnect" href="https://fonts.googleapis.com">
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Special+Gothic+Condensed+One&display=swap">
9+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap">
1010
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css">
1111
<link rel="stylesheet" href="style.css">
1212
</head>
1313
<body>
14-
<section class="hero is-medium">
14+
<section class="hero">
1515
<div class="hero-body">
1616
<div class="container has-text-centered">
1717
<h1 class="title">

site/style.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
.hero .title {
2-
font-family: "Special Gothic Condensed One", sans-serif;
2+
font-family: "Bebas Neue", sans-serif;
33
font-weight: bold;
4-
font-size: 128px;
4+
font-size: 126px;
5+
}
6+
7+
.hero .subtitle {
8+
font-family: "Barlow Condensed", sans-serif;
9+
font-size: 26px;
10+
margin-top: -15px;
511
}
612

713
.hero .title .logo {
814
width: 92px;
915
height: 92px;
1016
}
17+
18+
.hero .hero-body {
19+
background: #292929;
20+
}
21+
22+
p {
23+
font-family: "Roboto", sans-serif;
24+
}

0 commit comments

Comments
 (0)