Skip to content

Commit 8f8fbbc

Browse files
committed
add fontweight to body
1 parent 0bb8fa2 commit 8f8fbbc

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

template.css

+9-7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
url("fonts/FiraMono-Regular.ttf") format("truetype");
2020
}
2121

22+
body {
23+
font-family:'Fira Sans', "Lucida Grande",Tahoma,sans-serif;
24+
color: #0f1621;
25+
background-color: transparent;
26+
font-size: 15px;
27+
line-height: 22px;
28+
font-weight: 300;
29+
}
30+
2231
.nomargin{
2332
margin:0;
2433
}
@@ -437,13 +446,6 @@ strong{
437446
word-break:break-all;
438447
}
439448

440-
body {
441-
font-family:'Fira Sans', "Lucida Grande",Tahoma,sans-serif;
442-
color: #0f1621;
443-
background-color: transparent;
444-
font-size: 15px;
445-
line-height: 22px;
446-
}
447449
b, strong {
448450
color: black;
449451
}

0 commit comments

Comments
 (0)