-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(marketsans): upgraded font implementing market sans v2 (#2575)
- Loading branch information
Showing
20 changed files
with
11,238 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@ebay/skin": minor | ||
--- | ||
|
||
feat(marketsans): upgraded font implementing market sans v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
@font-face { | ||
font-family: "Market Sans"; | ||
src: url("MarketSans-Bold-WebS.eot"); /* IE9 Compat Modes */ | ||
src: | ||
url("MarketSans-Bold-WebS.eot?#iefix") format("embedded-opentype"), | ||
/* IE6-IE8 */ url("MarketSans-Bold-WebS.woff2") format("woff2"), | ||
/* Super Modern Browsers */ url("MarketSans-Bold-WebS.woff") | ||
format("woff"), | ||
/* Pretty Modern Browsers */ url("MarketSans-Bold-WebS.ttf") | ||
format("truetype"), | ||
/* Safari, Android, iOS */ | ||
url("MarketSans-Bold-WebS.svg#MarketSans-Bold-WebS") format("svg"); /* Legacy iOS */ | ||
|
||
font-weight: bold; | ||
font-style: normal; | ||
font-display: swap; | ||
} |
Binary file not shown.
Oops, something went wrong.