Update vendor files with font change

This commit is contained in:
Nabeel Shahzad
2018-02-22 11:44:19 -06:00
parent 72c3191c02
commit 98eef1eb12
4 changed files with 11 additions and 8 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3 -2
View File
@@ -3,7 +3,8 @@ input {
border: none;
font-size: 1rem;
cursor: text;
font-family: "Inconsolata", "Monaco", "Consolas", "Lucida Console", monospace !important;
//font-family: "Inconsolata", "Monaco", "Consolas", "Lucida Console", monospace !important;
font-family: "Avenir-light", "AvenirLTStd-Light", sans-serif !important;
}
.form-control::-moz-placeholder{
@@ -20,7 +21,7 @@ input {
}
.form-control {
font-family: "Avenir-light", "AvenirLTStd-Light", sans-serif !important;
display: block;
width: 100%;
/*font-size: $font-size-base;*/