diff options
author | Sam Potts <sam@potts.es> | 2018-02-05 21:28:16 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-02-05 21:28:16 +1100 |
commit | f3ea31c515dd9631e0268ebd43475e422f9a1ecb (patch) | |
tree | af3fe21dcb89a1c26ded771d0544069bc6e7c5c0 /demo/index.html | |
parent | 1ee88cba16dbb85e7e1decb4d5e6a1191d73efad (diff) | |
parent | af3ae7522908c72dbe760de517692f4982037b19 (diff) | |
download | plyr-f3ea31c515dd9631e0268ebd43475e422f9a1ecb.tar.lz plyr-f3ea31c515dd9631e0268ebd43475e422f9a1ecb.tar.xz plyr-f3ea31c515dd9631e0268ebd43475e422f9a1ecb.zip |
Merge branch 'beta' of github.com:sampotts/plyr into beta
# Conflicts:
# dist/plyr.js
# dist/plyr.js.map
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/index.html b/demo/index.html index 1b72b320..08ea99f7 100644 --- a/demo/index.html +++ b/demo/index.html @@ -30,6 +30,7 @@ <link rel="stylesheet" href="dist/demo.css"> <!-- Preload --> + <link rel="preload" as="font" crossorigin type="font/woff2" href="https://cdn.plyr.io/static/fonts/gordita-light.woff2"> <link rel="preload" as="font" crossorigin type="font/woff2" href="https://cdn.plyr.io/static/fonts/gordita-medium.woff2"> <link rel="preload" as="font" crossorigin type="font/woff2" href="https://cdn.plyr.io/static/fonts/gordita-bold.woff2"> </head> |