12 lines
328 B
CSS
12 lines
328 B
CSS
@charset "utf-8";
|
|
|
|
body{
|
|
font-family: sans-serif;
|
|
/* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif; */
|
|
/* font-family:'メイリオ',Meiryo,'MS Pゴシック', sans-serif; */
|
|
}
|
|
|
|
input, select, textarea{
|
|
font-family: sans-serif;
|
|
}
|