diff options
Diffstat (limited to 'scratch/habit-screens/client/index.html')
-rw-r--r-- | scratch/habit-screens/client/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scratch/habit-screens/client/index.html b/scratch/habit-screens/client/index.html index bdc421ee3f09..b587e0901284 100644 --- a/scratch/habit-screens/client/index.html +++ b/scratch/habit-screens/client/index.html @@ -3,7 +3,13 @@ <head> <meta charset="UTF-8" /> <title>Elm SPA</title> - <link rel="stylesheet" href="./output.css" /> + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chilanka"> + <link rel="stylesheet" href="./output.css"> + <style> + body { + font-family: 'Chilanka'; + } + </style> <script src="./Main.min.js"></script> </head> <body> |