Deliver fonts locally (#48)
Fixes #34 * host jquery-1.11.3.min.js locally Resource downloaded from linked URL https://code.jquery.com/jquery-1.11.3.min.js ecb916133a9376911f10bc5c659952eb0031e457f5df367cde560edbfba38fb8 jquery-1.11.3.min.js * deliver fonts locally
This commit is contained in:
parent
85d913feb0
commit
81d29af505
102 changed files with 7211 additions and 10 deletions
|
|
@ -20,16 +20,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<link rel="stylesheet" href="{{ "css/screen.css" | absURL }}" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700"
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Oswald:400,300,700|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Roboto+Slab:400,100,300,700"
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
/>
|
||||
<link rel="stylesheet" href="{{ "css/fonts.css" | absURL }}" type="text/css" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="{{ "fork-awesome/css/fork-awesome.min.css" | absURL }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue