fix: Fixes rendering of non-Latin alphabet characters in PDF export (#2937)
* fix: Fixes rendering of non-Latin alphabet characters in PDF export * chore: self-host font files * chore: add fonts license
This commit is contained in:
committed by
GitHub
parent
0055696c35
commit
6b408a670d
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable */
|
||||
const path = require('path')
|
||||
const webpack = require('webpack')
|
||||
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
|
||||
@@ -13,6 +14,7 @@ module.exports = (env) => {
|
||||
|
||||
const copyPluginPatterns = [
|
||||
{ from: 'src/favicon', to: 'favicon' },
|
||||
{ from: 'src/assets', to: 'assets' },
|
||||
{ from: 'src/vendor', to: 'dist' },
|
||||
{ from: 'src/404.html' },
|
||||
{ from: 'src/422.html' },
|
||||
|
||||
Reference in New Issue
Block a user