diff options
author | Russ Cox <rsc@swtch.com> | 2009-08-24 08:05:09 -0700 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2009-08-24 08:05:09 -0700 |
commit | a673ea22035ad986afc84d44543cd232218ddbe9 (patch) | |
tree | 58b83fb5db66619b72ac1ce77c32994628f58daa | |
parent | 51f6e204a775dcbed8b0398060f4f6560d45e991 (diff) | |
download | plan9port-a673ea22035ad986afc84d44543cd232218ddbe9.tar.gz plan9port-a673ea22035ad986afc84d44543cd232218ddbe9.tar.bz2 plan9port-a673ea22035ad986afc84d44543cd232218ddbe9.zip |
font: add peter face to font/times/*.font
fixes #20 http://code.swtch.com/plan9port/issue/20/
-rw-r--r-- | font/times/latin1.7.font | 3 | ||||
-rw-r--r-- | font/times/latin1.bold.10.font | 3 | ||||
-rw-r--r-- | font/times/latin1.bold.6.font | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/font/times/latin1.7.font b/font/times/latin1.7.font index 4ce37af3..9365cee9 100644 --- a/font/times/latin1.7.font +++ b/font/times/latin1.7.font @@ -1,2 +1,3 @@ 17 12 -0x0000 0x00FF R.7.1 +0x0000 0x0001 ../lucsans/lsr.12 +0x0001 0x00FF 1 R.7.1 diff --git a/font/times/latin1.bold.10.font b/font/times/latin1.bold.10.font index 90c3b871..ad060ab9 100644 --- a/font/times/latin1.bold.10.font +++ b/font/times/latin1.bold.10.font @@ -1,2 +1,3 @@ 21 15 -0x0000 0x00FF B.10.1 +0x0000 0x0001 ../lucsans/lsr.12 +0x0001 0x00FF 1 B.10.1 diff --git a/font/times/latin1.bold.6.font b/font/times/latin1.bold.6.font index bb7d0bbd..befd563d 100644 --- a/font/times/latin1.bold.6.font +++ b/font/times/latin1.bold.6.font @@ -1,2 +1,3 @@ 14 10 -0x0000 0x00FF B.6.1 +0x0000 0x0001 ../lucsans/lsr.12 +0x0000 0x00FF 1 B.6.1 |