Skip to content

Commit

Permalink
move demo under HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBarranqueiro committed Mar 20, 2018
1 parent 88a8b4e commit 8d5ff8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ Tested and works with :

## Demo

Check out the [demo](http://louisbarranqueiro.github.io/reapop/)
Check out the [demo](https://louisbarranqueiro.github.io/reapop/)

## Installation

Expand Down
8 changes: 4 additions & 4 deletions demo/src/styles/style.scss
Expand Up @@ -4,10 +4,10 @@
font-family: 'ArtelyInks';
font-style: normal;
font-weight: 400;
src: url('http://louisbarranqueiro.github.io/reapop/static/fonts/ArtelyInks.eot');
src: url('http://louisbarranqueiro.github.io/reapop/static/fonts/ArtelyInks.eot?#iefix') format('embedded-opentype'),
url('http://louisbarranqueiro.github.io/reapop/static/fonts/ArtelyInks.woff') format('woff'),
url('http://louisbarranqueiro.github.io/reapop/static/fonts/ArtelyInks.ttf') format('truetype');
src: url('https://louisbarranqueiro.github.io/reapop/static/fonts/ArtelyInks.eot');
src: url('https://louisbarranqueiro.github.io/reapop/static/fonts/ArtelyInks.eot?#iefix') format('embedded-opentype'),
url('https://louisbarranqueiro.github.io/reapop/static/fonts/ArtelyInks.woff') format('woff'),
url('https://louisbarranqueiro.github.io/reapop/static/fonts/ArtelyInks.ttf') format('truetype');
}

// override style of primary button of Bootstrap
Expand Down

0 comments on commit 8d5ff8a

Please sign in to comment.