Use font-family from theme in all components

pull/21833/head
J. Ryan Stinnett 2019-01-09 14:46:31 -06:00
parent 91c0d8bae3
commit 9a7a8da6c0
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ limitations under the License.
padding: 0px;
width: 240px;
color: $input-fg-color;
font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
font-family: $font-family;
font-size: 16px;
}

View File

@ -61,7 +61,7 @@ limitations under the License.
padding: 0;
width: 240px;
color: $input-fg-color;
font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
font-family: $font-family;
font-size: 16px;
}