Skip to content

Commit 5f9c1b8

Browse files
committed
changed font to Mono
1 parent fe6ae14 commit 5f9c1b8

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

fonts/CutiveMono-Regular.ttf

75.6 KB
Binary file not shown.

fonts/SpaceMono-Regular.ttf

88.8 KB
Binary file not shown.

style/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
} */
55
body{
66
font-family: myFirstFont;
7+
font-weight: 700;
78
}
89
@font-face {
910
font-family: myFirstFont;
10-
src: url(/fonts/Inter-VariableFont_slnt\,wght.ttf);
11+
src: url(/fonts/SpaceMono-Regular.ttf);
1112
}
1213
.content{
1314
padding: 100px 0;

0 commit comments

Comments
 (0)