Commit 7dc4ba21576b8d87c0c55333213866193aef9187
1 parent
df5215d652
Exists in
master
and in
1 other branch
Fixed the google font fetch url
Showing 1 changed file with 3 additions and 5 deletions Side-by-side Diff
home.html
View file @
7dc4ba2
... | ... | @@ -6,13 +6,11 @@ |
6 | 6 | <link rel="stylesheet" |
7 | 7 | href="https://ajax.googleapis.com/ajax/libs/angular_material/0.9.0/angular-material.min.css"> |
8 | 8 | |
9 | - <link | |
10 | - href='http://fonts.googleapis.com/css?family=Lobster|Great+Vibes|Pacifico|Satisfy|Damion|Playball' | |
11 | - rel='stylesheet' type='text/css'> | |
12 | 9 | <link rel="stylesheet" href="styles/flashier.css"/> |
13 | 10 | <link rel="stylesheet" href="styles/flashy.css"/> |
14 | - <link href='https://fonts.googleapis.com/css?family=Titillium+Web:200,200italic,300,600,400,900,700,400italic,700italic,300italic,600italic' | |
15 | - rel='stylesheet' type='text/css'> | |
11 | + <link | |
12 | + href='http://fonts.googleapis.com/css?family=Lobster|Titillium+Web:400,200,200italic,300,600,700,900,700italic,600italic,400italic,300italic' | |
13 | + rel='stylesheet' type='text/css'> | |
16 | 14 | <title>Flashy</title> |
17 | 15 | </head> |
18 | 16 | <body ng-controller="RootController"> |