alanshaw / alanshaw/markdown-pdf
`font-weight` in css is not working
オープン
- 主要言語
- JavaScript
- スター
- 2.9k
- フォーク
- 253
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I was trying to set `font-weight: bold;` or `font-weight: 700;` (or any other weight values) but in the converted PDF, the font weight is not applied (I was using macOS). I wasn't using any fancy font family:
```
h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
```
Other css rules worked just fine though.
Does anyone happen to have the same problem? Am I missing anything? Thanks!
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。