alanshaw / alanshaw/markdown-pdf

`font-weight` in css is not working

オープン
#146 コメント 3 件 リアクション 12 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。