Skip to content

Commit 3d893f0

Browse files
authored
Update font-family and font-weight in CSS
1 parent bc8be18 commit 3d893f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
id: "myIframe",
88
assets: {
99
css: `html, body {
10-
font-family: "helsingborg-sans-medium";
10+
font-family: Roboto, sans-serif;
1111
font-weight: 400;
1212
font-size: 1rem;
1313
line-height: initial;
@@ -18,14 +18,14 @@
1818
}
1919
2020
h2 {
21+
font-family: "helsingborg-sans-medium";
2122
font-size: 1rem;
22-
font-weight: 400;
23+
font-weight: 500;
2324
line-height: 1.33;
2425
letter-spacing: 0;
2526
margin: 0;
2627
}
2728
p {
28-
font-family: Roboto, sans-serif;
2929
line-height: 1.625;
3030
margin-top: 8px;
3131
}

0 commit comments

Comments
 (0)