rurseekatze / node-tileserver

A lightweight tileserver based on NodeJS for serving bitmap and vector tiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"font-weight" not properly working

DerDakon opened this issue · comments

One can get bold fonts, but only if a bold font-family is requested. "font-weight: bold" has no effect. In fact KothicJS calculates the italic and bold styles from the font-family. See getFontString() in kothic/style/style.js.

Related to #16.

Already fixed by #78.