fix: Fixes rendering of non-Latin alphabet characters in PDF export (#2948)
* fix: Fixes rendering of non-Latin alphabet characters in PDF export * chore: self-host font files * chore: add fonts license * fix: use assets base URL instead of bundling fonts with app * chore: delete unused assets folder * fix: remove inexistent family fonts
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable */
|
||||
const path = require('path')
|
||||
const webpack = require('webpack')
|
||||
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
|
||||
|
||||
Reference in New Issue
Block a user