19 lines
372 B
CSS
19 lines
372 B
CSS
|
/* Start JA-JP locale-specific CSS */
|
|||
|
body
|
|||
|
{
|
|||
|
font-family: Segoe UI, Verdana, Arial, MS Pゴシック;
|
|||
|
}
|
|||
|
pre
|
|||
|
{
|
|||
|
font-family: Consolas, Courier, monospace, MS ゴシック;
|
|||
|
}
|
|||
|
span.tt
|
|||
|
{
|
|||
|
font-family: Consolas, Courier, monospace, MS ゴシック;
|
|||
|
}
|
|||
|
span.code
|
|||
|
{
|
|||
|
font-family: Consolas, Courier, monospace, MS ゴシック;
|
|||
|
}
|
|||
|
/* End locale-specific CSS */
|