diff --git a/postcss.config.js b/postcss.config.js index ec17a0f2..e24f5b66 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -5,6 +5,13 @@ module.exports = { require('postcss-import')({ addDependencyTo: webpack }), require('postcss-cssnext')({ browsers: ['last 2 versions', 'IE > 10'], + features: { + customProperties: { + variables: { + "preferred-font": 'inherit', // Override react-toolbox font setting + }, + }, + }, }), ], };