mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-10-31 17:51:50 -05:00
18 lines
372 B
CSS
18 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 */
|