Change source order of AdobeEdge fonts and CSS in head

This commit is contained in:
Michael Rose 2013-07-12 16:32:53 -04:00
parent 93253f9d4e
commit 7c8f24849f
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ General notes and suggestions for customizing So Simple Theme.
## Setup for Existing Jekyll site
1. Clone the following folders: `_includes`, `_layouts`, `assets`, and `images`.
2. Clone the following files and edit personalize content as need: `about.md`, `articles.html`, `index.html`, and `tags.html`.
2. Clone the following files and personalize content as need: `about.md`, `articles.html`, `index.html`, and `tags.html`.
3. Set the following variables in your `config.yml` file:
``` yaml

View file

@ -28,12 +28,12 @@
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Webfonts -->
<script src="//use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script>
<!-- For all browsers -->
<link rel="stylesheet" href="{{ site.url }}/assets/css/main.css">
<!-- Animations -->
<link rel="stylesheet" href="{{ site.url }}/assets/css/animate.css">
<!-- Webfonts -->
<script src="//use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script>
<meta http-equiv="cleartype" content="on">