diff options
author | Sam Potts <sam@potts.es> | 2017-12-20 15:14:05 +0000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2017-12-20 15:14:05 +0000 |
commit | 6864149989c6a5b1bb6e9199e1f8af062c64dcc4 (patch) | |
tree | 283649e596f5a81780fabe3603bb0be7d0d47485 /demo/src/less/lib/fontface.less | |
parent | aab53fa91fded2babdef8c3529a0ff1203f92f97 (diff) | |
download | plyr-6864149989c6a5b1bb6e9199e1f8af062c64dcc4.tar.lz plyr-6864149989c6a5b1bb6e9199e1f8af062c64dcc4.tar.xz plyr-6864149989c6a5b1bb6e9199e1f8af062c64dcc4.zip |
Converted to SASS/SCSS
Diffstat (limited to 'demo/src/less/lib/fontface.less')
-rw-r--r-- | demo/src/less/lib/fontface.less | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/demo/src/less/lib/fontface.less b/demo/src/less/lib/fontface.less deleted file mode 100644 index 88ec49a5..00000000 --- a/demo/src/less/lib/fontface.less +++ /dev/null @@ -1,45 +0,0 @@ -// ========================================================================== -// Fonts -// ========================================================================== - -@font-face { - font-family: 'Gordita'; - src: url('https://cdn.plyr.io/static/fonts/gordita-light.woff2') format('woff2'), url('https://cdn.plyr.io/static/fonts/gordita-light.woff') format('woff'); - font-weight: @font-weight-light; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: 'Gordita'; - src: url('https://cdn.plyr.io/static/fonts/gordita-regular.woff2') format('woff2'), - url('https://cdn.plyr.io/static/fonts/gordita-regular.woff') format('woff'); - font-weight: @font-weight-regular; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: 'Gordita'; - src: url('https://cdn.plyr.io/static/fonts/gordita-medium.woff2') format('woff2'), - url('https://cdn.plyr.io/static/fonts/gordita-medium.woff') format('woff'); - font-weight: @font-weight-medium; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: 'Gordita'; - src: url('https://cdn.plyr.io/static/fonts/gordita-bold.woff2') format('woff2'), url('https://cdn.plyr.io/static/fonts/gordita-bold.woff') format('woff'); - font-weight: @font-weight-bold; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: 'Gordita'; - src: url('https://cdn.plyr.io/static/fonts/gordita-black.woff2') format('woff2'), url('https://cdn.plyr.io/static/fonts/gordita-black.woff') format('woff'); - font-weight: @font-weight-black; - font-style: normal; - font-display: swap; -} |