diff --git a/Elementary/user.css b/Elementary/user.css index a2f53c2..266a8ec 100644 --- a/Elementary/user.css +++ b/Elementary/user.css @@ -3,12 +3,12 @@ } h1,h2,h3,h4,h5,h6 { - font-family:Raleway; + font-family:Raleway, sans-serif; text-transform:uppercase !important; font-weight:lighter !important; } body { - font-family:Google Sans; + font-family:Google Sans, sans-serif; font-weight:bold; } @@ -679,4 +679,4 @@ body.remotebar .view-player .player-bar-wrapper { .Header__image-inner { box-shadow: unset; -} \ No newline at end of file +}