Skip to content

Commit

Permalink
#7386 use Lato font for EasyForm fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Jurowicz committed Jul 10, 2018
1 parent 41bf9b2 commit ccb6b96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/notebook/src/easyForm/css/jupyter-easyform.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
$beakerxFont: "Lato", Helvetica, sans-serif;

.beaker-easyform-container {
font-family: "Lato", Helvetica, sans-serif;
font-family: $beakerxFont;

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

legend {
border-bottom: none;
Expand Down

0 comments on commit ccb6b96

Please sign in to comment.