Index: static/css/main.css |
=================================================================== |
--- a/static/css/main.css |
+++ b/static/css/main.css |
@@ -1,16 +1,11 @@ |
-* |
-{ |
- font-family: Arial, sans; |
- font-size: 16px; |
-} |
- |
body |
{ |
+ font-family: "Source Sans Pro", Arial, sans-serif; |
juliandoucette
2018/03/14 17:08:38
My browsers are rendering Arial when I run the tes
saroyanm
2018/03/14 17:56:30
No, until you are inspecting element with the char
ire
2018/03/14 18:10:33
I just fixed this. I missed a comma somewhere (*fa
juliandoucette
2018/03/14 18:18:01
Glad you spotted it!
I couldn't figure it out :D
|
margin: 0; |
/* Start below fixed navbar */ |
padding-top: 4em; |
line-height: 1.5; |
} |
#content, |
#blog |