fix: Fixes rendering of non-Latin alphabet characters in PDF export (#2956) [skip e2e]
* 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 * chore: only use custom fonts if they can be fetched * chore: fix pdf fonts fetching for local development (#2950) [skip e2e] * chore: fix custom fonts logic
This commit is contained in:
committed by
GitHub
parent
dc8664578c
commit
11e36e1d4c
@@ -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