mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 17:47:10 +00:00
Change source order of AdobeEdge fonts and CSS in head
This commit is contained in:
parent
93253f9d4e
commit
7c8f24849f
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ General notes and suggestions for customizing So Simple Theme.
|
||||||
## Setup for Existing Jekyll site
|
## Setup for Existing Jekyll site
|
||||||
|
|
||||||
1. Clone the following folders: `_includes`, `_layouts`, `assets`, and `images`.
|
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:
|
3. Set the following variables in your `config.yml` file:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
|
|
|
@ -28,12 +28,12 @@
|
||||||
<meta name="MobileOptimized" content="320">
|
<meta name="MobileOptimized" content="320">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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 -->
|
<!-- For all browsers -->
|
||||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/main.css">
|
<link rel="stylesheet" href="{{ site.url }}/assets/css/main.css">
|
||||||
<!-- Animations -->
|
<!-- Animations -->
|
||||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/animate.css">
|
<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">
|
<meta http-equiv="cleartype" content="on">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue