diff --git a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/index.html b/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/index.html index 24a47d780..ce2fb14d2 100644 --- a/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/index.html +++ b/li.strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/app/index.html @@ -26,7 +26,7 @@ body { margin: 0; padding: 0; - font-family: 'Ubuntu-local', 'Roboto', 'Noto', sans-serif; + font-family: 'Ubuntu-local', sans-serif; font-size: 14px; background-color: #fafafa; }