Remove @import rules from CSS

Fixes #53.
This commit is contained in:
Rowan Manning
2013-11-11 10:21:15 +00:00
parent 2a3adcab5b
commit 080001db89
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2,8 +2,6 @@
// Bootswatch // Bootswatch
// ----------------------------------------------------- // -----------------------------------------------------
@import url("//fonts.googleapis.com/css?family=Lato:400,700,900,400italic");
// Navbar ===================================================================== // Navbar =====================================================================
// Buttons ==================================================================== // Buttons ====================================================================

View File

@@ -14,6 +14,7 @@
<!-- For mobile devices. --> <!-- For mobile devices. -->
<meta name="viewport" content="width=device-width"/> <meta name="viewport" content="width=device-width"/>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700,900,400italic"/>
<link rel="stylesheet" href="/css/site.min.css"/> <link rel="stylesheet" href="/css/site.min.css"/>
</head> </head>