diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2009-08-26 10:00:38 -0500 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-05-31 22:41:17 +0200 |
commit | 5a12e7c134274dba706667107d10d231517d3e05 (patch) | |
tree | 55718d5acb710fde798d9f38d0bbaf594ed4b296 /source/x/fontconfig/fontconfig.dejavu.diff | |
download | current-5a12e7c134274dba706667107d10d231517d3e05.tar.gz |
Slackware 13.0slackware-13.0
Wed Aug 26 10:00:38 CDT 2009
Slackware 13.0 x86_64 is released as stable! Thanks to everyone who
helped make this release possible -- see the RELEASE_NOTES for the
credits. The ISOs are off to the replicator. This time it will be a
6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD.
We're taking pre-orders now at store.slackware.com. Please consider
picking up a copy to help support the project. Once again, thanks to
the entire Slackware community for all the help testing and fixing
things and offering suggestions during this development cycle.
As always, have fun and enjoy! -P.
Diffstat (limited to 'source/x/fontconfig/fontconfig.dejavu.diff')
-rw-r--r-- | source/x/fontconfig/fontconfig.dejavu.diff | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/source/x/fontconfig/fontconfig.dejavu.diff b/source/x/fontconfig/fontconfig.dejavu.diff new file mode 100644 index 00000000..95f8e71e --- /dev/null +++ b/source/x/fontconfig/fontconfig.dejavu.diff @@ -0,0 +1,67 @@ +--- ./conf.d/45-latin.conf.orig 2008-05-03 20:02:06.000000000 -0500 ++++ ./conf.d/45-latin.conf 2008-09-17 21:57:28.000000000 -0500 +@@ -10,9 +10,9 @@ + Serif faces + --> + <alias> +- <family>Bitstream Vera Serif</family> + <family>DejaVu Serif</family> + <family>Liberation Serif</family> ++ <family>Bitstream Vera Serif</family> + <family>Times New Roman</family> + <family>Times</family> + <family>Nimbus Roman No9 L</family> +@@ -25,9 +25,9 @@ + Sans-serif faces + --> + <alias> +- <family>Bitstream Vera Sans</family> + <family>DejaVu Sans</family> + <family>Liberation Sans</family> ++ <family>Bitstream Vera Sans</family> + <family>Arial</family> + <family>Helvetica</family> + <family>Verdana</family> +@@ -41,9 +41,9 @@ + Monospace faces + --> + <alias> +- <family>Bitstream Vera Sans Mono</family> + <family>DejaVu Sans Mono</family> + <family>Liberation Mono</family> ++ <family>Bitstream Vera Sans Mono</family> + <family>Courier New</family> + <family>Courier</family> + <family>Andale Mono</family> +--- ./conf.d/60-latin.conf.orig 2008-05-03 21:17:18.000000000 -0500 ++++ ./conf.d/60-latin.conf 2008-09-17 21:56:37.000000000 -0500 +@@ -4,8 +4,8 @@ + <alias> + <family>serif</family> + <prefer> +- <family>Bitstream Vera Serif</family> + <family>DejaVu Serif</family> ++ <family>Bitstream Vera Serif</family> + <family>Times New Roman</family> + <family>Thorndale AMT</family> + <family>Luxi Serif</family> +@@ -16,8 +16,8 @@ + <alias> + <family>sans-serif</family> + <prefer> +- <family>Bitstream Vera Sans</family> + <family>DejaVu Sans</family> ++ <family>Bitstream Vera Sans</family> + <family>Verdana</family> + <family>Arial</family> + <family>Albany AMT</family> +@@ -32,8 +32,8 @@ + <alias> + <family>monospace</family> + <prefer> +- <family>Bitstream Vera Sans Mono</family> + <family>DejaVu Sans Mono</family> ++ <family>Bitstream Vera Sans Mono</family> + <family>Andale Mono</family> + <family>Courier New</family> + <family>Cumberland AMT</family> |