Skip to content

Commit

Permalink
v0.5.0: Use local files if installed on system
Browse files Browse the repository at this point in the history
  • Loading branch information
seejamescode committed Nov 16, 2017
1 parent d21186c commit 6b1899f
Show file tree
Hide file tree
Showing 124 changed files with 576 additions and 553 deletions.
230 changes: 115 additions & 115 deletions css/ibm-type.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/ibm-type.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/ibm-type.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion guidelines/css/ibm-type.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
{
"name": "@ibm/type",
"description": "An opinionated type for all IBM experiences, including the IBM Plex typeface.",
"version": "0.4.3",
"version": "0.5.0",
"repository": "https://github.com/ibm/type.git",
"license": "OFL-1.1 AND Apache-2.0",
"files": [
Expand Down
21 changes: 0 additions & 21 deletions scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 4,6 @@
strip-unit($maxSize) - strip-unit($minSize)
) * $base-unit / ($maxViewport - $minViewport)} * (100vw - #{$minViewport}px)
);
@if $rule == 'font-size' {
&.ibm-type-serif {
font-size: calc(
#{strip-unit($minSize) * $base-unit - 1}px #{(
strip-unit($maxSize) - strip-unit($minSize)
) * ($base-unit - 1) / ($maxViewport - $minViewport)} * (100vw - #{$minViewport}px)
);
}
}
}

