-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STCOM-409: Use variable version of source-sans font (#765)
- Loading branch information
1 parent
79fc10c
commit 3157ea5
Showing
18 changed files
with
202 additions
and
4 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+13.3 KB
assets/fonts/SourceSansPro/fallbacks/SourceSansPro-ExtraLight-Italic.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+13.6 KB
assets/fonts/SourceSansPro/fallbacks/SourceSansPro-Semibold-Italic.woff
Binary file not shown.
Binary file not shown.
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,168 @@ | ||
@font-face { | ||
font-family: 'Source Sans Pro Variable'; | ||
font-style: normal; | ||
src: url('../assets/fonts/SourceSansPro/SourceSansVariable-Roman.woff2') format('woff2-variations'); | ||
font-weight: 200; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro Variable'; | ||
font-style: normal; | ||
src: url('../assets/fonts/SourceSansPro/SourceSansVariable-Roman.woff2') format('woff2-variations'); | ||
font-weight: 300; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro Variable'; | ||
font-style: normal; | ||
src: url('../assets/fonts/SourceSansPro/SourceSansVariable-Roman.woff2') format('woff2-variations'); | ||
font-weight: 400; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro Variable'; | ||
font-style: normal; | ||
src: url('../assets/fonts/SourceSansPro/SourceSansVariable-Roman.woff2') format('woff2-variations'); | ||
font-weight: 600; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro Variable'; | ||
font-style: normal; | ||
src: url('../assets/fonts/SourceSansPro/SourceSansVariable-Roman.woff2') format('woff2-variations'); | ||
font-weight: 700; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro Variable'; | ||
font-style: normal; | ||
src: url('../assets/fonts/SourceSansPro/SourceSansVariable-Roman.woff2') format('woff2-variations'); | ||
font-weight: 900; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro Variable'; | ||
font-style: italic; | ||
src: url('../assets/fonts/SourceSansPro/SourceSansVariable-Italic.woff2') format('woff2-variations'); | ||
font-weight: 200; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro Variable'; | ||
font-style: italic; | ||
src: url('../assets/fonts/SourceSansPro/SourceSansVariable-Italic.woff2') format('woff2-variations'); | ||
font-weight: 300; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro Variable'; | ||
font-style: italic; | ||
src: url('../assets/fonts/SourceSansPro/SourceSansVariable-Italic.woff2') format('woff2-variations'); | ||
font-weight: 400; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro Variable'; | ||
font-style: italic; | ||
src: url('../assets/fonts/SourceSansPro/SourceSansVariable-Italic.woff2') format('woff2-variations'); | ||
font-weight: 600; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro Variable'; | ||
font-style: italic; | ||
src: url('../assets/fonts/SourceSansPro/SourceSansVariable-Italic.woff2') format('woff2-variations'); | ||
font-weight: 700; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro Variable'; | ||
font-style: italic; | ||
src: url('../assets/fonts/SourceSansPro/SourceSansVariable-Italic.woff2') format('woff2-variations'); | ||
font-weight: 900; | ||
} | ||
|
||
/* fallbacks */ | ||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: normal; | ||
src: url('../assets/fonts/SourceSansPro/fallbacks/SourceSansPro-ExtraLight.woff') format('woff'); | ||
font-weight: 200; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: normal; | ||
src: url('../assets/fonts/SourceSansPro/fallbacks/SourceSansPro-Light.woff') format('woff'); | ||
font-weight: 300; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: normal; | ||
src: url('../assets/fonts/SourceSansPro/fallbacks/SourceSansPro-Regular.woff') format('woff'); | ||
font-weight: 400; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: normal; | ||
src: url('../assets/fonts/SourceSansPro/fallbacks/SourceSansPro-Semibold.woff') format('woff'); | ||
font-weight: 600; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: normal; | ||
src: url('../assets/fonts/SourceSansPro/fallbacks/SourceSansPro-Bold.woff') format('woff'); | ||
font-weight: 700; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: normal; | ||
src: url('../assets/fonts/SourceSansPro/fallbacks/SourceSansPro-Black.woff') format('woff'); | ||
font-weight: 900; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: italic; | ||
src: url('../assets/fonts/SourceSansPro/fallbacks/SourceSansPro-ExtraLight-Italic.woff') format('woff'); | ||
font-weight: 200; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: italic; | ||
src: url('../assets/fonts/SourceSansPro/fallbacks/SourceSansPro-Light-Italic.woff') format('woff'); | ||
font-weight: 300; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: italic; | ||
src: url('../assets/fonts/SourceSansPro/fallbacks/SourceSansPro-Italic.woff') format('woff'); | ||
font-weight: 400; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: italic; | ||
src: url('../assets/fonts/SourceSansPro/fallbacks/SourceSansPro-Semibold-Italic.woff') format('woff'); | ||
font-weight: 600; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: italic; | ||
src: url('../assets/fonts/SourceSansPro/fallbacks/SourceSansPro-Bold-Italic.woff') format('woff'); | ||
font-weight: 700; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Source Sans Pro'; | ||
font-style: italic; | ||
src: url('../assets/fonts/SourceSansPro/fallbacks/SourceSansPro-Black-Italic.woff') format('woff'); | ||
font-weight: 900; | ||
} |
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