diff options
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> |