Skip to content

Commit

Permalink
activates the Nunito font on CSSs
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Jul 29, 2021
1 parent ce3b37a commit 9139bd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qt/pivx/res/css/style_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
HH CONTAINER
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

*{
font-family: Nunito;
}

*[cssClass="container"] {
background-color:#211f1f;
}
Expand Down
4 changes: 4 additions & 0 deletions src/qt/pivx/res/css/style_light.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
HH CONTAINER
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

*{
font-family: Nunito;
}

*[cssClass="container"] {
background-color: #ffffff;
}
Expand Down

0 comments on commit 9139bd6

Please sign in to comment.