diff options
author | Sam Potts <me@sampotts.me> | 2017-10-25 23:59:53 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-10-25 23:59:53 +1100 |
commit | 378aa159b8d91b2d9950575141a6ee67e7db350c (patch) | |
tree | 1baaa3b1d94efd49e016d74b60ff6ae14d17b33a /demo/src/less/lib/fontface.less | |
parent | 57517a9dcc7ce75aef455b157fb6d1b97eab4e79 (diff) | |
download | plyr-378aa159b8d91b2d9950575141a6ee67e7db350c.tar.lz plyr-378aa159b8d91b2d9950575141a6ee67e7db350c.tar.xz plyr-378aa159b8d91b2d9950575141a6ee67e7db350c.zip |
Docs/demo refresh
Diffstat (limited to 'demo/src/less/lib/fontface.less')
-rw-r--r-- | demo/src/less/lib/fontface.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/demo/src/less/lib/fontface.less b/demo/src/less/lib/fontface.less index bd5f9feb..7fa06a63 100644 --- a/demo/src/less/lib/fontface.less +++ b/demo/src/less/lib/fontface.less @@ -19,3 +19,12 @@ font-weight: @font-weight-bold; font-display: swap; } + +@font-face { + font-family: "Avenir"; + src: url("https://cdn.plyr.io/static/fonts/avenir-black.woff2?v=3") format("woff2"), + url("https://cdn.plyr.io/static/fonts/avenir-black.woff?v=3") format("woff"); + font-style: normal; + font-weight: @font-weight-heavy; + font-display: swap; +} |