blob: 403aa6ddf8fe18796a08a666298a062f1d8fe494 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* 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 */
|