diff options
-rw-r--r-- | zh_CN.GB2312/share/sgml/freebsd.dsl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/zh_CN.GB2312/share/sgml/freebsd.dsl b/zh_CN.GB2312/share/sgml/freebsd.dsl index 68413b762c..262b30bc11 100644 --- a/zh_CN.GB2312/share/sgml/freebsd.dsl +++ b/zh_CN.GB2312/share/sgml/freebsd.dsl @@ -828,49 +828,49 @@ (declare-initial-value font-family-name (cond - (rtf-backend "AR PL SungtiL GB") + (rtf-backend "AR PL New Sung") (else "Times New Roman") ) ) (define %refentry-name-font-family% (cond - (rtf-backend "AR PL SungtiL GB") + (rtf-backend "AR PL New Sung") (else "Courier New") ) ) (define %title-font-family% (cond - (rtf-backend "AR PL SungtiL GB") + (rtf-backend "AR PL New Sung") (else "Arial") ) ) (define %body-font-family% (cond - (rtf-backend "AR PL SungtiL GB") + (rtf-backend "AR PL New Sung") (else "Times New Roman") ) ) (define %mono-font-family% (cond - (rtf-backend "AR PL SungtiL GB") + (rtf-backend "AR PL New Sung") (else "Courier New") ) ) (define %admon-font-family% (cond - (rtf-backend "AR PL SungtiL GB") + (rtf-backend "AR PL New Sung") (else "Arial") ) ) (define %guilabel-font-family% (cond - (rtf-backend "AR PL SungtiL GB") + (rtf-backend "AR PL New Sung") (else "Arial") ) ) |