-
Notifications
You must be signed in to change notification settings - Fork 4
NC2 フォント
Satoru Majima edited this page Jan 21, 2016
·
1 revision

指定範囲のフォント(font-family)を指定する。
HTMLタグの style属性に font-family を指定することで実装。
フォント、フォントサイズの指定によっては fontタグでの実装も。
フォントの指定は webapp/language/{lang名}/lang_common.js の fontname の指定で定義される。
- MS Pゴシック:
MS Pゴシック', Osaka, sans-serif; - MS P明朝:
MS P明朝', 細明朝, serif; - MS ゴシック:
MS ゴシック', Osaka-等幅, sans-serif; - HGP創英角ゴシックUB:
HGP創英角ゴシックUB, sans-serif; - HGP創英角ポップ体:
HGP創英角ポップ体, sans-serif; - DFP特太ゴシック体:
DFP特太ゴシック体, sans-serif; - DFP太丸ゴシック体:
DFP太丸ゴシック体, sans-serif; - Arial:
arial, helvetica, sans-serif; - Times New Roman:
times new roman', times, serif; - Courier New:
courier new', courier, monospace;

指定範囲のフォント(font-size)を指定する。
HTMLタグの style属性に font-size を指定することで実装。
フォントの指定は webapp/language/{lang名}/lang_common.js の fontsize の指定で定義される。
以下数値をそのまま font-size: へ指定している。
- 8pt
- 10pt
- 12pt
- 14pt
- 18pt
- 24pt
- 36pt