Skip to content

Commit

Permalink
Merge pull request #371 from tw15egan/format-quote
Browse files Browse the repository at this point in the history
chore(scss): add quote to file format
  • Loading branch information
vpicone committed May 25, 2021
2 parents 7ffba39 + 7de4f4c commit 45e14dd
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 80 deletions.
32 changes: 16 additions & 16 deletions _arabic.scss
Expand Up @@ -8,9 +8,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans-Arabic' !default;
font-weight: 100;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-Thin.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-Thin.woff')
format(woff);
format('woff');
}
}

Expand All @@ -25,9 +25,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans-Arabic' !default;
font-weight: 200;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-ExtraLight.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-ExtraLight.woff')
format(woff);
format('woff');
}
}

Expand All @@ -42,9 +42,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans-Arabic' !default;
font-weight: 300;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-Light.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-Light.woff')
format(woff);
format('woff');
}
}

Expand All @@ -59,9 +59,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans-Arabic' !default;
font-weight: 400;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-Regular.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-Regular.woff')
format(woff);
format('woff');
}
}

Expand All @@ -76,9 +76,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans-Arabic' !default;
font-weight: 450;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-Text.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-Text.woff')
format(woff);
format('woff');
}
}

Expand All @@ -93,9 +93,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans-Arabic' !default;
font-weight: 500;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-Medium.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-Medium.woff')
format(woff);
format('woff');
}
}

Expand All @@ -110,9 +110,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans-Arabic' !default;
font-weight: 600;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-SemiBold.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-SemiBold.woff')
format(woff);
format('woff');
}
}

Expand All @@ -127,9 +127,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans-Arabic' !default;
font-weight: 700;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-Bold.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-Bold.woff')
format(woff);
format('woff');
}
}

Expand Down
64 changes: 32 additions & 32 deletions _default.scss
Expand Up @@ -8,9 +8,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 100;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Thin.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Thin.woff')
format(woff);
format('woff');
}
}

Expand All @@ -21,9 +21,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 100;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-ThinItalic.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-ThinItalic.woff')
format(woff);
format('woff');
}
}

Expand All @@ -39,9 +39,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 200;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-ExtraLight.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-ExtraLight.woff')
format(woff);
format('woff');
}
}

Expand All @@ -52,9 +52,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 200;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-ExtraLightItalic.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-ExtraLightItalic.woff')
format(woff);
format('woff');
}
}

Expand All @@ -70,9 +70,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 300;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Light.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Light.woff')
format(woff);
format('woff');
}
}

Expand All @@ -83,9 +83,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 300;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-LightItalic.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-LightItalic.woff')
format(woff);
format('woff');
}
}

Expand All @@ -101,9 +101,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 400;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Regular.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Regular.woff')
format(woff);
format('woff');
}
}

Expand All @@ -114,9 +114,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 400;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Italic.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Italic.woff')
format(woff);
format('woff');
}
}

Expand All @@ -132,9 +132,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 450;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Text.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Text.woff')
format(woff);
format('woff');
}
}

Expand All @@ -145,9 +145,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 450;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-TextItalic.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-TextItalic.woff')
format(woff);
format('woff');
}
}

Expand All @@ -163,9 +163,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 500;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Medium.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Medium.woff')
format(woff);
format('woff');
}
}

Expand All @@ -176,9 +176,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 500;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-MediumItalic.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-MediumItalic.woff')
format(woff);
format('woff');
}
}

Expand All @@ -194,9 +194,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 600;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-SemiBold.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-SemiBold.woff')
format(woff);
format('woff');
}
}

Expand All @@ -207,9 +207,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 600;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-SemiBoldItalic.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-SemiBoldItalic.woff')
format(woff);
format('woff');
}
}

Expand All @@ -225,9 +225,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 700;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Bold.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Bold.woff')
format(woff);
format('woff');
}
}

Expand All @@ -238,9 +238,9 @@ $plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default;
font-weight: 700;
font-display: $plex-font-display;
src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-BoldItalic.woff2')
format(woff2),
format('woff2'),
url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-BoldItalic.woff')
format(woff);
format('woff');
}
}

Expand Down

0 comments on commit 45e14dd

Please sign in to comment.