Use AR PL New Sung instead of AR PL SungtiL GB which provided
better appearance. Submitted by: intron <intron at intron dot ac> Obtained from: FreeBSD Simplified Chinese Project
This commit is contained in:
parent
74c1037277
commit
a081323291
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28221
1 changed files with 7 additions and 7 deletions
|
@ -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")
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue