alanshaw / alanshaw/markdown-pdf
Cannot copy text inside PDF?!
未关闭
- 主要语言
- JavaScript
- 星标
- 2.9k
- 派生
- 253
- PR 合并指标
- 30 天内没有已合并 PR
描述
The text inside the PDF is not select-able and not copy-able.
This is because I used a custom font (Open Sans). Is it possible to make the text select-able and copy-able with a custom font?
My CSS code:
```css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
span, p, h1, h2, h3, h4, h5, h6, td, th, li {
font-family: 'Open Sans', sans-serif;
}
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。