diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/head.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/head.jsp index 9a417c83..3cd85e12 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/head.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/head.jsp @@ -12,8 +12,6 @@ "> " type="text/css"> - - Airsonic diff --git a/airsonic-main/src/main/webapp/style/default-without-mediaelement.css b/airsonic-main/src/main/webapp/style/default-without-mediaelement.css index 4c195be9..03f7b2b9 100644 --- a/airsonic-main/src/main/webapp/style/default-without-mediaelement.css +++ b/airsonic-main/src/main/webapp/style/default-without-mediaelement.css @@ -84,16 +84,16 @@ body { } body, form, label, table, a { - font-family: 'Roboto', arial, sans-serif; + font-family: arial, sans-serif; } h1, h1 a { - font-family: 'Ubuntu', arial, sans-serif; + font-family: arial, sans-serif; font-weight: normal; } h2, h2 a, .topHeader a { - font-family: 'Roboto', arial, sans-serif; + font-family: arial, sans-serif; font-weight: normal; }