mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-11-10 12:23:35 -06:00
18 lines
389 B
CSS
18 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 */
|