Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: IBM Plex Sans Variable #329

Merged
merged 20 commits into from
Aug 21, 2019
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a5f2a6b
feat: use variable fonts
vpicone Aug 12, 2019
e49f7eb
chore: add font-display rule
vpicone Aug 12, 2019
e9d8f65
fix: subset type files, use font-display: fallback
vpicone Aug 12, 2019
758b9d6
add webfont loader to control font loading
vpicone Aug 12, 2019
597d8a9
Merge branch 'master' of github.com:carbon-design-system/gatsby-theme…
vpicone Aug 15, 2019
afa12bf
fix: yarn lock
vpicone Aug 15, 2019
15eddcd
fix: sass clean up and subset script addition
vpicone Aug 15, 2019
fa62298
Merge branch 'master' into add-variable-fonts
vpicone Aug 15, 2019
e6c2e38
Merge branch 'master' into add-variable-fonts
vpicone Aug 16, 2019
6cca902
Merge branch 'master' of github.com:carbon-design-system/gatsby-theme…
vpicone Aug 16, 2019
f92e02e
Merge branch 'add-variable-fonts' of github.com:vpicone/gatsby-theme-…
vpicone Aug 16, 2019
8bdf7ee
Merge branch 'master' into add-variable-fonts
vpicone Aug 16, 2019
f2ca614
Merge branch 'master' into add-variable-fonts
shixiedesign Aug 19, 2019
5902889
Merge branch 'master' into add-variable-fonts
alisonjoseph Aug 20, 2019
84b0dc6
Merge branch 'master' into add-variable-fonts
jeanservaas Aug 21, 2019
e0df774
Merge branch 'master' of github.com:carbon-design-system/gatsby-theme…
vpicone Aug 21, 2019
bfa05e1
fix: yarn lock
vpicone Aug 21, 2019
9f3f0db
Merge branch 'add-variable-fonts' of github.com:vpicone/gatsby-theme-…
vpicone Aug 21, 2019
418ce53
fix: mono font loading
vpicone Aug 21, 2019
29ed15f
chore: remove unncessary addon
vpicone Aug 21, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: mono font loading
  • Loading branch information
vpicone committed Aug 21, 2019
commit 418ce53dd2f0eaf9e023500b29732a6da7dcdbaf
3 changes: 0 additions & 3 deletions packages/gatsby-theme-carbon/gatsby-config.js
Original file line number Diff line number Diff line change
@@ -31,9 +31,6 @@ module.exports = themeOptions => {
{
resolve: 'gatsby-plugin-web-font-loader',
options: {
google: {
families: ['IBM Plex Mono'],
},
custom: {
families: ['IBM Plex Sans VF'],
},
2 changes: 2 additions & 0 deletions packages/gatsby-theme-carbon/src/styles/internal/_plex.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono&display=swap');

@font-face {
font-family: 'IBM Plex Sans VF';
font-display: fallback;