Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Improve fonts - Druid Mono Sans is now available #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
388 changes: 388 additions & 0 deletions 41-repl-os-win.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,388 @@
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>

<!-- ##Style: win7, winxp, win98 -->

<!-- Microsoft Appearance - Replace With MS Fonts -->
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Nimbus Sans</string>
</test>
<edit name="family" mode="assign">
<string>Arial</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Nimbus Sans L</string>
</test>
<edit name="family" mode="assign">
<string>Arial</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Helvetica Neue</string>
</test>
<edit name="family" mode="assign">
<string>Arial</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Helvetica</string>
</test>
<edit name="family" mode="assign">
<string>Arial</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Liberation Sans</string>
</test>
<edit name="family" mode="assign">
<string>Arial</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Freesans</string>
</test>
<edit name="family" mode="assign">
<string>Arial</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Nimbus Sans</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Arial</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Nimbus Sans L</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Arial</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Helvetica Neue</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Arial</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Helvetica</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Arial</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Liberation Sans</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Arial</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Freesans</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Arial</string>
</edit>
</match>

<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Bitstream Vera Sans</string>
</test>
<edit name="family" mode="assign">
<string>Verdana</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Bitstream Vera Sans</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Verdana</string>
</edit>
</match>

<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Courier</string>
</test>
<edit name="family" mode="assign">
<string>Courier New</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>FreeMono</string>
</test>
<edit name="family" mode="assign">
<string>Courier New</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Nimbus Mono L</string>
</test>
<edit name="family" mode="assign">
<string>Courier New</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Courier</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Courier New</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>FreeMono</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Courier New</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Nimbus Mono L</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Courier New</string>
</edit>
</match>

<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Times</string>
</test>
<edit name="family" mode="assign">
<string>Times New Roman</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>DejaVu Serif</string>
</test>
<edit name="family" mode="assign">
<string>Times New Roman</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Nimbus Serif L</string>
</test>
<edit name="family" mode="assign">
<string>Times New Roman</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Liberation Serif</string>
</test>
<edit name="family" mode="assign">
<string>Times New Roman</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Times</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Times New Roman</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>DejaVu Serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Times New Roman</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Nimbus Serif L</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Times New Roman</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Liberation Serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Times New Roman</string>
</edit>
</match>

<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Palatino</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Palatino Linotype</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Palatino</string>
</test>
<edit name="family" mode="assign">
<string>Palatino Linotype</string>
</edit>
</match>

<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Lucida Sans</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Lucida Sans Unicode</string>
</edit>
</match>
<match target="pattern">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Lucida Grande</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Lucida Sans Unicode</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Lucida Sans</string>
</test>
<edit name="family" mode="assign">
<string>Lucida Sans Unicode</string>
</edit>
</match>
<match target="font">
<test name="do_substitutions">
<bool>true</bool>
</test>
<test name="family">
<string>Lucida Grande</string>
</test>
<edit name="family" mode="assign">
<string>Lucida Sans Unicode</string>
</edit>
</match>

</fontconfig>
Loading