We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb8fa2 commit 8f8fbbcCopy full SHA for 8f8fbbc
template.css
@@ -19,6 +19,15 @@
19
url("fonts/FiraMono-Regular.ttf") format("truetype");
20
}
21
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
+
31
.nomargin{
32
margin:0;
33
@@ -437,13 +446,6 @@ strong{
437
446
word-break:break-all;
438
447
439
448
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;
-}
449
b, strong {
450
color: black;
451
0 commit comments