Skip to content

Commit

Permalink
#7386 use Lato font for Easy form fields (#7675)
Browse files Browse the repository at this point in the history
* #7386 use Lat ofornt for Easy form fields

* #7386 use Lato font for EasyForm fieldset
  • Loading branch information
Mariusz Jurowicz authored and LeeTZ committed Jul 10, 2018
1 parent d4c39f6 commit 7185061
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/notebook/src/easyForm/css/jupyter-easyform.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
$beakerxFont: "Lato", Helvetica, sans-serif;

.beaker-easyform-container {
font-family: $beakerxFont;

.widget-inline-hbox {
.widget-label {
Expand Down Expand Up @@ -86,6 +89,7 @@
.beaker-fieldset {
border: 1px solid #cfcfcf;
padding: 10px;
font-family: $beakerxFont;

legend {
border-bottom: none;
Expand Down

0 comments on commit 7185061

Please sign in to comment.