diff options
author | Sam Potts <me@sampotts.me> | 2018-01-31 19:33:00 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2018-01-31 19:33:00 +1100 |
commit | d76ef3ff914e0dca57c6f1e730188975d98acaa8 (patch) | |
tree | 51705f63316edb6beb18e2e52c62fa89a7cd6aa9 /demo/error.html | |
parent | 2691c7c9d6ab5bcc18b29f2487b2f2e3515329c8 (diff) | |
download | plyr-d76ef3ff914e0dca57c6f1e730188975d98acaa8.tar.lz plyr-d76ef3ff914e0dca57c6f1e730188975d98acaa8.tar.xz plyr-d76ef3ff914e0dca57c6f1e730188975d98acaa8.zip |
Small UI tweaks and fix for instanceof issue
Diffstat (limited to 'demo/error.html')
-rw-r--r-- | demo/error.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/error.html b/demo/error.html index 915aa4b5..8e0576d8 100644 --- a/demo/error.html +++ b/demo/error.html @@ -10,6 +10,7 @@ <link rel="stylesheet" href="dist/error.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> |