change default font
This commit is contained in:
parent
e80c68d6bf
commit
226a59f03c
2 changed files with 7 additions and 1 deletions
|
|
@ -3,6 +3,11 @@
|
||||||
* Copay main CSS
|
* 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 {
|
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
|
||||||
color: #2C3E50;
|
color: #2C3E50;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -258,6 +258,7 @@ a.missing-copayers {
|
||||||
.button, button {
|
.button, button {
|
||||||
padding: 1rem 1.2rem 1.0625rem;
|
padding: 1rem 1.2rem 1.0625rem;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-setup {
|
.box-setup {
|
||||||
|
|
@ -750,7 +751,7 @@ textarea:focus
|
||||||
color: #2C3E50;
|
color: #2C3E50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.create-tab a.selected,
|
.create-tab a.selected,
|
||||||
.create-tab a:active {
|
.create-tab a:active {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #2C3E50;
|
color: #2C3E50;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue