Change the font on axis (#1028)

A minor css change to make histogram viz look consistent
This commit is contained in:
vera-liu 2016-09-02 10:01:13 -07:00 committed by GitHub
parent badac7379e
commit 9914901099
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
.axis text {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 15px;
font-size: 11px;
}
.axis path, .axis line {