Skip to content

Commit

Permalink
Adopt variable fonts when available (#4388)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Feb 5, 2025
1 parent a631363 commit bdc3820
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 156 deletions.
2 changes: 1 addition & 1 deletion client/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = function(grunt) {
{
dest: 'build/fonts',
cwd: 'node_modules/',
src: ['@fontsource/**/files/*400*', '@fontsource/**/files/*700*'],
src: ['@fontsource*/**/files/*normal*woff2'],
flatten: true,
expand: true
},
Expand Down
Loading

0 comments on commit bdc3820

Please sign in to comment.