Skip to content

Commit

Permalink
Merge pull request #62 from legalthings/header-document-wrong-font
Browse files Browse the repository at this point in the history
Header in editor has wrong font
  • Loading branch information
jasny committed May 18, 2017
2 parents 9a8dcbf + 905c26d commit d4dcf28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions css/material.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
font-weight: 300;
}

/** Fix font family **/
.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6 {
font-family: "Proxima Nova", Montserrat, sans-serif;
font-weight: 300;
}

/** Fix inputs labels **/
.material .form-group {
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion material.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" href="css/material.css">
</head>
<body style="padding: 20px 10px; background-color: #FFF;">
<body style="padding: 20px 10px; background-color: #FFF;font-family: 'Proxima Nova', Montserrat, sans-serif;">
<div class="container">
<h1>LegalForm.js demo with Material Design</h1>
<div id="doc">
Expand Down
2 changes: 1 addition & 1 deletion nomaterial.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
</style>
</head>
<body style="padding: 20px 10px; background-color: #FFF;">
<body style="padding: 20px 10px; background-color: #FFF; font-family: 'Proxima Nova', Montserrat, sans-serif;">
<div class="container">
<h1>LegalForm.js demo with Material Design</h1>
<div id="doc">
Expand Down

0 comments on commit d4dcf28

Please sign in to comment.