Skip to content

Commit

Permalink
Merge pull request #637 from remotion-dev/wcandillon-patch-2
Browse files Browse the repository at this point in the history
fix(πŸ’„): Add support for OTF fonts
  • Loading branch information
JonnyBurger committed Oct 13, 2021
2 parents 28336e9 + a53d5b1 commit 60f6189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundler/src/webpack-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const webpackConfig = ({
].filter(truthy),
},
{
test: /\.(woff(2)?|ttf|eot)(\?v=\d+\.\d+\.\d+)?$/,
test: /\.(woff(2)?|otf|ttf|eot)(\?v=\d+\.\d+\.\d+)?$/,
use: [
{
loader: require.resolve('file-loader'),
Expand Down

0 comments on commit 60f6189

Please sign in to comment.