Last active
May 23, 2016 04:36
-
-
Save jack126guy/4c34c331bcc78f5d8d3620d8c4b4546f to your computer and use it in GitHub Desktop.
Fontconfig configuration for Comic Neue http://someanon126.tumblr.com/post/142091634199/on-linux-dont-miss-out-on-comic-sans
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<alias> | |
<family>Comic Sans MS</family> | |
<accept> | |
<family>Comic Neue</family> | |
</accept> | |
</alias> | |
</fontconfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment