alanshaw / alanshaw/markdown-pdf

Cannot copy text inside PDF?!

未关闭
#193 2 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。