diff options
| author | John MacFarlane <[email protected]> | 2025-03-29 18:35:14 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-03-29 18:42:44 -0700 |
| commit | 64cde1a03814680da329dc0800a6adbf9980b8cc (patch) | |
| tree | 9b92db10ff2217901ca6dfd45e50ddcd31da6c9f | |
| parent | 3a0743e815c9af28669828a5df2ccab0eefbc306 (diff) | |
ms template: use T rather than P as default font family.
This is more reliable; see #10738.
| -rw-r--r-- | data/templates/default.ms | 2 | ||||
| -rw-r--r-- | test/writer.ms | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/default.ms b/data/templates/default.ms index 27c4f9b7f..28d5b6926 100644 --- a/data/templates/default.ms +++ b/data/templates/default.ms @@ -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 diff --git a/test/writer.ms b/test/writer.ms index 4758701a9..c48012e7d 100644 --- a/test/writer.ms +++ b/test/writer.ms @@ -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 |
