summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-11-03 00:53:01 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-11-03 00:53:01 -0400
commita3fc2f4e86e5435d3acd1671b91fb9fe671d5dd9 (patch)
tree44b72c9f2386983bae0f389944fd55cbd3213f89
parent2ac730c5ceded4a39fb6b54980ff8ea1043d9c80 (diff)
downloadasync-a3fc2f4e86e5435d3acd1671b91fb9fe671d5dd9.tar.gz
Avoid importing font using @import
-rw-r--r--support/jsdoc/theme/static/styles/jsdoc-default.css2
-rw-r--r--support/jsdoc/theme/tmpl/layout.tmpl8
2 files changed, 5 insertions, 5 deletions
diff --git a/support/jsdoc/theme/static/styles/jsdoc-default.css b/support/jsdoc/theme/static/styles/jsdoc-default.css
index 703e85f..fee48f1 100644
--- a/support/jsdoc/theme/static/styles/jsdoc-default.css
+++ b/support/jsdoc/theme/static/styles/jsdoc-default.css
@@ -1,5 +1,3 @@
-@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
-
* {
box-sizing: border-box
}
diff --git a/support/jsdoc/theme/tmpl/layout.tmpl b/support/jsdoc/theme/tmpl/layout.tmpl
index 96c39f0..7360571 100644
--- a/support/jsdoc/theme/tmpl/layout.tmpl
+++ b/support/jsdoc/theme/tmpl/layout.tmpl
@@ -9,13 +9,15 @@
<link rel="icon" href="favicon.ico?v=2" />
<link src="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/bootstrap/3.3.6/css/bootstrap.min.css">
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+
+ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/ionicons/2.0.1/css/ionicons.min.css">
- <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-
- <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>