change default font

This commit is contained in:
bechi 2015-05-28 17:24:30 -03:00
commit 226a59f03c
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,11 @@
* Copay main CSS
*
*/
body {
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
color: #2C3E50;
}