27 lines
575 B
CSS
27 lines
575 B
CSS
/* Start JA-JP locale-specific CSS */
|
||
body
|
||
{
|
||
font-family:Segoe UI, Verdana, Arial, MS Pゴシック;
|
||
}
|
||
pre
|
||
{
|
||
font-family:Courier, "Courier New", Consolas, Monospace, MS ゴシック;
|
||
}
|
||
span.tt
|
||
{
|
||
font-family:Courier, "Courier New", Consolas, Monospace, MS ゴシック;
|
||
}
|
||
div.libCScode pre
|
||
{
|
||
font-family:Monospace, Courier New, Courier, MS ゴシック;
|
||
}
|
||
pre.ideCScode
|
||
{
|
||
font-family:Monospace, Courier New, Courier, MS ゴシック;
|
||
}
|
||
SPAN.code
|
||
{
|
||
font-family:Monospace, Courier New, Courier, MS ゴシック;
|
||
}
|
||
/* End locale-specific CSS */
|