ms template: use T rather than P as default font family.

This is more reliable; see #10738.
This commit is contained in:
John MacFarlane
2025-03-29 18:42:44 -07:00
parent 3a0743e815
commit 64cde1a038
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ $endif$
.\" line height
.nr VS $if(lineheight)$$lineheight$$else$12p$endif$
.\" font family: A, BM, H, HN, N, P, T, ZCM
.fam $if(fontfamily)$$fontfamily$$else$P$endif$
.fam $if(fontfamily)$$fontfamily$$else$T$endif$
.\" paragraph indent
.nr PI $if(indent)$$indent$$else$0m$endif$
.\" interparagraph space
+1 -1
View File
@@ -27,7 +27,7 @@
.\" line height
.nr VS 12p
.\" font family: A, BM, H, HN, N, P, T, ZCM
.fam P
.fam T
.\" paragraph indent
.nr PI 0m
.\" interparagraph space