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:
parent
53a7260dd1
commit
084720bdb4
@ -14,7 +14,7 @@
|
|||||||
<link rel="stylesheet" href="lib/css/jquery-ui.min.css">
|
<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/jquery-ui.structure.min.css">
|
||||||
<link rel="stylesheet" href="lib/css/spectrum.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">
|
<link rel="stylesheet" href="css/styles.css">
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<title>TaskBoard</title>
|
<title>TaskBoard</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="lib/css/combined.min.css">
|
<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">
|
<link rel="stylesheet" href="css/styles.min.css">
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
|
Reference in New Issue
Block a user