Skip to content

Commit db38b7f

Browse files
committed
style: add Elms Sans and change woman outfit
1 parent e5d4a20 commit db38b7f

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fullpage.js/dist/fullpage.min.css">
1414
<link rel="preconnect" href="https://fonts.googleapis.com">
1515
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
16-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Carter+One&family=Delius&display=swap">
16+
<link href="https://fonts.googleapis.com/css2?family=Carter+One&family=Elms+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
1717
</head>
1818

1919
<body>

website/models/woman_outfit.glb

-3.65 MB
Binary file not shown.

website/styles.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@
88
font-style: normal;
99
}
1010

11-
.delius-regular {
12-
font-family: "Delius", cursive;
13-
font-weight: 400;
14-
font-style: normal;
15-
}
16-
17-
.special-elite-regular {
18-
font-family: "Special Elite", system-ui;
11+
.elms-sans {
12+
font-family: "Elms Sans", sans-serif;
13+
font-optical-sizing: auto;
1914
font-weight: 400;
2015
font-style: normal;
2116
}
@@ -113,7 +108,7 @@ p {
113108

114109
body,
115110
p {
116-
font-family: "Delius", cursive;
111+
font-family: "Elms Sans", sans-serif;
117112
font-size: 24px;
118113
}
119114

0 commit comments

Comments
 (0)