Skip to content

Commit d1059fd

Browse files
committed
Added 2 new fonts
1 parent 4e922f1 commit d1059fd

File tree

5 files changed

+25
-2
lines changed

5 files changed

+25
-2
lines changed

assets/styles.css

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
1+
/* Fonts */
2+
3+
@font-face {
4+
font-family: 'dakota-motors';
5+
src: url('../fonts/dakota-motors.woff2') format('woff2'),
6+
url('../fonts/dakota-motors.woff') format('woff');
7+
font-weight: normal;
8+
font-style: normal;
9+
}
10+
@font-face {
11+
font-family: 'roboto';
12+
src: url('../fonts/roboto.woff2') format('woff2'),
13+
url('../fonts/roboto.woff') format('woff');
14+
font-weight: normal;
15+
font-style: normal;
16+
}
17+
118
/* General Styling */
219
body {
3-
font-family: 'Arial', sans-serif;
20+
font-family: 'roboto', sans-serif;
421
margin: 0;
522
padding: 0;
623
line-height: 1.6;
@@ -38,9 +55,10 @@ nav ul li {
3855
}
3956

4057
nav ul li a {
58+
font-family: 'dakota-motors', sans-serif;
59+
font-weight: bold;
4160
color: #a9d3f5; /* Lighter blue */
4261
text-decoration: none;
43-
font-weight: bold;
4462
padding: 5px 10px;
4563
border-radius: 5px;
4664
transition: background 0.3s ease, transform 0.2s ease;
@@ -63,7 +81,12 @@ section {
6381
color: #eef6fc; /* Text in sections stays light blue */
6482
}
6583

84+
title {
85+
font-family: 'dakota-motors', sans-serif;
86+
}
87+
6688
h1, h2 {
89+
font-family: 'dakota-motors', sans-serif;
6790
color: #eef6fc;
6891
text-align: center;
6992
}

fonts/dakota-motors.woff

41.4 KB
Binary file not shown.

fonts/dakota-motors.woff2

32.1 KB
Binary file not shown.

fonts/roboto.woff

92 KB
Binary file not shown.

fonts/roboto.woff2

62 KB
Binary file not shown.

0 commit comments

Comments
 (0)