summaryrefslogtreecommitdiff
path: root/sw-ui/src/main/resources/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sw-ui/src/main/resources/index.html')
-rw-r--r--sw-ui/src/main/resources/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw-ui/src/main/resources/index.html b/sw-ui/src/main/resources/index.html
index da3fea6b..98623dd8 100644
--- a/sw-ui/src/main/resources/index.html
+++ b/sw-ui/src/main/resources/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="${publicPath}favicon.ico">
<title>Seven Wonders</title>
+ <link href='https://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'>
<!-- Style dependencies -->
<link href="https://unpkg.com/normalize.css@^7.0.0" rel="stylesheet" />
<!-- Blueprint stylesheets -->
bgstack15