Permanent fix for webfonts. I thought the other commit was sufficient, but appearently it wasnt... It was an issue with prefix-free.

This commit is contained in:
Alex van den Hoogen 2014-10-23 11:14:54 +02:00
parent 53a7260dd1
commit 084720bdb4
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<link rel="stylesheet" href="lib/css/jquery-ui.min.css">
<link rel="stylesheet" href="lib/css/jquery-ui.structure.min.css">
<link rel="stylesheet" href="lib/css/spectrum.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Pontano+Sans|Raleway:500">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Pontano+Sans|Raleway:500" data-noprefix>
<link rel="stylesheet" href="css/styles.css">
<!--[if lt IE 9]>

View File

@ -10,7 +10,7 @@
<title>TaskBoard</title>
<link rel="stylesheet" href="lib/css/combined.min.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Pontano+Sans%7CRaleway:500">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Pontano+Sans|Raleway:500" data-noprefix>
<link rel="stylesheet" href="css/styles.min.css">
<!--[if lt IE 9]>