aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/sass/lib/fontface.scss
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-02-11 11:08:56 -0500
committerJesús <heckyel@hyperbola.info>2022-02-11 11:08:56 -0500
commit69e20fc11381bdc94c416f11527289a34ffb89ed (patch)
tree4b8969904958e4a377a9dd00cabd972c1ce22429 /demo/src/sass/lib/fontface.scss
parent421de00c8bb27fd0cd01d19ed4c2681ef2d63446 (diff)
downloadplyr-69e20fc11381bdc94c416f11527289a34ffb89ed.tar.lz
plyr-69e20fc11381bdc94c416f11527289a34ffb89ed.tar.xz
plyr-69e20fc11381bdc94c416f11527289a34ffb89ed.zip
update from upstreamHEADmaster
Diffstat (limited to 'demo/src/sass/lib/fontface.scss')
-rw-r--r--demo/src/sass/lib/fontface.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/demo/src/sass/lib/fontface.scss b/demo/src/sass/lib/fontface.scss
index d54188d0..3884b44a 100644
--- a/demo/src/sass/lib/fontface.scss
+++ b/demo/src/sass/lib/fontface.scss
@@ -4,7 +4,7 @@
@font-face {
font-display: swap;
- font-family: 'Gordita';
+ font-family: Gordita;
font-style: normal;
font-weight: $font-weight-light;
src: url('https://cdn.plyr.io/static/fonts/gordita-light.woff2') format('woff2'),
@@ -13,7 +13,7 @@
@font-face {
font-display: swap;
- font-family: 'Gordita';
+ font-family: Gordita;
font-style: normal;
font-weight: $font-weight-regular;
src: url('https://cdn.plyr.io/static/fonts/gordita-regular.woff2') format('woff2'),
@@ -22,7 +22,7 @@
@font-face {
font-display: swap;
- font-family: 'Gordita';
+ font-family: Gordita;
font-style: normal;
font-weight: $font-weight-medium;
src: url('https://cdn.plyr.io/static/fonts/gordita-medium.woff2') format('woff2'),
@@ -31,7 +31,7 @@
@font-face {
font-display: swap;
- font-family: 'Gordita';
+ font-family: Gordita;
font-style: normal;
font-weight: $font-weight-bold;
src: url('https://cdn.plyr.io/static/fonts/gordita-bold.woff2') format('woff2'),
@@ -40,7 +40,7 @@
@font-face {
font-display: swap;
- font-family: 'Gordita';
+ font-family: Gordita;
font-style: normal;
font-weight: $font-weight-black;
src: url('https://cdn.plyr.io/static/fonts/gordita-black.woff2') format('woff2'),