Skip to content

Commit 1822fac

Browse files
committed
Changed a font
1 parent d1059fd commit 1822fac

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

assets/styles.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* Fonts */
22

33
@font-face {
4-
font-family: 'dakota-motors';
5-
src: url('../fonts/dakota-motors.woff2') format('woff2'),
6-
url('../fonts/dakota-motors.woff') format('woff');
4+
font-family: 'rampage-monoline';
5+
src: url('../fonts/rampage-monoline.woff2') format('woff2'),
6+
url('../fonts/rampage-monoline.woff') format('woff');
77
font-weight: normal;
88
font-style: normal;
99
}
@@ -55,8 +55,7 @@ nav ul li {
5555
}
5656

5757
nav ul li a {
58-
font-family: 'dakota-motors', sans-serif;
59-
font-weight: bold;
58+
font-family: 'rampage-monoline', sans-serif;
6059
color: #a9d3f5; /* Lighter blue */
6160
text-decoration: none;
6261
padding: 5px 10px;
@@ -82,11 +81,11 @@ section {
8281
}
8382

8483
title {
85-
font-family: 'dakota-motors', sans-serif;
84+
font-family: 'rampage-monoline', sans-serif;
8685
}
8786

8887
h1, h2 {
89-
font-family: 'dakota-motors', sans-serif;
88+
font-family: 'rampage-monoline', sans-serif;
9089
color: #eef6fc;
9190
text-align: center;
9291
}

fonts/dakota-motors.woff

-41.4 KB
Binary file not shown.

fonts/dakota-motors.woff2

-32.1 KB
Binary file not shown.

fonts/rampage-monoline.woff

14.2 KB
Binary file not shown.

fonts/rampage-monoline.woff2

12.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)