css フォントファミリーの记述例。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css フォントファミリーの记述例。相关的知识,希望对你有一定的参考价值。

.mincho {
	font-family:
		"游明朝体", YuMincho,
		"游明朝", "Yu Mincho",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
		"MS P明朝", "MS PMincho",
		serif;
}

.gothic {
	font-family:
		"游ゴシック体", YuGothic,
		"游ゴシック", "Yu Gothic",
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", Meiryo,
		Osaka,
		"MS Pゴシック", "MS PGothic",
		sans-serif;
}

.maru-gothic {
	font-family:
		"ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN",
		"ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro",
		"メイリオ", Meiryo,
		Osaka,
		"MS Pゴシック", "MS PGothic";
}

.serif {
	font-family: "Times New Roman", Times, serif;
}

.serif-02 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sans-serif {
	font-family: Arial, Helvetica, sans-serif;
}

.sans-serif-02 {
	font-family: Verdana, Geneva, sans-serif;
}

.sans-serif-03 {
	font-family: Tahoma, Geneva, sans-serif;
}

.sans-serif-04 {
	font-family: "Arial Black", Gadget, sans-serif;
}

.cursive {
	font-family: "Comic Sans MS", cursive;
}

.monospace {
	font-family: "Courier New", Courier, monospace;
}

.monospace-02 {
	font-family: "Lucida Console", Monaco, monospace;
}

.monospace-03 {
	font-family:
		"MS ゴシック", "MS Gothic",
		"Osaka-等幅", Osaka-mono,
		monospace;
}

以上是关于css フォントファミリーの记述例。的主要内容,如果未能解决你的问题,请参考以下文章

html 黑体系ファミリーのウエイト别フォント名指定。

html 网络フォント読み込み遅延时デフォルトフォント表示

text 楽天スマートフォン商品ページ风ボタンフッター固定

css スマホで,画面の向きに応じてフォントサイズを自动で调整しなくする(「Normalize.css」に记载済)。

text 20180828多言语フォントの指定

python 蟒蛇のデフォルトファイル