diff options
author | Sam Potts <me@sampotts.me> | 2017-10-02 14:52:31 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-10-02 14:52:31 +1100 |
commit | a21ffe983c5db38a828534a83861c74e189df33b (patch) | |
tree | 2d9a43a6d4bbecbfffb943e26d767530994fb39d /demo/index.html | |
parent | 9fb79f29fd6c881fbb73ef89f7ed0517c2f8670f (diff) | |
download | plyr-a21ffe983c5db38a828534a83861c74e189df33b.tar.lz plyr-a21ffe983c5db38a828534a83861c74e189df33b.tar.xz plyr-a21ffe983c5db38a828534a83861c74e189df33b.zip |
Demo fixes
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demo/index.html b/demo/index.html index 98f626ad..b6941537 100644 --- a/demo/index.html +++ b/demo/index.html @@ -13,6 +13,10 @@ <!-- Docs styles --> <link rel="stylesheet" href="dist/demo.css"> + + <!-- Preload --> + <link rel="preload" as="font" crossorigin type="font/woff2" href="https://cdn.plyr.io/static/fonts/avenir-medium.woff2"> + <link rel="preload" as="font" crossorigin type="font/woff2" href="https://cdn.plyr.io/static/fonts/avenir-bold.woff2"> </head> <body> |