changed fonts

This commit is contained in:
Sasank Vishnubhatla 2017-06-02 10:45:07 -04:00
parent b5275ebe37
commit 05496ffa6c

View file

@ -24,14 +24,14 @@
body, h1, h2, h3, p, input {
margin: 0;
font-weight: 400;
font-family: "varela_roundregular", sans-serif;
font-family: "Lucida Console", Monaco, monospace;
color: #34302d;
}
h1 {
font-size: 24px;
line-height: 30px;
font-family: "montserratregular", sans-serif;
font-family: "Courier New", Courier, monospace;
}
h2 {
@ -39,7 +39,7 @@ h2 {
font-weight: 700;
line-height: 24px;
margin-bottom: 10px;
font-family: "montserratregular", sans-serif;
font-family: "Courier New", Courier, monospace;
}
h3 {
@ -56,5 +56,5 @@ p {
strong {
font-weight: 700;
font-family: "montserratregular", sans-serif;
font-family: "Courier New", Courier, monospace;
}