Commit 1364166f authored by James Cox's avatar James Cox
Browse files

prefer helvetica over arial, and provide support for gotham narrow when available

parent c1bdc492
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -365,7 +365,7 @@ h1.head{ margin-top:70px; }
}

.rickshaw_legend {
font-family: Arial;
font-family: "Gotham Narrow", Helvetica, sans-serif;
font-size: 12px;
color: #333;
background: none;
+189 −189
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
  opacity: 1;
}
.rickshaw_graph .detail .x_label {
	font-family: Arial, sans-serif;
  font-family: "Gotham Narrow", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  padding: 6px;
  opacity: 0.5;
@@ -34,7 +34,7 @@
  border-radius: 3px;
  padding: 0.25em;
  font-size: 12px;
	font-family: Arial, sans-serif;
  font-family: "Gotham Narrow", Helvetica, Arial, sans-serif;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  color: white;
@@ -94,7 +94,7 @@
.rickshaw_graph .x_tick .title {
  position: absolute;
  font-size: 12px;
	font-family: Arial, sans-serif;
  font-family: "Gotham Narrow", Helvetica, Arial, sans-serif;
  opacity: 0.5;
  white-space: nowrap;
  margin-left: 3px;
@@ -225,7 +225,7 @@
    -1px -1px 0 rgba(0, 0, 0, 0.8);
}
.rickshaw_legend {
	font-family: Arial;
  font-family: "Gotham Narrow", Helvetica, Arial;
  font-size: 12px;
  color: white;
  background: #404040;