mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-11-12 21:03:34 -06:00
19 lines
389 B
CSS
19 lines
389 B
CSS
|
/* Start ZH-CN locale-specific CSS */
|
||
|
body
|
||
|
{
|
||
|
font-family: "Microsoft YaHei UI","Microsoft YaHei","SimSun","Segoe UI","Lucida Grande",Verdana,Arial,Helvetica,sans-serif
|
||
|
}
|
||
|
pre
|
||
|
{
|
||
|
font-family: Consolas, Courier, monospace!important;
|
||
|
}
|
||
|
span.tt
|
||
|
{
|
||
|
font-family: Consolas, Courier, monospace;
|
||
|
}
|
||
|
span.code
|
||
|
{
|
||
|
font-family: Consolas, Courier, monospace;
|
||
|
}
|
||
|
/* End locale-specific CSS */
|