Skip to content
Snippets Groups Projects
Commit 8311cba6 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

use a valid sans-serif font (#4160)

* ensure our css is always more specific than vendor

* set dc axis text to valid sans-serif value
parent 3c524ef4
No related branches found
No related tags found
No related merge requests found
......@@ -299,6 +299,12 @@
.dc-chart .axis {
z-index: -1;
}
/* TODO (@kdoh) remove this if dc-js/dc.js#1260 is merged */
.dc-chart .axis text {
font-family: sans-serif;
}
.dc-chart .axis .domain,
.dc-chart .axis .tick line {
stroke: #EDEDED;
......
@import './vendor.css';
@import './core/index.css';
@import './components/buttons.css';
......@@ -21,4 +23,3 @@
@import './setup.css';
@import './tutorial.css';
@import './vendor.css';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment