mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-10-31 17:51:50 -05:00
19 lines
340 B
CSS
19 lines
340 B
CSS
|
/* Start ZH-TW locale-specific CSS */
|
||
|
body
|
||
|
{
|
||
|
font-family: MS JhengHei, MingLiU, Segoe UI, Verdana, Arial;
|
||
|
}
|
||
|
pre
|
||
|
{
|
||
|
font-family: Consolas, Courier, monospace, 細明體;
|
||
|
}
|
||
|
span.tt
|
||
|
{
|
||
|
font-family: Consolas, Courier, monospace, 細明體;
|
||
|
}
|
||
|
span.code
|
||
|
{
|
||
|
font-family: Consolas, Courier, monospace, 細明體;
|
||
|
}
|
||
|
/* End locale-specific CSS */
|