Field editor fixes in Firefox (#284)

* fixing speed field picker

* switching to open sans

* alignment-baseline not support in FF
This commit is contained in:
Peli de Halleux
2018-01-30 20:40:41 -08:00
committed by GitHub
parent 4f70d341e4
commit 8a331648d6
5 changed files with 10 additions and 8 deletions

View File

@ -2,10 +2,10 @@
User Global Variables
*******************************/
@importGoogleFonts: false;
@importGoogleFonts: true;
@headerFont : Roboto,"Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
@pageFont : Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
@headerFont : "Open Sans","Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
@pageFont : "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
@emSize : 14px;
@fontSize : 13px;