@mixin fluidRules($prescription, $breakpoint, $margin: true) {
Expand Down Expand Up @@ -79,9 70,6 @@
@mixin typePrescription($prescription, $margin: true) {
$size: getFontSize(map-get(map-get($prescription, 'sm'), 'step'));
font-size: $size;
&.ibm-type-serif {
font-size: #{(strip-unit($size) * $base-unit - 1) / $base-unit}rem;
}
font-weight: map-get(map-get($prescription, 'sm'), 'font-weight');
line-height: getLineHeight(map-get(map-get($prescription, 'sm'), 'step'));
max-width: getMaxWidth(map-get(map-get($prescription, 'sm'), 'step'));
Expand Down Expand Up @@ -128,9 116,6 @@
@media (min-width: $breakpoint--md 'px') {
$size: getFontSize(map-get(map-get($prescription, 'md'), 'step'));
font-size: $size;
&.ibm-type-serif {
font-size: calc(#{$size} - 1px);
}
line-height: getLineHeight(map-get(map-get($prescription, 'md'), 'step'));
max-width: getMaxWidth(map-get(map-get($prescription, 'md'), 'step'));

Expand Down Expand Up @@ -164,9 149,6 @@
@media (min-width: $breakpoint--lg 'px') {
$size: getFontSize(map-get(map-get($prescription, 'lg'), 'step'));
font-size: $size;
&.ibm-type-serif {
font-size: calc(#{$size} - 1px);
}
line-height: getLineHeight(map-get(map-get($prescription, 'lg'), 'step'));
max-width: getMaxWidth(map-get(map-get($prescription, 'lg'), 'step'));

Expand All @@ -192,9 174,6 @@
@media (min-width: $breakpoint--max 'px') {
$size: getFontSize(map-get(map-get($prescription, 'max'), 'step'));
font-size: $size;
&.ibm-type-serif {
font-size: calc(#{$size} - 1px);
}
line-height: getLineHeight(
map-get(map-get($prescription, 'max'), 'step')
);
Expand Down
6 changes: 3 additions & 3 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
$fallbacks: (
'Mono': unquote("'ibm-plex-mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace"),
'Sans': unquote("'ibm-plex-sans', 'Helvetica Neue', Arial, sans-serif"),
'Serif': unquote("'ibm-plex-serif', 'Georgia', Times, serif")
'Mono': unquote("local('IBM Plex Mono'), 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace"),
'Sans': unquote("local('IBM Plex Sans'), 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif"),
'Serif': unquote("local('IBM Plex Serif'), 'IBM Plex Serif', 'Georgia', Times, serif")
);

$base-unit: 16;
Expand Down
5 changes: 0 additions & 5 deletions scss/ibm-type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 5,6 @@

body {
font-size: #{$base-unit}px;

&.ibm-type-serif,
.ibm-type-serif {
font-size: #{$base-unit - 1}px;
}
}

@each $name, $prescription in $ibm-type-prescription-map {
Expand Down
4 changes: 2 additions & 2 deletions scss/mono/italic/_latin1.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-mono';
font-family: 'IBM Plex Mono';
font-style: italic;
font-weight: 400;
src: url('../fonts/Mono/web/woff2/IBMPlexMono-Italic-Latin1.woff2')
src: local('IBM Plex Mono'), url('../fonts/Mono/web/woff2/IBMPlexMono-Italic-Latin1.woff2')
format('woff2'),
url('../fonts/Mono/web/woff/IBMPlexMono-Italic-Latin1.woff') format('woff');
unicode-range: 'U 0000-00FF, U 0131, U 0152-0153, U 02C6, U 02DA, U 02DC, U 2000-206F, U 20AC, U 2122, U 2212, U FB01-FB02';
Expand Down
4 changes: 2 additions & 2 deletions scss/mono/italic/_latin2.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-mono';
font-family: 'IBM Plex Mono';
font-style: italic;
font-weight: 400;
src: url('../fonts/Mono/web/woff2/IBMPlexMono-Italic-Latin2.woff2')
src: local('IBM Plex Mono'), url('../fonts/Mono/web/woff2/IBMPlexMono-Italic-Latin2.woff2')
format('woff2'),
url('../fonts/Mono/web/woff/IBMPlexMono-Italic-Latin2.woff') format('woff');
unicode-range: 'U 0100-024F, U 0259, U 1E00-1EFF, U 20A0-20AB, U 20AD-20CF, U 2C60-2C7F, U A720-A7FF, U FB01-FB02';
Expand Down
4 changes: 2 additions & 2 deletions scss/mono/italic/_latin3.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-mono';
font-family: 'IBM Plex Mono';
font-style: italic;
font-weight: 400;
src: url('../fonts/Mono/web/woff2/IBMPlexMono-Italic-Latin3.woff2')
src: local('IBM Plex Mono'), url('../fonts/Mono/web/woff2/IBMPlexMono-Italic-Latin3.woff2')
format('woff2'),
url('../fonts/Mono/web/woff/IBMPlexMono-Italic-Latin3.woff') format('woff');
unicode-range: 'U 0102-0103, U 1EA0-1EF9, U 20AB';
Expand Down
4 changes: 2 additions & 2 deletions scss/mono/italic/_pi.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-mono';
font-family: 'IBM Plex Mono';
font-style: italic;
font-weight: 400;
src: url('../fonts/Mono/web/woff2/IBMPlexMono-Italic-Pi.woff2')
src: local('IBM Plex Mono'), url('../fonts/Mono/web/woff2/IBMPlexMono-Italic-Pi.woff2')
format('woff2'),
url('../fonts/Mono/web/woff/IBMPlexMono-Italic-Pi.woff') format('woff');
unicode-range: 'U 03C0, U 0E3F, U 2070, U 2074-2079, U 2080-2089, U 2113, U 2116, U 2126, U 212E, U 2150-2151, U 2153-215E, U 2190-2199, U 21A9-21AA, U 21B0-21B3, U 21B6-21B7, U 21BA-21BB, U 21C4, U 21C6, U 2202, U 2206, U 220F, U 2211, U 221A, U 221E, U 222B, U 2248, U 2260, U 2264-2265, U 25CA, U 2713, U 274C, U 2B0E-2B11, U EBE1, U EBE3-EBE4, U EBE6-EBE7, U ECE0, U EFCC';
Expand Down
4 changes: 2 additions & 2 deletions scss/mono/regular/_latin1.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-mono';
font-family: 'IBM Plex Mono';
font-style: normal;
font-weight: 400;
src: url('../fonts/Mono/web/woff2/IBMPlexMono-Regular-Latin1.woff2')
src: local('IBM Plex Mono'), url('../fonts/Mono/web/woff2/IBMPlexMono-Regular-Latin1.woff2')
format('woff2'),
url('../fonts/Mono/web/woff/IBMPlexMono-Regular-Latin1.woff') format('woff');
unicode-range: 'U 0000-00FF, U 0131, U 0152-0153, U 02C6, U 02DA, U 02DC, U 2000-206F, U 20AC, U 2122, U 2212, U FB01-FB02';
Expand Down
4 changes: 2 additions & 2 deletions scss/mono/regular/_latin2.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-mono';
font-family: 'IBM Plex Mono';
font-style: normal;
font-weight: 400;
src: url('../fonts/Mono/web/woff2/IBMPlexMono-Regular-Latin2.woff2')
src: local('IBM Plex Mono'), url('../fonts/Mono/web/woff2/IBMPlexMono-Regular-Latin2.woff2')
format('woff2'),
url('../fonts/Mono/web/woff/IBMPlexMono-Regular-Latin2.woff') format('woff');
unicode-range: 'U 0100-024F, U 0259, U 1E00-1EFF, U 20A0-20AB, U 20AD-20CF, U 2C60-2C7F, U A720-A7FF, U FB01-FB02';
Expand Down
4 changes: 2 additions & 2 deletions scss/mono/regular/_latin3.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-mono';
font-family: 'IBM Plex Mono';
font-style: normal;
font-weight: 400;
src: url('../fonts/Mono/web/woff2/IBMPlexMono-Regular-Latin3.woff2')
src: local('IBM Plex Mono'), url('../fonts/Mono/web/woff2/IBMPlexMono-Regular-Latin3.woff2')
format('woff2'),
url('../fonts/Mono/web/woff/IBMPlexMono-Regular-Latin3.woff') format('woff');
unicode-range: 'U 0102-0103, U 1EA0-1EF9, U 20AB';
Expand Down
4 changes: 2 additions & 2 deletions scss/mono/regular/_pi.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-mono';
font-family: 'IBM Plex Mono';
font-style: normal;
font-weight: 400;
src: url('../fonts/Mono/web/woff2/IBMPlexMono-Regular-Pi.woff2')
src: local('IBM Plex Mono'), url('../fonts/Mono/web/woff2/IBMPlexMono-Regular-Pi.woff2')
format('woff2'),
url('../fonts/Mono/web/woff/IBMPlexMono-Regular-Pi.woff') format('woff');
unicode-range: 'U 03C0, U 0E3F, U 2070, U 2074-2079, U 2080-2089, U 2113, U 2116, U 2126, U 212E, U 2150-2151, U 2153-215E, U 2190-2199, U 21A9-21AA, U 21B0-21B3, U 21B6-21B7, U 21BA-21BB, U 21C4, U 21C6, U 2202, U 2206, U 220F, U 2211, U 221A, U 221E, U 222B, U 2248, U 2260, U 2264-2265, U 25CA, U 2713, U 274C, U 2B0E-2B11, U EBE1, U EBE3-EBE4, U EBE6-EBE7, U ECE0, U EFCC';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/italic/_latin1.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: italic;
font-weight: 400;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-Italic-Latin1.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-Italic-Latin1.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-Italic-Latin1.woff') format('woff');
unicode-range: 'U 0000-00FF, U 0131, U 0152-0153, U 02C6, U 02DA, U 02DC, U 2000-206F, U 20AC, U 2122, U 2212, U FB01-FB02';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/italic/_latin2.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: italic;
font-weight: 400;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-Italic-Latin2.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-Italic-Latin2.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-Italic-Latin2.woff') format('woff');
unicode-range: 'U 0100-024F, U 0259, U 1E00-1EFF, U 20A0-20AB, U 20AD-20CF, U 2C60-2C7F, U A720-A7FF, U FB01-FB02';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/italic/_latin3.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: italic;
font-weight: 400;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-Italic-Latin3.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-Italic-Latin3.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-Italic-Latin3.woff') format('woff');
unicode-range: 'U 0102-0103, U 1EA0-1EF9, U 20AB';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/italic/_pi.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: italic;
font-weight: 400;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-Italic-Pi.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-Italic-Pi.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-Italic-Pi.woff') format('woff');
unicode-range: 'U 03C0, U 0E3F, U 2070, U 2074-2079, U 2080-2089, U 2113, U 2116, U 2126, U 212E, U 2150-2151, U 2153-215E, U 2190-2199, U 21A9-21AA, U 21B0-21B3, U 21B6-21B7, U 21BA-21BB, U 21C4, U 21C6, U 2202, U 2206, U 220F, U 2211, U 221A, U 221E, U 222B, U 2248, U 2260, U 2264-2265, U 25CA, U 2713, U 274C, U 2B0E-2B11, U EBE1, U EBE3-EBE4, U EBE6-EBE7, U ECE0, U EFCC';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/light/_latin1.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 300;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-Light-Latin1.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-Light-Latin1.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-Light-Latin1.woff') format('woff');
unicode-range: 'U 0000-00FF, U 0131, U 0152-0153, U 02C6, U 02DA, U 02DC, U 2000-206F, U 20AC, U 2122, U 2212, U FB01-FB02';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/light/_latin2.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 300;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-Light-Latin2.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-Light-Latin2.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-Light-Latin2.woff') format('woff');
unicode-range: 'U 0100-024F, U 0259, U 1E00-1EFF, U 20A0-20AB, U 20AD-20CF, U 2C60-2C7F, U A720-A7FF, U FB01-FB02';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/light/_latin3.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 300;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-Light-Latin3.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-Light-Latin3.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-Light-Latin3.woff') format('woff');
unicode-range: 'U 0102-0103, U 1EA0-1EF9, U 20AB';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/light/_pi.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 300;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-Light-Pi.woff2') format('woff2'),
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-Light-Pi.woff2') format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-Light-Pi.woff') format('woff');
unicode-range: 'U 03C0, U 0E3F, U 2070, U 2074-2079, U 2080-2089, U 2113, U 2116, U 2126, U 212E, U 2150-2151, U 2153-215E, U 2190-2199, U 21A9-21AA, U 21B0-21B3, U 21B6-21B7, U 21BA-21BB, U 21C4, U 21C6, U 2202, U 2206, U 220F, U 2211, U 221A, U 221E, U 222B, U 2248, U 2260, U 2264-2265, U 25CA, U 2713, U 274C, U 2B0E-2B11, U EBE1, U EBE3-EBE4, U EBE6-EBE7, U ECE0, U EFCC';
}
4 changes: 2 additions & 2 deletions scss/sans/light/italic/_latin1.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: italic;
font-weight: 300;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-LightItalic-Latin1.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-LightItalic-Latin1.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-LightItalic-Latin1.woff')
format('woff');
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/light/italic/_latin2.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: italic;
font-weight: 300;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-LightItalic-Latin2.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-LightItalic-Latin2.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-LightItalic-Latin2.woff')
format('woff');
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/light/italic/_latin3.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: italic;
font-weight: 300;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-LightItalic-Latin3.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-LightItalic-Latin3.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-LightItalic-Latin3.woff')
format('woff');
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/light/italic/_pi.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: italic;
font-weight: 300;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-LightItalic-Pi.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-LightItalic-Pi.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-LightItalic-Pi.woff') format('woff');
unicode-range: 'U 03C0, U 0E3F, U 2070, U 2074-2079, U 2080-2089, U 2113, U 2116, U 2126, U 212E, U 2150-2151, U 2153-215E, U 2190-2199, U 21A9-21AA, U 21B0-21B3, U 21B6-21B7, U 21BA-21BB, U 21C4, U 21C6, U 2202, U 2206, U 220F, U 2211, U 221A, U 221E, U 222B, U 2248, U 2260, U 2264-2265, U 25CA, U 2713, U 274C, U 2B0E-2B11, U EBE1, U EBE3-EBE4, U EBE6-EBE7, U ECE0, U EFCC';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/regular/_latin1.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-Regular-Latin1.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-Regular-Latin1.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-Regular-Latin1.woff') format('woff');
unicode-range: 'U 0000-00FF, U 0131, U 0152-0153, U 02C6, U 02DA, U 02DC, U 2000-206F, U 20AC, U 2122, U 2212, U FB01-FB02';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/regular/_latin2.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-Regular-Latin2.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-Regular-Latin2.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-Regular-Latin2.woff') format('woff');
unicode-range: 'U 0100-024F, U 0259, U 1E00-1EFF, U 20A0-20AB, U 20AD-20CF, U 2C60-2C7F, U A720-A7FF, U FB01-FB02';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/regular/_latin3.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-Regular-Latin3.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-Regular-Latin3.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-Regular-Latin3.woff') format('woff');
unicode-range: 'U 0102-0103, U 1EA0-1EF9, U 20AB';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/regular/_pi.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-Regular-Pi.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-Regular-Pi.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-Regular-Pi.woff') format('woff');
unicode-range: 'U 03C0, U 0E3F, U 2070, U 2074-2079, U 2080-2089, U 2113, U 2116, U 2126, U 212E, U 2150-2151, U 2153-215E, U 2190-2199, U 21A9-21AA, U 21B0-21B3, U 21B6-21B7, U 21BA-21BB, U 21C4, U 21C6, U 2202, U 2206, U 220F, U 2211, U 221A, U 221E, U 222B, U 2248, U 2260, U 2264-2265, U 25CA, U 2713, U 274C, U 2B0E-2B11, U EBE1, U EBE3-EBE4, U EBE6-EBE7, U ECE0, U EFCC';
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/semibold/_latin1.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 600;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-SemiBold-Latin1.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-SemiBold-Latin1.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-SemiBold-Latin1.woff')
format('woff');
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/semibold/_latin2.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 600;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-SemiBold-Latin2.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-SemiBold-Latin2.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-SemiBold-Latin2.woff')
format('woff');
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/semibold/_latin3.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 600;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-SemiBold-Latin3.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-SemiBold-Latin3.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-SemiBold-Latin3.woff')
format('woff');
Expand Down
4 changes: 2 additions & 2 deletions scss/sans/semibold/_pi.scss
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
@font-face {
font-family: 'ibm-plex-sans';
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 600;
src: url('../fonts/Sans/web/woff2/IBMPlexSans-SemiBold-Pi.woff2')
src: local('IBM Plex Sans'), url('../fonts/Sans/web/woff2/IBMPlexSans-SemiBold-Pi.woff2')
format('woff2'),
url('../fonts/Sans/web/woff/IBMPlexSans-SemiBold-Pi.woff') format('woff');
unicode-range: 'U 03C0, U 0E3F, U 2070, U 2074-2079, U 2080-2089, U 2113, U 2116, U 2126, U 212E, U 2150-2151, U 2153-215E, U 2190-2199, U 21A9-21AA, U 21B0-21B3, U 21B6-21B7, U 21BA-21BB, U 21C4, U 21C6, U 2202, U 2206, U 220F, U 2211, U 221A, U 221E, U 222B, U 2248, U 2260, U 2264-2265, U 25CA, U 2713, U 274C, U 2B0E-2B11, U EBE1, U EBE3-EBE4, U EBE6-EBE7, U ECE0, U EFCC';
Expand Down
Loading

0 comments on commit 6b1899f

Please sign in to comment.