├── .github └── FUNDING.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── REFERENCES.md ├── csv ├── linux │ ├── CentOS-6.csv │ ├── CentOS-7.csv │ ├── Debian-10_Buster.csv │ ├── Debian-11_Bullseye.csv │ ├── Debian-5_Lenny.csv │ ├── Debian-6_Squeeze.csv │ ├── Debian-7_Wheezy.csv │ ├── Debian-8_Jessie.csv │ ├── Debian-9_Stretch.csv │ ├── Fedora-25-Workstation.csv │ ├── Fedora-26-Workstation.csv │ ├── Fedora-27-Workstation.csv │ ├── Fedora-28-Workstation.csv │ ├── Fedora-29-Workstation.csv │ ├── Fedora-30-Workstation.csv │ ├── Fedora-31-Workstation.csv │ ├── Fedora-32-Workstation.csv │ ├── Fedora-33-Workstation.csv │ ├── Fedora-34-Workstation.csv │ ├── Fedora-35-Workstation.csv │ ├── Ubuntu-10.04_Lucid-Lynx.csv │ ├── Ubuntu-11.04_Natty-Narwhal.csv │ ├── Ubuntu-12.04_Precise-Pangolin.csv │ ├── Ubuntu-13.04_Raring-Ringtail.csv │ ├── Ubuntu-14.04_Trusty-Tahr.csv │ ├── Ubuntu-15.04_Wily-Werewolf.csv │ ├── Ubuntu-16.04_Xenial-Xerus.csv │ ├── Ubuntu-17.04_Zesty-Zapus.csv │ ├── Ubuntu-18.04_Bionic-Beaver.csv │ ├── Ubuntu-19.04_Disco-Dingo.csv │ ├── Ubuntu-20.04_Focal-Fossa.csv │ └── Ubuntu-21.04_Hirsute-Hippo.csv ├── macOS │ ├── Mac-OS-X-10.3_Panther.csv │ ├── Mac-OS-X-10.4_Tiger.csv │ ├── Mac-OS-X-10.5_Leopard.csv │ ├── Mac-OS-X-10.6_Snow-Leopard.csv │ ├── Mac-OS-X-10.7_Lion.csv │ ├── OS-X-10.10_Yosemite.csv │ ├── OS-X-10.11_El-Capitan.csv │ ├── OS-X-10.8_Mountain-Lion.csv │ ├── OS-X-10.9_Mavericks.csv │ ├── macOS-10.12_Sierra.csv │ ├── macOS-10.13_High-Sierra.csv │ ├── macOS-10.14_Mojave.csv │ └── macOS-10.15_Catalina.csv └── windows │ ├── Windows-10.csv │ ├── Windows-2000.csv │ ├── Windows-3.1.csv │ ├── Windows-7.csv │ ├── Windows-8.1.csv │ ├── Windows-8.csv │ ├── Windows-95.csv │ ├── Windows-98.csv │ ├── Windows-NT.csv │ ├── Windows-Vista.csv │ └── Windows-XP.csv ├── generate_md.py ├── logo.png ├── md ├── linux │ ├── CentOS-6.md │ ├── CentOS-7.md │ ├── Debian-10_Buster.md │ ├── Debian-11_Bullseye.md │ ├── Debian-5_Lenny.md │ ├── Debian-6_Squeeze.md │ ├── Debian-7_Wheezy.md │ ├── Debian-8_Jessie.md │ ├── Debian-9_Stretch.md │ ├── Fedora-25-Workstation.md │ ├── Fedora-26-Workstation.md │ ├── Fedora-27-Workstation.md │ ├── Fedora-28-Workstation.md │ ├── Fedora-29-Workstation.md │ ├── Fedora-30-Workstation.md │ ├── Fedora-31-Workstation.md │ ├── Fedora-32-Workstation.md │ ├── Fedora-33-Workstation.md │ ├── Fedora-34-Workstation.md │ ├── Fedora-35-Workstation.md │ ├── Ubuntu-10.04_Lucid-Lynx.md │ ├── Ubuntu-11.04_Natty-Narwhal.md │ ├── Ubuntu-12.04_Precise-Pangolin.md │ ├── Ubuntu-13.04_Raring-Ringtail.md │ ├── Ubuntu-14.04_Trusty-Tahr.md │ ├── Ubuntu-15.04_Wily-Werewolf.md │ ├── Ubuntu-16.04_Xenial-Xerus.md │ ├── Ubuntu-17.04_Zesty-Zapus.md │ ├── Ubuntu-18.04_Bionic-Beaver.md │ ├── Ubuntu-19.04_Disco-Dingo.md │ ├── Ubuntu-20.04_Focal-Fossa.md │ └── Ubuntu-21.04_Hirsute-Hippo.md ├── macOS │ ├── Mac-OS-X-10.3_Panther.md │ ├── Mac-OS-X-10.4_Tiger.md │ ├── Mac-OS-X-10.5_Leopard.md │ ├── Mac-OS-X-10.6_Snow-Leopard.md │ ├── Mac-OS-X-10.7_Lion.md │ ├── OS-X-10.10_Yosemite.md │ ├── OS-X-10.11_El-Capitan.md │ ├── OS-X-10.8_Mountain-Lion.md │ ├── OS-X-10.9_Mavericks.md │ ├── macOS-10.12_Sierra.md │ ├── macOS-10.13_High-Sierra.md │ ├── macOS-10.14_Mojave.md │ └── macOS-10.15_Catalina.md └── windows │ ├── Windows-10.md │ ├── Windows-2000.md │ ├── Windows-3.1.md │ ├── Windows-7.md │ ├── Windows-8.1.md │ ├── Windows-8.md │ ├── Windows-95.md │ ├── Windows-98.md │ ├── Windows-NT.md │ ├── Windows-Vista.md │ └── Windows-XP.md └── util └── fc-list.py /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | ko_fi: adrgb 2 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to making participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, 8 | body size, disability, ethnicity, sex characteristics, gender identity and 9 | expression, level of experience, education, socio-economic status, nationality, 10 | personal appearance, race, religion, or sexual identity and orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behaviour that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behaviour by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behaviour and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behaviour. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviour that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies both within project spaces and in public spaces 49 | when an individual is representing the project or its community. Examples of 50 | representing a project or community include using an official project e-mail 51 | address, posting via an official social media account, or acting as an appointed 52 | representative at an online or offline event. Representation of a project may be 53 | further defined and clarified by project maintainers. 54 | 55 | ## Enforcement 56 | 57 | Instances of abusive, harassing, or otherwise unacceptable behaviour may be 58 | reported by contacting the project team at adrg@epistack.com. All complaints 59 | will be reviewed and investigated and will result in a response that is deemed 60 | necessary and appropriate to the circumstances. The project team is obligated to 61 | maintain confidentiality with regard to the reporter of an incident. 62 | Further details of specific enforcement policies may be posted separately. 63 | 64 | Project maintainers who do not follow or enforce the Code of Conduct in good 65 | faith may face temporary or permanent repercussions as determined by other 66 | members of the project's leadership. 67 | 68 | ## Attribution 69 | 70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], 71 | version 1.4, available at 72 | https://www.contributor-covenant.org/version/1/4/code-of-conduct.html 73 | 74 | [homepage]: https://www.contributor-covenant.org 75 | 76 | For answers to common questions about this code of conduct, see 77 | https://www.contributor-covenant.org/faq 78 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing to this project 2 | 3 | Contributions in the form of pull requests, issues or just general feedback, 4 | are always welcome. Please take a moment to review this document in order to 5 | make the contribution process easy and effective for everyone involved. 6 | 7 | Following these guidelines helps to communicate that you respect the time of 8 | the developers managing and developing this open source project. In return, 9 | they should reciprocate that respect in addressing your issue or assessing 10 | patches and features. 11 | 12 | ## Using the issue tracker 13 | 14 | The issue tracker is the preferred channel for [bug reports](#bugs), 15 | [features requests](#features) and [submitting pull 16 | requests](#pull-requests), but please respect the following restrictions: 17 | 18 | * Please **do not** use the issue tracker for personal support requests (use 19 | [Stack Overflow](http://stackoverflow.com) or IRC). 20 | * Please **do not** derail or troll issues. Keep the discussion on topic and 21 | respect the opinions of others. 22 | 23 | 24 | ## Bug reports 25 | 26 | A bug is a _demonstrable problem_ that is caused by the code in the repository. 27 | Good bug reports are extremely helpful - thank you! 28 | 29 | Guidelines for bug reports: 30 | 31 | 1. **Use the GitHub issue search** — check if the issue has already been 32 | reported. 33 | 2. **Check if the issue has been fixed** — try to reproduce it using the 34 | latest `master` or development branch in the repository. 35 | 3. **Isolate the problem** — create a reduced test case. 36 | 37 | A good bug report shouldn't leave others needing to chase you up for more 38 | information. Please try to be as detailed as possible in your report. What is 39 | your environment? What steps will reproduce the issue? What browser(s) and OS 40 | experience the problem? What would you expect to be the outcome? All these 41 | details will help people to fix any potential bugs. 42 | 43 | Example: 44 | 45 | > Short and descriptive example bug report title 46 | > 47 | > A summary of the issue and the browser/OS environment in which it occurs. If 48 | > suitable, include the steps required to reproduce the bug. 49 | > 50 | > 1. This is the first step 51 | > 2. This is the second step 52 | > 3. Further steps, etc. 53 | > 54 | > `` - a link to the reduced test case 55 | > 56 | > Any other information you want to share that is relevant to the issue being 57 | > reported. This might include the lines of code that you have identified as 58 | > causing the bug, and potential solutions (and your opinions on their 59 | > merits). 60 | 61 | 62 | 63 | ## Feature requests 64 | 65 | Feature requests are welcome. But take a moment to find out whether your idea 66 | fits with the scope and aims of the project. It's up to *you* to make a strong 67 | case to convince the project's developers of the merits of this feature. Please 68 | provide as much detail and context as possible. 69 | 70 | 71 | 72 | ## Pull requests 73 | 74 | Good pull requests - patches, improvements, new features - are a fantastic 75 | help. They should remain focused in scope and avoid containing unrelated 76 | commits. 77 | 78 | **Please ask first** before embarking on any significant pull request (e.g. 79 | implementing features, refactoring code, porting to a different language), 80 | otherwise you risk spending a lot of time working on something that the 81 | project's developers might not want to merge into the project. 82 | 83 | Please adhere to the coding conventions used throughout a project (indentation, 84 | accurate comments, etc.) and any other requirements (such as test coverage). 85 | 86 | Follow this process if you'd like your work considered for inclusion in the 87 | project: 88 | 89 | 1. [Fork](http://help.github.com/fork-a-repo/) the project, clone your fork, 90 | and configure the remotes: 91 | 92 | ```bash 93 | # Clone your fork of the repo into the current directory 94 | git clone https://github.com// 95 | # Navigate to the newly cloned directory 96 | cd 97 | # Assign the original repo to a remote called "upstream" 98 | git remote add upstream https://github.com// 99 | ``` 100 | 101 | 2. If you cloned a while ago, get the latest changes from upstream: 102 | 103 | ```bash 104 | git checkout 105 | git pull upstream 106 | ``` 107 | 108 | 3. Create a new topic branch (off the main project development branch) to 109 | contain your feature, change, or fix: 110 | 111 | ```bash 112 | git checkout -b 113 | ``` 114 | 115 | 4. Commit your changes in logical chunks and use descriptive commit messages. 116 | Use [interactive rebase](https://help.github.com/articles/interactive-rebase) 117 | to tidy up your commits before making them public. 118 | 119 | 5. Locally merge (or rebase) the upstream development branch into your topic branch: 120 | 121 | ```bash 122 | git pull [--rebase] upstream 123 | ``` 124 | 125 | 6. Push your topic branch up to your fork: 126 | 127 | ```bash 128 | git push origin 129 | ``` 130 | 131 | 7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/) 132 | with a clear title and description. 133 | 134 | **IMPORTANT**: By submitting a patch, you agree to allow the project owner to 135 | license your work under the same license as that used by the project. 136 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2019 Adrian-George Bostan 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 | 5 |

6 | 7 | MIT license 8 | 9 | 10 | GitHub contributors 11 | 12 | 13 | GitHub open issues 14 | 15 | 16 | Buy me a coffee 17 | 18 |

19 | 20 | Curated lists of fonts for most versions of most operating systems. The font 21 | lists contain fonts installed with the operating system and additional fonts 22 | which can be downloaded from operating system sources. 23 | 24 | ## Windows 25 | 26 | - [Windows 10](https://github.com/adrg/os-font-list/blob/master/md/windows/Windows-10.md) 27 | - [Windows 8.1](https://github.com/adrg/os-font-list/blob/master/md/windows/Windows-8.1.md) 28 | - [Windows 8](https://github.com/adrg/os-font-list/blob/master/md/windows/Windows-8.md) 29 | - [Windows 7](https://github.com/adrg/os-font-list/blob/master/md/windows/Windows-7.md) 30 | - [Windows Vista](https://github.com/adrg/os-font-list/blob/master/md/windows/Windows-Vista.md) 31 | - [Windows XP](https://github.com/adrg/os-font-list/blob/master/md/windows/Windows-XP.md) 32 | - [Windows 2000](https://github.com/adrg/os-font-list/blob/master/md/windows/Windows-2000.md) 33 | - [Windows 98](https://github.com/adrg/os-font-list/blob/master/md/windows/Windows-98.md) 34 | - [Windows 95](https://github.com/adrg/os-font-list/blob/master/md/windows/Windows-95.md) 35 | - [Windows NT](https://github.com/adrg/os-font-list/blob/master/md/windows/Windows-NT.md) 36 | - [Windows 3.1](https://github.com/adrg/os-font-list/blob/master/md/windows/Windows-3.1.md) 37 | 38 | ## macOS 39 | 40 | - [macOS 10.15: Catalina](https://github.com/adrg/os-font-list/blob/master/md/macOS/macOS-10.15_Catalina.md) 41 | - [macOS 10.14: Mojave](https://github.com/adrg/os-font-list/blob/master/md/macOS/macOS-10.14_Mojave.md) 42 | - [macOS 10.13: High Sierra](https://github.com/adrg/os-font-list/blob/master/md/macOS/macOS-10.13_High-Sierra.md) 43 | - [macOS 10.12: Sierra](https://github.com/adrg/os-font-list/blob/master/md/macOS/macOS-10.12_Sierra.md) 44 | - [OS X 10.11: El Capitan](https://github.com/adrg/os-font-list/blob/master/md/macOS/OS-X-10.11_El-Capitan.md) 45 | - [OS X 10.10: Yosemite](https://github.com/adrg/os-font-list/blob/master/md/macOS/OS-X-10.10_Yosemite.md) 46 | - [OS X 10.9: Mavericks](https://github.com/adrg/os-font-list/blob/master/md/macOS/OS-X-10.9_Mavericks.md) 47 | - [OS X 10.8: Mountain Lion](https://github.com/adrg/os-font-list/blob/master/md/macOS/OS-X-10.8_Mountain-Lion.md) 48 | - [Mac OS X 10.7: Lion](https://github.com/adrg/os-font-list/blob/master/md/macOS/Mac-OS-X-10.7_Lion.md) 49 | - [Mac OS X 10.6: Snow Leopard](https://github.com/adrg/os-font-list/blob/master/md/macOS/Mac-OS-X-10.6_Snow-Leopard.md) 50 | - [Mac OS X 10.5: Leopard](https://github.com/adrg/os-font-list/blob/master/md/macOS/Mac-OS-X-10.5_Leopard.md) 51 | - [Mac OS X 10.4: Tiger](https://github.com/adrg/os-font-list/blob/master/md/macOS/Mac-OS-X-10.4_Tiger.md) 52 | - [Mac OS X 10.3: Panther](https://github.com/adrg/os-font-list/blob/master/md/macOS/Mac-OS-X-10.3_Panther.md) 53 | 54 | ## Linux 55 | 56 | #### Ubuntu 57 | 58 | - [Ubuntu 21.04: Hirsute Hippo](https://github.com/adrg/os-font-list/blob/master/md/linux/Ubuntu-21.04_Hirsute-Hippo.md) 59 | - [Ubuntu 20.04: Focal Fossa](https://github.com/adrg/os-font-list/blob/master/md/linux/Ubuntu-20.04_Focal-Fossa.md) 60 | - [Ubuntu 19.04: Disco Dingo](https://github.com/adrg/os-font-list/blob/master/md/linux/Ubuntu-19.04_Disco-Dingo.md) 61 | - [Ubuntu 18.04: Bionic Beaver](https://github.com/adrg/os-font-list/blob/master/md/linux/Ubuntu-18.04_Bionic-Beaver.md) 62 | - [Ubuntu 17.04: Zesty Zapus](https://github.com/adrg/os-font-list/blob/master/md/linux/Ubuntu-17.04_Zesty-Zapus.md) 63 | - [Ubuntu 16.04: Xenial Xerus](https://github.com/adrg/os-font-list/blob/master/md/linux/Ubuntu-16.04_Xenial-Xerus.md) 64 | - [Ubuntu 15.04: Wily Werewolf](https://github.com/adrg/os-font-list/blob/master/md/linux/Ubuntu-15.04_Wily-Werewolf.md) 65 | - [Ubuntu 14.04: Trusty Tahr](https://github.com/adrg/os-font-list/blob/master/md/linux/Ubuntu-14.04_Trusty-Tahr.md) 66 | - [Ubuntu 13.04: Raring Ringtail](https://github.com/adrg/os-font-list/blob/master/md/linux/Ubuntu-13.04_Raring-Ringtail.md) 67 | - [Ubuntu 12.04: Precise Pangolin](https://github.com/adrg/os-font-list/blob/master/md/linux/Ubuntu-12.04_Precise-Pangolin.md) 68 | - [Ubuntu 11.04: Natty Narwhal](https://github.com/adrg/os-font-list/blob/master/md/linux/Ubuntu-11.04_Natty-Narwhal.md) 69 | - [Ubuntu 10.04: Lucid Lynx](https://github.com/adrg/os-font-list/blob/master/md/linux/Ubuntu-10.04_Lucid-Lynx.md) 70 | 71 | #### Debian 72 | 73 | - [Debian 11: Buster](https://github.com/adrg/os-font-list/blob/master/md/linux/Debian-11_Bullseye.md) 74 | - [Debian 10: Buster](https://github.com/adrg/os-font-list/blob/master/md/linux/Debian-10_Buster.md) 75 | - [Debian 9: Stretch](https://github.com/adrg/os-font-list/blob/master/md/linux/Debian-9_Stretch.md) 76 | - [Debian 8: Jessie](https://github.com/adrg/os-font-list/blob/master/md/linux/Debian-8_Jessie.md) 77 | - [Debian 7: Wheezy](https://github.com/adrg/os-font-list/blob/master/md/linux/Debian-7_Wheezy.md) 78 | - [Debian 6: Squeeze](https://github.com/adrg/os-font-list/blob/master/md/linux/Debian-6_Squeeze.md) 79 | - [Debian 5: Lenny](https://github.com/adrg/os-font-list/blob/master/md/linux/Debian-5_Lenny.md) 80 | 81 | #### Fedora 82 | 83 | - [Fedora 35 Workstation](https://github.com/adrg/os-font-list/blob/master/md/linux/Fedora-35-Workstation.md) 84 | - [Fedora 34 Workstation](https://github.com/adrg/os-font-list/blob/master/md/linux/Fedora-34-Workstation.md) 85 | - [Fedora 33 Workstation](https://github.com/adrg/os-font-list/blob/master/md/linux/Fedora-33-Workstation.md) 86 | - [Fedora 32 Workstation](https://github.com/adrg/os-font-list/blob/master/md/linux/Fedora-32-Workstation.md) 87 | - [Fedora 31 Workstation](https://github.com/adrg/os-font-list/blob/master/md/linux/Fedora-31-Workstation.md) 88 | - [Fedora 30 Workstation](https://github.com/adrg/os-font-list/blob/master/md/linux/Fedora-30-Workstation.md) 89 | - [Fedora 29 Workstation](https://github.com/adrg/os-font-list/blob/master/md/linux/Fedora-29-Workstation.md) 90 | - [Fedora 28 Workstation](https://github.com/adrg/os-font-list/blob/master/md/linux/Fedora-28-Workstation.md) 91 | - [Fedora 27 Workstation](https://github.com/adrg/os-font-list/blob/master/md/linux/Fedora-27-Workstation.md) 92 | - [Fedora 26 Workstation](https://github.com/adrg/os-font-list/blob/master/md/linux/Fedora-26-Workstation.md) 93 | - [Fedora 25 Workstation](https://github.com/adrg/os-font-list/blob/master/md/linux/Fedora-25-Workstation.md) 94 | 95 | #### CentOS 96 | 97 | - [CentOS 7](https://github.com/adrg/os-font-list/blob/master/md/linux/CentOS-7.md) 98 | - [CentOS 6](https://github.com/adrg/os-font-list/blob/master/md/linux/CentOS-6.md) 99 | 100 | ## Contributing 101 | 102 | Contributions in the form of pull requests, issues or just general feedback, 103 | are always welcome. 104 | See [CONTRIBUTING.md](https://github.com/adrg/os-font-list/blob/master/CONTRIBUTING.md). 105 | 106 | **Contribution guide** 107 | 108 | 1. Modify one of the existing font CSV files in the `csv` directory, or add a new one. 109 | 2. Generate updated versions of Markdown files based on the CSV files: `python ./generate_md.py`. 110 | 3. Make a PR with your modifications. 111 | 112 | **File naming convention** 113 | 114 | `OS-Name-Version_Code-Name.ext` (e.g. `Mac-OS-X-10.6_Snow-Leopard.csv`) 115 | 116 | ## References 117 | 118 | See [REFERENCES.md](https://github.com/adrg/os-font-list/blob/master/REFERENCES.md). 119 | 120 | ## License 121 | 122 | Copyright (c) 2019 Adrian-George Bostan. 123 | 124 | This project is licensed under the [MIT license](https://opensource.org/licenses/MIT). 125 | See [LICENSE](https://github.com/adrg/os-font-list/blob/master/LICENSE) for more details. 126 | -------------------------------------------------------------------------------- /REFERENCES.md: -------------------------------------------------------------------------------- 1 | References 2 | ---------- 3 | 4 | ### Windows 5 | 6 | - https://docs.microsoft.com/en-us/typography/fonts/windows_10_font_list 7 | - https://docs.microsoft.com/en-us/typography/fonts/windows_81_font_list 8 | - https://docs.microsoft.com/en-us/typography/fonts/windows_8_font_list 9 | - https://docs.microsoft.com/en-us/typography/fonts/windows_7_font_list 10 | - https://docs.microsoft.com/en-us/typography/font-list 11 | - https://web.archive.org/web/20190423025138/http://www.ampsoft.net/webdesign-l/windows-fonts-by-version.html 12 | - https://www.blacksunsoftware.com/fonts-supplied-with-windows-vista.html 13 | - http://www.blacksunsoftware.com/fonts-supplied-with-windows-2000.html 14 | - http://www.blacksunsoftware.com/fonts-supplied-with-windows-98.html 15 | - http://www.internetfixes.com/help_desk_nt4/winsNT_6.htm 16 | - http://www.blacksunsoftware.com/fonts-supplied-with-windows-95.html 17 | - http://www.info-stat.com/windows/Win95-020.htm 18 | - http://www.ampsoft.net/webdesign-l/windows-fonts-by-version.html 19 | - http://www.fixarna.com/frontpage/windowsfonts.htm 20 | - http://members.quicknet.nl/nj.vandompselaar/files/windows/Fonts_installed_by_Windows.html 21 | 22 | ### Mac OS 23 | 24 | - https://support.apple.com/en-us/HT210192 25 | - https://support.apple.com/en-us/HT208968 26 | - https://developer.apple.com/fonts/system-fonts 27 | - https://support.apple.com/en-us/HT207962 28 | - https://support.apple.com/en-us/HT206872 29 | - https://support.apple.com/en-us/HT201375 30 | - https://support.apple.com/en-us/HT201344 31 | - https://support.apple.com/en-us/HT1642 32 | - https://support.apple.com/en-us/HT1538 33 | - https://support.apple.com/en-us/HT2444 34 | - https://discussions.apple.com/thread/7590597?answerId=30329710022 35 | - https://web.archive.org/web/20190408212704/https://support.apple.com/en-us/HT201331 36 | - https://web.archive.org/web/20190408213908/https://support.apple.com/en-us/HT202408 37 | - https://en.wikipedia.org/wiki/List_of_typefaces_included_with_macOS 38 | - https://gist.github.com/munepi/3269817ef243bee59394e9d7a2d46b6d 39 | - https://github.com/posteroffonts/sanfran/tree/master/Library/Fonts 40 | - https://github.com/posteroffonts/sanfran/tree/master/System/Library/Fonts 41 | - https://gist.github.com/doraTeX/4c08bbc4a2e4e4e4da2db4a306e65b4b 42 | - https://gist.github.com/doraTeX/469444bc5fb4620f93e3578c3fdd3745 43 | - https://gist.github.com/doraTeX/5f1b705839bc9eb19d4e980ca47bcd3a 44 | - https://gist.github.com/doraTeX/eadc1aacb4d566588b2a4aa10e77089e 45 | - https://gist.github.com/zmwangx/c5734267e4aa71bd131f828057640dc8 46 | - https://github.com/mhulse/mhulse.github.io/wiki/El-Capitan-OS-X-fresh-install-default-fonts 47 | - http://support.moonpoint.com/os/os-x/fontslist 48 | - http://support.moonpoint.com/os/os-x/fontslist/fontslist.txt 49 | - https://www.prepressure.com/fonts/basics/osx-lion/list 50 | - https://numbnumbclub.tumblr.com/post/8084271523/mac-os-x-107/amp 51 | - https://www.prepressure.com/fonts/basics/snow-leopard-fonts/list 52 | - https://gist.github.com/envex/7155357 53 | - http://www.dslreports.com/r0/download/2060283~6148c0756a196b38412a1ab79ef0f17a/iMacSystemProfile.pdf 54 | - http://www.jklstudios.com/misc/osxfonts.html 55 | - http://www.jklstudios.com/misc/OldArticle/osxold.html 56 | - http://chinesemac.org/pages/osx11.html 57 | 58 | ### Common 59 | 60 | - http://www.apaddedcell.com/sites/www.apaddedcell.com/files/fonts-article/final/index.html 61 | - http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html 62 | - https://jonchristopher.us/blog/linux-font-equivalents-to-popular-web-typefaces 63 | - https://www.granneman.com/webdev/coding/css/fonts-and-formatting/default-fonts 64 | - https://gist.github.com/001101/a8b0e5ce8fd81225bed7 65 | -------------------------------------------------------------------------------- /csv/linux/CentOS-6.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | AR PL UMing CN,AR PL UMing CN,uming.ttc 3 | AR PL UMing HK,AR PL UMing HK,uming.ttc 4 | AR PL UMing TW,AR PL UMing TW,uming.ttc 5 | AR PL UMing TW MBE,AR PL UMing TW MBE,uming.ttc 6 | Abyssinica SIL,Abyssinica SIL,Abyssinica_SIL.ttf 7 | Bitstream Charter,Bitstream Charter,c0648bt_.pfb 8 | Bitstream Charter,Bitstream Charter,c0632bt_.pfb 9 | Bitstream Charter,Bitstream Charter,c0649bt_.pfb 10 | Bitstream Charter,Bitstream Charter,c0633bt_.pfb 11 | Caladea,Caladea,Caladea-Regular.ttf 12 | Caladea,Caladea Italic,Caladea-Italic.ttf 13 | Caladea,Caladea Bold Italic,Caladea-BoldItalic.ttf 14 | Caladea,Caladea Bold,Caladea-Bold.ttf 15 | Carlito,Carlito,Carlito-Regular.ttf 16 | Carlito,Carlito Italic,Carlito-Italic.ttf 17 | Carlito,Carlito Bold Italic,Carlito-BoldItalic.ttf 18 | Carlito,Carlito Bold,Carlito-Bold.ttf 19 | Century Schoolbook L,Century Schoolbook L,c059016l.pfb 20 | Century Schoolbook L,Century Schoolbook L,c059013l.pfb 21 | Century Schoolbook L,Century Schoolbook L,c059036l.pfb 22 | Century Schoolbook L,Century Schoolbook L,c059033l.pfb 23 | Courier 10 Pitch,Courier 10 Pitch,c0611bt_.pfb 24 | Courier 10 Pitch,Courier 10 Pitch,c0583bt_.pfb 25 | Courier 10 Pitch,Courier 10 Pitch,c0582bt_.pfb 26 | Courier 10 Pitch,Courier 10 Pitch,c0419bt_.pfb 27 | Cursor,Cursor,cursor.pfa 28 | DejaVu Sans,DejaVu Sans ExtraLight,DejaVuSans-ExtraLight.ttf 29 | DejaVu Sans,DejaVu Sans Condensed Oblique,DejaVuSansCondensed-Oblique.ttf 30 | DejaVu Sans,DejaVu Sans Oblique,DejaVuSans-Oblique.ttf 31 | DejaVu Sans,DejaVu Sans Condensed Bold,DejaVuSansCondensed-Bold.ttf 32 | DejaVu Sans,DejaVu Sans Bold,DejaVuSans-Bold.ttf 33 | DejaVu Sans,DejaVu Sans Condensed Bold Oblique,DejaVuSansCondensed-BoldOblique.ttf 34 | DejaVu Sans,DejaVu Sans,DejaVuSans.ttf 35 | DejaVu Sans,DejaVu Sans Bold Oblique,DejaVuSans-BoldOblique.ttf 36 | DejaVu Sans,DejaVu Sans Condensed,DejaVuSansCondensed.ttf 37 | DejaVu Sans Mono,DejaVu Sans Mono Oblique,DejaVuSansMono-Oblique.ttf 38 | DejaVu Sans Mono,DejaVu Sans Mono,DejaVuSansMono.ttf 39 | DejaVu Sans Mono,DejaVu Sans Mono Bold Oblique,DejaVuSansMono-BoldOblique.ttf 40 | DejaVu Sans Mono,DejaVu Sans Mono Bold,DejaVuSansMono-Bold.ttf 41 | DejaVu Serif,DejaVu Serif Condensed,DejaVuSerifCondensed.ttf 42 | DejaVu Serif,DejaVu Serif Condensed Italic,DejaVuSerifCondensed-Italic.ttf 43 | DejaVu Serif,DejaVu Serif Italic,DejaVuSerif-Italic.ttf 44 | DejaVu Serif,DejaVu Serif Condensed Bold Italic,DejaVuSerifCondensed-BoldItalic.ttf 45 | DejaVu Serif,DejaVu Serif,DejaVuSerif.ttf 46 | DejaVu Serif,DejaVu Serif Condensed Bold,DejaVuSerifCondensed-Bold.ttf 47 | DejaVu Serif,DejaVu Serif Bold,DejaVuSerif-Bold.ttf 48 | DejaVu Serif,DejaVu Serif Bold Italic,DejaVuSerif-BoldItalic.ttf 49 | Dingbats,Dingbats,d050000l.pfb 50 | Hershey-Gothic-English,Hershey-Gothic-English,hrger.pfa 51 | Hershey-Gothic-German,Hershey-Gothic-German,hrgrr.pfa 52 | Hershey-Gothic-Italian,Hershey-Gothic-Italian,hritr.pfa 53 | Hershey-Plain-Duplex,Hershey-Plain-Duplex,hrpld.pfa 54 | Hershey-Plain-Duplex-Italic,Hershey-Plain-Duplex-Italic,hrpldi.pfa 55 | Hershey-Plain-Triplex,Hershey-Plain-Triplex,hrplt.pfa 56 | Hershey-Plain-Triplex-Italic,Hershey-Plain-Triplex-Italic,hrplti.pfa 57 | Hershey-Script-Complex,Hershey-Script-Complex,hrscc.pfa 58 | Hershey-Script-Simplex,Hershey-Script-Simplex,hrscs.pfa 59 | Jomolhari,Jomolhari,Jomolhari-alpha3c-0605331.ttf 60 | Khmer OS,Khmer OS,KhmerOS.ttf 61 | Khmer OS Content,Khmer OS Content,KhmerOS_content.ttf 62 | Khmer OS System,Khmer OS System,KhmerOS_sys.ttf 63 | LKLUG,LKLUG,lklug.ttf 64 | Liberation Mono,Liberation Mono Italic,LiberationMono-Italic.ttf 65 | Liberation Mono,Liberation Mono,LiberationMono-Regular.ttf 66 | Liberation Mono,Liberation Mono Bold Italic,LiberationMono-BoldItalic.ttf 67 | Liberation Mono,Liberation Mono Bold,LiberationMono-Bold.ttf 68 | Liberation Sans,Liberation Sans Italic,LiberationSans-Italic.ttf 69 | Liberation Sans,Liberation Sans Bold,LiberationSans-Bold.ttf 70 | Liberation Sans,Liberation Sans Bold Italic,LiberationSans-BoldItalic.ttf 71 | Liberation Sans,Liberation Sans,LiberationSans-Regular.ttf 72 | Liberation Serif,Liberation Serif Bold,LiberationSerif-Bold.ttf 73 | Liberation Serif,Liberation Serif Italic,LiberationSerif-Italic.ttf 74 | Liberation Serif,Liberation Serif Bold Italic,LiberationSerif-BoldItalic.ttf 75 | Liberation Serif,Liberation Serif,LiberationSerif-Regular.ttf 76 | Lohit Assamese,Lohit Assamese,Lohit-Assamese.ttf 77 | Lohit Bengali,Lohit Bengali,Lohit-Bengali.ttf 78 | Lohit Devanagari,Lohit Devanagari,Lohit-Devanagari.ttf 79 | Lohit Gujarati,Lohit Gujarati,Lohit-Gujarati.ttf 80 | Lohit Kannada,Lohit Kannada,Lohit-Kannada.ttf 81 | Lohit Oriya,Lohit Oriya,Lohit-Oriya.ttf 82 | Lohit Punjabi,Lohit Punjabi,Lohit-Punjabi.ttf 83 | Lohit Tamil,Lohit Tamil,Lohit-Tamil.ttf 84 | Lohit Telugu,Lohit Telugu,Lohit-Telugu.ttf 85 | Madan,Madan,madan.ttf 86 | Meera,Meera,Meera.ttf 87 | Nimbus Mono L,Nimbus Mono L,n022024l.pfb 88 | Nimbus Mono L,Nimbus Mono L,n022023l.pfb 89 | Nimbus Mono L,Nimbus Mono L,n022004l.pfb 90 | Nimbus Mono L,Nimbus Mono L,n022003l.pfb 91 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021023l.pfb 92 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021024l.pfb 93 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021003l.pfb 94 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021004l.pfb 95 | Nimbus Sans L,Nimbus Sans L,n019003l.pfb 96 | Nimbus Sans L,Nimbus Sans L,n019004l.pfb 97 | Nimbus Sans L,Nimbus Sans L,n019063l.pfb 98 | Nimbus Sans L,Nimbus Sans L,n019064l.pfb 99 | Nimbus Sans L,Nimbus Sans L,n019043l.pfb 100 | Nimbus Sans L,Nimbus Sans L,n019044l.pfb 101 | Nimbus Sans L,Nimbus Sans L,n019023l.pfb 102 | Nimbus Sans L,Nimbus Sans L,n019024l.pfb 103 | OpenSymbol,OpenSymbol,opens___.ttf 104 | Padauk,Padauk Bold,Padauk-Bold.ttf 105 | Padauk,Padauk,Padauk.ttf 106 | PakTypeNaqsh,PakTypeNaqsh,PakTypeNaqsh.ttf 107 | PakTypeTehreer,PakTypeTehreer,PakTypeTehreer.ttf 108 | STIXGeneral,STIXGeneral-BoldItalic,STIXGeneralBolIta.otf 109 | STIXGeneral,STIXGeneral,STIXGeneral.otf 110 | STIXGeneral,STIXGeneral-Bold,STIXGeneralBol.otf 111 | STIXGeneral,STIXGeneral-Italic,STIXGeneralItalic.otf 112 | Standard Symbols L,Standard Symbols L,s050000l.pfb 113 | Tibetan Machine Uni,Tibetan_Machine_Uni,TibMachUni-1.901b.ttf 114 | URW Bookman L,URW Bookman L,b018012l.pfb 115 | URW Bookman L,URW Bookman L,b018015l.pfb 116 | URW Bookman L,URW Bookman L,b018032l.pfb 117 | URW Bookman L,URW Bookman L,b018035l.pfb 118 | URW Chancery L,URW Chancery L,z003034l.pfb 119 | URW Gothic L,URW Gothic L,a010035l.pfb 120 | URW Gothic L,URW Gothic L,a010033l.pfb 121 | URW Gothic L,URW Gothic L,a010015l.pfb 122 | URW Gothic L,URW Gothic L,a010013l.pfb 123 | URW Palladio L,URW Palladio L,p052003l.pfb 124 | URW Palladio L,URW Palladio L,p052004l.pfb 125 | URW Palladio L,URW Palladio L,p052023l.pfb 126 | URW Palladio L,URW Palladio L,p052024l.pfb 127 | UnDotum,Un Dotum Bold,UnDotumBold.ttf 128 | UnDotum,Un Dotum,UnDotum.ttf 129 | Unikurd Web,Unikurd Web,Unikuweb.ttf 130 | Utopia,Utopia,putr.pfa 131 | Utopia,Utopia,putb.pfa 132 | Utopia,Utopia,putbi.pfa 133 | Utopia,Utopia,putri.pfa 134 | Utopia,Utopia,UTI_____.pfa 135 | Utopia,Utopia,UTRG____.pfa 136 | Utopia,Utopia,UTBI____.pfa 137 | Utopia,Utopia,UTB_____.pfa 138 | VL Gothic,VL Gothic Regular,VL-Gothic-Regular.ttf 139 | Waree,Waree Bold Oblique,Waree-BoldOblique.ttf 140 | Waree,Waree Oblique,Waree-Oblique.ttf 141 | Waree,Waree,Waree.ttf 142 | Waree,Waree Bold,Waree-Bold.ttf 143 | WenQuanYi Zen Hei,WenQuanYi Zen Hei,wqy-zenhei.ttc 144 | WenQuanYi Zen Hei Mono,WenQuanYi Zen Hei Mono,wqy-zenhei.ttc 145 | WenQuanYi Zen Hei Sharp,WenQuanYi Zen Hei Sharp,wqy-zenhei.ttc 146 | -------------------------------------------------------------------------------- /csv/linux/CentOS-7.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | AR PL UMing CN,AR PL UMing CN,uming.ttc 3 | AR PL UMing HK,AR PL UMing HK,uming.ttc 4 | AR PL UMing TW,AR PL UMing TW,uming.ttc 5 | AR PL UMing TW MBE,AR PL UMing TW MBE,uming.ttc 6 | Abyssinica SIL,Abyssinica SIL,AbyssinicaSIL-R.ttf 7 | Bitstream Charter,Bitstream Charter,c0648bt_.pfb 8 | Bitstream Charter,Bitstream Charter,c0632bt_.pfb 9 | Bitstream Charter,Bitstream Charter,c0649bt_.pfb 10 | Bitstream Charter,Bitstream Charter,c0633bt_.pfb 11 | Caladea,Caladea,Caladea-Regular.ttf 12 | Caladea,Caladea Italic,Caladea-Italic.ttf 13 | Caladea,Caladea Bold Italic,Caladea-BoldItalic.ttf 14 | Caladea,Caladea Bold,Caladea-Bold.ttf 15 | Cantarell,Cantarell Regular,Cantarell-Regular.otf 16 | Cantarell,Cantarell Bold,Cantarell-Bold.otf 17 | Carlito,Carlito,Carlito-Regular.ttf 18 | Carlito,Carlito Italic,Carlito-Italic.ttf 19 | Carlito,Carlito Bold Italic,Carlito-BoldItalic.ttf 20 | Carlito,Carlito Bold,Carlito-Bold.ttf 21 | Century Schoolbook L,Century Schoolbook L,c059016l.pfb 22 | Century Schoolbook L,Century Schoolbook L,c059013l.pfb 23 | Century Schoolbook L,Century Schoolbook L,c059036l.pfb 24 | Century Schoolbook L,Century Schoolbook L,c059033l.pfb 25 | Clean,Clean,clR6x12.bdf 26 | Courier 10 Pitch,Courier 10 Pitch,c0611bt_.pfb 27 | Courier 10 Pitch,Courier 10 Pitch,c0583bt_.pfb 28 | Courier 10 Pitch,Courier 10 Pitch,c0582bt_.pfb 29 | Courier 10 Pitch,Courier 10 Pitch,c0419bt_.pfb 30 | Cursor,Cursor,cursor.pfa 31 | DejaVu Sans,DejaVu Sans ExtraLight,DejaVuSans-ExtraLight.ttf 32 | DejaVu Sans,DejaVu Sans Condensed Oblique,DejaVuSansCondensed-Oblique.ttf 33 | DejaVu Sans,DejaVu Sans Oblique,DejaVuSans-Oblique.ttf 34 | DejaVu Sans,DejaVu Sans Condensed Bold,DejaVuSansCondensed-Bold.ttf 35 | DejaVu Sans,DejaVu Sans Bold,DejaVuSans-Bold.ttf 36 | DejaVu Sans,DejaVu Sans Condensed Bold Oblique,DejaVuSansCondensed-BoldOblique.ttf 37 | DejaVu Sans,DejaVu Sans,DejaVuSans.ttf 38 | DejaVu Sans,DejaVu Sans Bold Oblique,DejaVuSans-BoldOblique.ttf 39 | DejaVu Sans,DejaVu Sans Condensed,DejaVuSansCondensed.ttf 40 | DejaVu Sans Mono,DejaVu Sans Mono Oblique,DejaVuSansMono-Oblique.ttf 41 | DejaVu Sans Mono,DejaVu Sans Mono,DejaVuSansMono.ttf 42 | DejaVu Sans Mono,DejaVu Sans Mono Bold Oblique,DejaVuSansMono-BoldOblique.ttf 43 | DejaVu Sans Mono,DejaVu Sans Mono Bold,DejaVuSansMono-Bold.ttf 44 | DejaVu Serif,DejaVu Serif Condensed,DejaVuSerifCondensed.ttf 45 | DejaVu Serif,DejaVu Serif Condensed Italic,DejaVuSerifCondensed-Italic.ttf 46 | DejaVu Serif,DejaVu Serif Italic,DejaVuSerif-Italic.ttf 47 | DejaVu Serif,DejaVu Serif Condensed Bold Italic,DejaVuSerifCondensed-BoldItalic.ttf 48 | DejaVu Serif,DejaVu Serif,DejaVuSerif.ttf 49 | DejaVu Serif,DejaVu Serif Condensed Bold,DejaVuSerifCondensed-Bold.ttf 50 | DejaVu Serif,DejaVu Serif Bold,DejaVuSerif-Bold.ttf 51 | DejaVu Serif,DejaVu Serif Bold Italic,DejaVuSerif-BoldItalic.ttf 52 | Dingbats,Dingbats,d050000l.pfb 53 | Fixed,Fixed,9x18.bdf 54 | Fixed,Fixed,9x15.bdf 55 | Fixed,Fixed,8x13O.bdf 56 | Fixed,Fixed,6x9.bdf 57 | Fixed,Fixed,10x20.bdf 58 | Fixed,Fixed,5x8.bdf 59 | Fixed,Fixed,8x13B.bdf 60 | Fixed,Fixed,9x18B.bdf 61 | Fixed,Fixed,6x13O.bdf 62 | Fixed,Fixed,5x7.bdf 63 | Fixed,Fixed,9x15B.bdf 64 | Fixed,Fixed,7x13O.bdf 65 | Fixed,Fixed,6x13B.bdf 66 | Fixed,Fixed,4x6.bdf 67 | Fixed,Fixed,7x13B.bdf 68 | Fixed,Fixed,7x14B.bdf 69 | Fixed,Fixed,6x13.bdf 70 | Fixed,Fixed,6x12.bdf 71 | Fixed,Fixed,6x10.bdf 72 | Fixed,Fixed,8x13.bdf 73 | Fixed,Fixed,7x13.bdf 74 | Fixed,Fixed,7x14.bdf 75 | FreeMono,FreeMono Oblique,FreeMonoOblique.ttf 76 | FreeMono,FreeMono Bold Oblique,FreeMonoBoldOblique.ttf 77 | FreeMono,FreeMono,FreeMono.ttf 78 | FreeMono,FreeMono Bold,FreeMonoBold.ttf 79 | FreeSans,FreeSans Bold Oblique,FreeSansBoldOblique.ttf 80 | FreeSans,FreeSans Oblique,FreeSansOblique.ttf 81 | FreeSans,FreeSans Bold,FreeSansBold.ttf 82 | FreeSans,FreeSans,FreeSans.ttf 83 | FreeSerif,FreeSerif Bold,FreeSerifBold.ttf 84 | FreeSerif,FreeSerif Bold Italic,FreeSerifBoldItalic.ttf 85 | FreeSerif,FreeSerif,FreeSerif.ttf 86 | FreeSerif,FreeSerif Italic,FreeSerifItalic.ttf 87 | Jomolhari,Jomolhari,Jomolhari-alpha3c-0605331.ttf 88 | Khmer OS,Khmer OS,KhmerOS.ttf 89 | Khmer OS Content,Khmer OS Content,KhmerOS_content.ttf 90 | Khmer OS System,Khmer OS System,KhmerOS_sys.ttf 91 | LKLUG,LKLUG,lklug.ttf 92 | Liberation Mono,Liberation Mono Italic,LiberationMono-Italic.ttf 93 | Liberation Mono,Liberation Mono,LiberationMono-Regular.ttf 94 | Liberation Mono,Liberation Mono Bold Italic,LiberationMono-BoldItalic.ttf 95 | Liberation Mono,Liberation Mono Bold,LiberationMono-Bold.ttf 96 | Liberation Sans,Liberation Sans Italic,LiberationSans-Italic.ttf 97 | Liberation Sans,Liberation Sans Bold,LiberationSans-Bold.ttf 98 | Liberation Sans,Liberation Sans Bold Italic,LiberationSans-BoldItalic.ttf 99 | Liberation Sans,Liberation Sans,LiberationSans-Regular.ttf 100 | Liberation Serif,Liberation Serif Bold,LiberationSerif-Bold.ttf 101 | Liberation Serif,Liberation Serif Italic,LiberationSerif-Italic.ttf 102 | Liberation Serif,Liberation Serif Bold Italic,LiberationSerif-BoldItalic.ttf 103 | Liberation Serif,Liberation Serif,LiberationSerif-Regular.ttf 104 | Lohit Assamese,Lohit Assamese,Lohit-Assamese.ttf 105 | Lohit Bengali,Lohit Bengali,Lohit-Bengali.ttf 106 | Lohit Devanagari,Lohit Devanagari,Lohit-Devanagari.ttf 107 | Lohit Gujarati,Lohit Gujarati,Lohit-Gujarati.ttf 108 | Lohit Kannada,Lohit Kannada,Lohit-Kannada.ttf 109 | Lohit Malayalam,Lohit Malayalam,Lohit-Malayalam.ttf 110 | Lohit Marathi,Lohit Marathi,Lohit-Marathi.ttf 111 | Lohit Nepali,Lohit Nepali,Lohit-Nepali.ttf 112 | Lohit Oriya,Lohit Oriya,Lohit-Oriya.ttf 113 | Lohit Punjabi,Lohit Punjabi,Lohit-Punjabi.ttf 114 | Lohit Tamil,Lohit Tamil,Lohit-Tamil.ttf 115 | Lohit Telugu,Lohit Telugu,Lohit-Telugu.ttf 116 | Madan,Madan,madan.ttf 117 | Meera,Meera,Meera.ttf 118 | NanumGothic,NanumGothicExtraBold,NanumGothicExtraBold.ttf 119 | NanumGothic,NanumGothicBold,NanumGothicBold.ttf 120 | NanumGothic,NanumGothic,NanumGothic.ttf 121 | Nimbus Mono L,Nimbus Mono L,n022024l.pfb 122 | Nimbus Mono L,Nimbus Mono L,n022023l.pfb 123 | Nimbus Mono L,Nimbus Mono L,n022004l.pfb 124 | Nimbus Mono L,Nimbus Mono L,n022003l.pfb 125 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021023l.pfb 126 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021024l.pfb 127 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021003l.pfb 128 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021004l.pfb 129 | Nimbus Sans L,Nimbus Sans L,n019003l.pfb 130 | Nimbus Sans L,Nimbus Sans L,n019004l.pfb 131 | Nimbus Sans L,Nimbus Sans L,n019063l.pfb 132 | Nimbus Sans L,Nimbus Sans L,n019064l.pfb 133 | Nimbus Sans L,Nimbus Sans L,n019043l.pfb 134 | Nimbus Sans L,Nimbus Sans L,n019044l.pfb 135 | Nimbus Sans L,Nimbus Sans L,n019023l.pfb 136 | Nimbus Sans L,Nimbus Sans L,n019024l.pfb 137 | Nuosu SIL,Nuosu SIL,NuosuSIL.ttf 138 | OpenSymbol,OpenSymbol,opens___.ttf 139 | Overpass,Overpass-Reg,Overpass_Regular.ttf 140 | Overpass,Overpass-Bold,Overpass_Bold.ttf 141 | PT Sans,PT Sans Italic,PTS56F.ttf 142 | PT Sans,PT Sans,PTS55F.ttf 143 | PT Sans,PT Sans Bold,PTS75F.ttf 144 | PT Sans,PT Sans Bold Italic,PTS76F.ttf 145 | PT Sans Narrow,PT Sans Narrow,PTN57F.ttf 146 | PT Sans Narrow,PT Sans Narrow Bold,PTN77F.ttf 147 | Padauk,Padauk Bold,Padauk-bold.ttf 148 | Padauk,Padauk,Padauk.ttf 149 | PakType Naskh Basic,PakType Naskh Basic,PakTypeNaskhBasic.ttf 150 | STIX,STIX-Bold,STIX-Bold.otf 151 | STIX,STIX-BoldItalic,STIX-BoldItalic.otf 152 | STIX,STIX-Italic,STIX-Italic.otf 153 | STIX,STIX-Regular,STIX-Regular.otf 154 | Standard Symbols L,Standard Symbols L,s050000l.pfb 155 | URW Bookman L,URW Bookman L,b018012l.pfb 156 | URW Bookman L,URW Bookman L,b018015l.pfb 157 | URW Bookman L,URW Bookman L,b018032l.pfb 158 | URW Bookman L,URW Bookman L,b018035l.pfb 159 | URW Chancery L,URW Chancery L,z003034l.pfb 160 | URW Gothic L,URW Gothic L,a010035l.pfb 161 | URW Gothic L,URW Gothic L,a010033l.pfb 162 | URW Gothic L,URW Gothic L,a010015l.pfb 163 | URW Gothic L,URW Gothic L,a010013l.pfb 164 | URW Palladio L,URW Palladio L,p052003l.pfb 165 | URW Palladio L,URW Palladio L,p052004l.pfb 166 | URW Palladio L,URW Palladio L,p052023l.pfb 167 | URW Palladio L,URW Palladio L,p052024l.pfb 168 | Utopia,Utopia,putr.pfa 169 | Utopia,Utopia,putb.pfa 170 | Utopia,Utopia,putbi.pfa 171 | Utopia,Utopia,putri.pfa 172 | Utopia,Utopia,UTI_____.pfa 173 | Utopia,Utopia,UTRG____.pfa 174 | Utopia,Utopia,UTBI____.pfa 175 | Utopia,Utopia,UTB_____.pfa 176 | VL Gothic,VL Gothic Regular,VL-Gothic-Regular.ttf 177 | Waree,Waree Bold Oblique,Waree-BoldOblique.ttf 178 | Waree,Waree Oblique,Waree-Oblique.ttf 179 | Waree,Waree,Waree.ttf 180 | Waree,Waree Bold,Waree-Bold.ttf 181 | WenQuanYi Micro Hei,WenQuanYi Micro Hei,wqy-microhei.ttc 182 | WenQuanYi Micro Hei Mono,WenQuanYi Micro Hei,wqy-microhei.ttc 183 | WenQuanYi Zen Hei,WenQuanYi Zen Hei,wqy-zenhei.ttc 184 | WenQuanYi Zen Hei Mono,WenQuanYi Zen Hei Mono,wqy-zenhei.ttc 185 | WenQuanYi Zen Hei Sharp,WenQuanYi Zen Hei Sharp,wqy-zenhei.ttc 186 | -------------------------------------------------------------------------------- /csv/linux/Debian-5_Lenny.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Bitstream Charter,Bitstream Charter,c0649bt_.pfb 3 | Bitstream Charter,Bitstream Charter,c0632bt_.pfb 4 | Bitstream Charter,Bitstream Charter,c0633bt_.pfb 5 | Bitstream Charter,Bitstream Charter,c0648bt_.pfb 6 | Century Schoolbook L,Century Schoolbook L,c059033l.pfb 7 | Century Schoolbook L,Century Schoolbook L,c059036l.pfb 8 | Century Schoolbook L,Century Schoolbook L,c059013l.pfb 9 | Century Schoolbook L,Century Schoolbook L,c059016l.pfb 10 | Courier 10 Pitch,Courier 10 Pitch,c0419bt_.pfb 11 | Courier 10 Pitch,Courier 10 Pitch,c0611bt_.pfb 12 | Courier 10 Pitch,Courier 10 Pitch,c0583bt_.pfb 13 | Courier 10 Pitch,Courier 10 Pitch,c0582bt_.pfb 14 | DejaVu Sans,DejaVu Sans ExtraLight,DejaVuSans-ExtraLight.ttf 15 | DejaVu Sans,DejaVu Sans Condensed Bold Oblique,DejaVuSansCondensed-BoldOblique.ttf 16 | DejaVu Sans,DejaVu Sans Oblique,DejaVuSans-Oblique.ttf 17 | DejaVu Sans,DejaVu Sans Bold Oblique,DejaVuSans-BoldOblique.ttf 18 | DejaVu Sans,DejaVu Sans,DejaVuSans.ttf 19 | DejaVu Sans,DejaVu Sans Condensed,DejaVuSansCondensed.ttf 20 | DejaVu Sans,DejaVu Sans Condensed Bold,DejaVuSansCondensed-Bold.ttf 21 | DejaVu Sans,DejaVu Sans Bold,DejaVuSans-Bold.ttf 22 | DejaVu Sans,DejaVu Sans Condensed Oblique,DejaVuSansCondensed-Oblique.ttf 23 | DejaVu Sans Mono,DejaVu Sans Mono,DejaVuSansMono.ttf 24 | DejaVu Sans Mono,DejaVu Sans Mono Bold Oblique,DejaVuSansMono-BoldOblique.ttf 25 | DejaVu Sans Mono,DejaVu Sans Mono Bold,DejaVuSansMono-Bold.ttf 26 | DejaVu Sans Mono,DejaVu Sans Mono Oblique,DejaVuSansMono-Oblique.ttf 27 | DejaVu Serif,DejaVu Serif Condensed,DejaVuSerifCondensed.ttf 28 | DejaVu Serif,DejaVu Serif Italic Condensed,DejaVuSerifCondensed-Italic.ttf 29 | DejaVu Serif,DejaVu Serif Bold Italic,DejaVuSerif-BoldItalic.ttf 30 | DejaVu Serif,DejaVu Serif Bold,DejaVuSerif-Bold.ttf 31 | DejaVu Serif,DejaVu Serif,DejaVuSerif.ttf 32 | DejaVu Serif,DejaVu Serif Italic,DejaVuSerif-Italic.ttf 33 | DejaVu Serif,DejaVu Serif Condensed Bold Italic,DejaVuSerifCondensed-BoldItalic.ttf 34 | DejaVu Serif,DejaVu Serif Condensed Bold,DejaVuSerifCondensed-Bold.ttf 35 | Dingbats,Dingbats,d050000l.pfb 36 | Liberation Mono,Liberation Mono Regular,LiberationMono-Regular.ttf 37 | Liberation Mono,Liberation Mono Bold Italic,LiberationMono-BoldItalic.ttf 38 | Liberation Mono,Liberation Mono Italic,LiberationMono-Italic.ttf 39 | Liberation Mono,Liberation Mono Bold,LiberationMono-Bold.ttf 40 | Liberation Sans,Liberation Sans Bold Italic,LiberationSans-BoldItalic.ttf 41 | Liberation Sans,Liberation Sans Italic,LiberationSans-Italic.ttf 42 | Liberation Sans,Liberation Sans Bold,LiberationSans-Bold.ttf 43 | Liberation Sans,Liberation Sans Regular,LiberationSans-Regular.ttf 44 | Liberation Serif,Liberation Serif Bold Italic,LiberationSerif-BoldItalic.ttf 45 | Liberation Serif,Liberation Serif Italic,LiberationSerif-Italic.ttf 46 | Liberation Serif,Liberation Serif Regular,LiberationSerif-Regular.ttf 47 | Liberation Serif,Liberation Serif Bold,LiberationSerif-Bold.ttf 48 | Nimbus Mono L,Nimbus Mono L,n022003l.pfb 49 | Nimbus Mono L,Nimbus Mono L,n022004l.pfb 50 | Nimbus Mono L,Nimbus Mono L,n022023l.pfb 51 | Nimbus Mono L,Nimbus Mono L,n022024l.pfb 52 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021004l.pfb 53 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021003l.pfb 54 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021024l.pfb 55 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021023l.pfb 56 | Nimbus Sans L,Nimbus Sans L,n019004l.pfb 57 | Nimbus Sans L,Nimbus Sans L,n019003l.pfb 58 | Nimbus Sans L,Nimbus Sans L,n019024l.pfb 59 | Nimbus Sans L,Nimbus Sans L,n019044l.pfb 60 | Nimbus Sans L,Nimbus Sans L,n019023l.pfb 61 | Nimbus Sans L,Nimbus Sans L,n019043l.pfb 62 | Nimbus Sans L,Nimbus Sans L,n019064l.pfb 63 | Nimbus Sans L,Nimbus Sans L,n019063l.pfb 64 | OpenSymbol,OpenSymbol,opens___.ttf 65 | Standard Symbols L,Standard Symbols L,s050000l.pfb 66 | URW Bookman L,URW Bookman L,b018035l.pfb 67 | URW Bookman L,URW Bookman L,b018032l.pfb 68 | URW Bookman L,URW Bookman L,b018015l.pfb 69 | URW Bookman L,URW Bookman L,b018012l.pfb 70 | URW Chancery L,URW Chancery L,z003034l.pfb 71 | URW Gothic L,URW Gothic L,a010013l.pfb 72 | URW Gothic L,URW Gothic L,a010015l.pfb 73 | URW Gothic L,URW Gothic L,a010033l.pfb 74 | URW Gothic L,URW Gothic L,a010035l.pfb 75 | URW Palladio L,URW Palladio L,p052024l.pfb 76 | URW Palladio L,URW Palladio L,p052023l.pfb 77 | URW Palladio L,URW Palladio L,p052004l.pfb 78 | URW Palladio L,URW Palladio L,p052003l.pfb 79 | -------------------------------------------------------------------------------- /csv/linux/Debian-6_Squeeze.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Bitstream Charter,Bitstream Charter,c0649bt_.pfb 3 | Bitstream Charter,Bitstream Charter,c0632bt_.pfb 4 | Bitstream Charter,Bitstream Charter,c0633bt_.pfb 5 | Bitstream Charter,Bitstream Charter,c0648bt_.pfb 6 | Century Schoolbook L,Century Schoolbook L,c059033l.pfb 7 | Century Schoolbook L,Century Schoolbook L,c059036l.pfb 8 | Century Schoolbook L,Century Schoolbook L,c059013l.pfb 9 | Century Schoolbook L,Century Schoolbook L,c059016l.pfb 10 | Courier 10 Pitch,Courier 10 Pitch,c0419bt_.pfb 11 | Courier 10 Pitch,Courier 10 Pitch,c0611bt_.pfb 12 | Courier 10 Pitch,Courier 10 Pitch,c0583bt_.pfb 13 | Courier 10 Pitch,Courier 10 Pitch,c0582bt_.pfb 14 | DejaVu Sans,DejaVu Sans ExtraLight,DejaVuSans-ExtraLight.ttf 15 | DejaVu Sans,DejaVu Sans Condensed Bold Oblique,DejaVuSansCondensed-BoldOblique.ttf 16 | DejaVu Sans,DejaVu Sans Oblique,DejaVuSans-Oblique.ttf 17 | DejaVu Sans,DejaVu Sans Bold Oblique,DejaVuSans-BoldOblique.ttf 18 | DejaVu Sans,DejaVu Sans,DejaVuSans.ttf 19 | DejaVu Sans,DejaVu Sans Condensed,DejaVuSansCondensed.ttf 20 | DejaVu Sans,DejaVu Sans Condensed Bold,DejaVuSansCondensed-Bold.ttf 21 | DejaVu Sans,DejaVu Sans Bold,DejaVuSans-Bold.ttf 22 | DejaVu Sans,DejaVu Sans Condensed Oblique,DejaVuSansCondensed-Oblique.ttf 23 | DejaVu Sans Mono,DejaVu Sans Mono,DejaVuSansMono.ttf 24 | DejaVu Sans Mono,DejaVu Sans Mono Bold Oblique,DejaVuSansMono-BoldOblique.ttf 25 | DejaVu Sans Mono,DejaVu Sans Mono Bold,DejaVuSansMono-Bold.ttf 26 | DejaVu Sans Mono,DejaVu Sans Mono Oblique,DejaVuSansMono-Oblique.ttf 27 | DejaVu Serif,DejaVu Serif Condensed,DejaVuSerifCondensed.ttf 28 | DejaVu Serif,DejaVu Serif Bold Italic,DejaVuSerif-BoldItalic.ttf 29 | DejaVu Serif,DejaVu Serif Bold,DejaVuSerif-Bold.ttf 30 | DejaVu Serif,DejaVu Serif,DejaVuSerif.ttf 31 | DejaVu Serif,DejaVu Serif Italic,DejaVuSerif-Italic.ttf 32 | DejaVu Serif,DejaVu Serif Condensed Bold Italic,DejaVuSerifCondensed-BoldItalic.ttf 33 | DejaVu Serif,DejaVu Serif Condensed Bold,DejaVuSerifCondensed-Bold.ttf 34 | DejaVu Serif,DejaVu Serif Condensed Italic,DejaVuSerifCondensed-Italic.ttf 35 | Dingbats,Dingbats,d050000l.pfb 36 | FreeMono,Free Monospaced,FreeMono.ttf 37 | FreeMono,Free Monospaced Bold,FreeMonoBold.ttf 38 | FreeMono,Free Monospaced Oblique,FreeMonoOblique.ttf 39 | FreeMono,Free Monospaced Bold Oblique,FreeMonoBoldOblique.ttf 40 | FreeSans,Free Sans,FreeSans.ttf 41 | FreeSans,Free Sans Bold,FreeSansBold.ttf 42 | FreeSans,Free Sans Bold Oblique,FreeSansBoldOblique.ttf 43 | FreeSans,Free Sans Oblique,FreeSansOblique.ttf 44 | FreeSerif,Free Serif Bold Italic,FreeSerifBoldItalic.ttf 45 | FreeSerif,Free Serif,FreeSerif.ttf 46 | FreeSerif,Free Serif Bold,FreeSerifBold.ttf 47 | FreeSerif,Free Serif Italic,FreeSerifItalic.ttf 48 | Gentium,Gentium,GenR102.ttf 49 | Gentium,Gentium Italic,GenI102.ttf 50 | Gentium Basic,Gentium Basic Bold Italic,GenBasBI.ttf 51 | Gentium Basic,Gentium Basic Italic,GenBasI.ttf 52 | Gentium Basic,Gentium Basic,GenBasR.ttf 53 | Gentium Basic,Gentium Basic Bold,GenBasB.ttf 54 | Gentium Book Basic,Gentium Book Basic Bold Italic,GenBkBasBI.ttf 55 | Gentium Book Basic,Gentium Book Basic Bold,GenBkBasB.ttf 56 | Gentium Book Basic,Gentium Book Basic,GenBkBasR.ttf 57 | Gentium Book Basic,Gentium Book Basic Italic,GenBkBasI.ttf 58 | GentiumAlt,GentiumAlt Italic,GenAI102.ttf 59 | GentiumAlt,GentiumAlt,GenAR102.ttf 60 | Liberation Mono,Liberation Mono,LiberationMono-Regular.ttf 61 | Liberation Mono,Liberation Mono Bold Italic,LiberationMono-BoldItalic.ttf 62 | Liberation Mono,Liberation Mono Italic,LiberationMono-Italic.ttf 63 | Liberation Mono,Liberation Mono Bold,LiberationMono-Bold.ttf 64 | Liberation Sans,Liberation Sans Bold Italic,LiberationSans-BoldItalic.ttf 65 | Liberation Sans,Liberation Sans Italic,LiberationSans-Italic.ttf 66 | Liberation Sans,Liberation Sans Bold,LiberationSans-Bold.ttf 67 | Liberation Sans,Liberation Sans,LiberationSans-Regular.ttf 68 | Liberation Serif,Liberation Serif Bold Italic,LiberationSerif-BoldItalic.ttf 69 | Liberation Serif,Liberation Serif Italic,LiberationSerif-Italic.ttf 70 | Liberation Serif,Liberation Serif,LiberationSerif-Regular.ttf 71 | Liberation Serif,Liberation Serif Bold,LiberationSerif-Bold.ttf 72 | Nimbus Mono L,Nimbus Mono L,n022003l.pfb 73 | Nimbus Mono L,Nimbus Mono L,n022004l.pfb 74 | Nimbus Mono L,Nimbus Mono L,n022023l.pfb 75 | Nimbus Mono L,Nimbus Mono L,n022024l.pfb 76 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021004l.pfb 77 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021003l.pfb 78 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021024l.pfb 79 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021023l.pfb 80 | Nimbus Sans L,Nimbus Sans L,n019004l.pfb 81 | Nimbus Sans L,Nimbus Sans L,n019003l.pfb 82 | Nimbus Sans L,Nimbus Sans L,n019024l.pfb 83 | Nimbus Sans L,Nimbus Sans L,n019044l.pfb 84 | Nimbus Sans L,Nimbus Sans L,n019023l.pfb 85 | Nimbus Sans L,Nimbus Sans L,n019043l.pfb 86 | Nimbus Sans L,Nimbus Sans L,n019064l.pfb 87 | Nimbus Sans L,Nimbus Sans L,n019063l.pfb 88 | OpenSymbol,OpenSymbol,opens___.ttf 89 | Standard Symbols L,Standard Symbols L,s050000l.pfb 90 | Symbol,Symbol,Symbol.pfb 91 | Symbol,Symbol,Symbol.pfb 92 | URW Bookman L,URW Bookman L,b018035l.pfb 93 | URW Bookman L,URW Bookman L,b018032l.pfb 94 | URW Bookman L,URW Bookman L,b018015l.pfb 95 | URW Bookman L,URW Bookman L,b018012l.pfb 96 | URW Chancery L,URW Chancery L,z003034l.pfb 97 | URW Gothic L,URW Gothic L,a010013l.pfb 98 | URW Gothic L,URW Gothic L,a010015l.pfb 99 | URW Gothic L,URW Gothic L,a010033l.pfb 100 | URW Gothic L,URW Gothic L,a010035l.pfb 101 | URW Palladio L,URW Palladio L,p052024l.pfb 102 | URW Palladio L,URW Palladio L,p052023l.pfb 103 | URW Palladio L,URW Palladio L,p052004l.pfb 104 | URW Palladio L,URW Palladio L,p052003l.pfb 105 | cmex10,cmex10,cmex10.ttf 106 | cmmi10,cmmi10,cmmi10.ttf 107 | cmr10,cmr10,cmr10.ttf 108 | cmsy10,cmsy10,cmsy10.ttf 109 | esint10,esint10,esint10.ttf 110 | eufm10,eufm10,eufm10.ttf 111 | msam10,msam10,msam10.ttf 112 | msbm10,msbm10,msbm10.ttf 113 | wasy10,wasy10,wasy10.ttf 114 | -------------------------------------------------------------------------------- /csv/linux/Debian-7_Wheezy.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Bitstream Charter,Bitstream Charter,c0649bt_.pfb 3 | Bitstream Charter,Bitstream Charter,c0632bt_.pfb 4 | Bitstream Charter,Bitstream Charter,c0633bt_.pfb 5 | Bitstream Charter,Bitstream Charter,c0648bt_.pfb 6 | Cantarell,Cantarell Bold,Cantarell-Bold.otf 7 | Cantarell,Cantarell Regular,Cantarell-Regular.otf 8 | Century Schoolbook L,Century Schoolbook L,c059033l.pfb 9 | Century Schoolbook L,Century Schoolbook L,c059036l.pfb 10 | Century Schoolbook L,Century Schoolbook L,c059013l.pfb 11 | Century Schoolbook L,Century Schoolbook L,c059016l.pfb 12 | Courier 10 Pitch,Courier 10 Pitch,c0419bt_.pfb 13 | Courier 10 Pitch,Courier 10 Pitch,c0611bt_.pfb 14 | Courier 10 Pitch,Courier 10 Pitch,c0583bt_.pfb 15 | Courier 10 Pitch,Courier 10 Pitch,c0582bt_.pfb 16 | DejaVu Sans,DejaVu Sans ExtraLight,DejaVuSans-ExtraLight.ttf 17 | DejaVu Sans,DejaVu Sans Condensed Bold Oblique,DejaVuSansCondensed-BoldOblique.ttf 18 | DejaVu Sans,DejaVu Sans Oblique,DejaVuSans-Oblique.ttf 19 | DejaVu Sans,DejaVu Sans Bold Oblique,DejaVuSans-BoldOblique.ttf 20 | DejaVu Sans,DejaVu Sans,DejaVuSans.ttf 21 | DejaVu Sans,DejaVu Sans Condensed,DejaVuSansCondensed.ttf 22 | DejaVu Sans,DejaVu Sans Condensed Bold,DejaVuSansCondensed-Bold.ttf 23 | DejaVu Sans,DejaVu Sans Bold,DejaVuSans-Bold.ttf 24 | DejaVu Sans,DejaVu Sans Condensed Oblique,DejaVuSansCondensed-Oblique.ttf 25 | DejaVu Sans Mono,DejaVu Sans Mono,DejaVuSansMono.ttf 26 | DejaVu Sans Mono,DejaVu Sans Mono Bold Oblique,DejaVuSansMono-BoldOblique.ttf 27 | DejaVu Sans Mono,DejaVu Sans Mono Bold,DejaVuSansMono-Bold.ttf 28 | DejaVu Sans Mono,DejaVu Sans Mono Oblique,DejaVuSansMono-Oblique.ttf 29 | DejaVu Serif,DejaVu Serif Condensed,DejaVuSerifCondensed.ttf 30 | DejaVu Serif,DejaVu Serif Bold Italic,DejaVuSerif-BoldItalic.ttf 31 | DejaVu Serif,DejaVu Serif Bold,DejaVuSerif-Bold.ttf 32 | DejaVu Serif,DejaVu Serif,DejaVuSerif.ttf 33 | DejaVu Serif,DejaVu Serif Italic,DejaVuSerif-Italic.ttf 34 | DejaVu Serif,DejaVu Serif Condensed Bold Italic,DejaVuSerifCondensed-BoldItalic.ttf 35 | DejaVu Serif,DejaVu Serif Condensed Bold,DejaVuSerifCondensed-Bold.ttf 36 | DejaVu Serif,DejaVu Serif Condensed Italic,DejaVuSerifCondensed-Italic.ttf 37 | Dingbats,Dingbats,d050000l.pfb 38 | Droid Arabic Naskh,Droid Arabic Naskh Bold,DroidNaskh-Bold.ttf 39 | Droid Arabic Naskh,Droid Arabic Naskh,DroidNaskh-Regular.ttf 40 | Droid Sans,Droid Sans Bold,DroidSans-Bold.ttf 41 | Droid Sans,Droid Sans,DroidSans.ttf 42 | Droid Sans Armenian,Droid Sans Armenian,DroidSansArmenian.ttf 43 | Droid Sans Ethiopic,Droid Sans Ethiopic,DroidSansEthiopic-Regular.ttf 44 | Droid Sans Ethiopic,Droid Sans Ethiopic Bold,DroidSansEthiopic-Bold.ttf 45 | Droid Sans Fallback,Droid Sans Fallback,DroidSansFallbackFull.ttf 46 | Droid Sans Georgian,Droid Sans Georgian,DroidSansGeorgian.ttf 47 | Droid Sans Hebrew,Droid Sans Hebrew,DroidSansHebrew-Regular.ttf 48 | Droid Sans Hebrew,Droid Sans Hebrew Bold,DroidSansHebrew-Bold.ttf 49 | Droid Sans Japanese,Droid Sans Japanese,DroidSansJapanese.ttf 50 | Droid Sans Mono,Droid Sans Mono,DroidSansMono.ttf 51 | Droid Sans Thai,Droid Sans Thai,DroidSansThai.ttf 52 | Droid Serif,Droid Serif Italic,DroidSerif-Italic.ttf 53 | Droid Serif,Droid Serif Bold Italic,DroidSerif-BoldItalic.ttf 54 | Droid Serif,Droid Serif Bold,DroidSerif-Bold.ttf 55 | Droid Serif,Droid Serif,DroidSerif-Regular.ttf 56 | Gentium,Gentium Italic,GenI102.ttf 57 | Gentium,Gentium,GenR102.ttf 58 | Gentium Basic,Gentium Basic Bold Italic,GenBasBI.ttf 59 | Gentium Basic,Gentium Basic,GenBasR.ttf 60 | Gentium Basic,Gentium Basic Italic,GenBasI.ttf 61 | Gentium Basic,Gentium Basic Bold,GenBasB.ttf 62 | Gentium Book Basic,Gentium Book Basic Bold Italic,GenBkBasBI.ttf 63 | Gentium Book Basic,Gentium Book Basic Italic,GenBkBasI.ttf 64 | Gentium Book Basic,Gentium Book Basic Bold,GenBkBasB.ttf 65 | Gentium Book Basic,Gentium Book Basic,GenBkBasR.ttf 66 | GentiumAlt,GentiumAlt,GenAR102.ttf 67 | GentiumAlt,GentiumAlt Italic,GenAI102.ttf 68 | Liberation Mono,Liberation Mono,LiberationMono-Regular.ttf 69 | Liberation Mono,Liberation Mono Bold,LiberationMono-Bold.ttf 70 | Liberation Mono,Liberation Mono Italic,LiberationMono-Italic.ttf 71 | Liberation Mono,Liberation Mono Bold Italic,LiberationMono-BoldItalic.ttf 72 | Liberation Mono,Liberation Mono,LiberationMono-Regular.ttf 73 | Liberation Mono,Liberation Mono Italic,LiberationMono-Italic.ttf 74 | Liberation Mono,Liberation Mono Bold Italic,LiberationMono-BoldItalic.ttf 75 | Liberation Mono,Liberation Mono Bold,LiberationMono-Bold.ttf 76 | Liberation Sans,Liberation Sans Bold Italic,LiberationSans-BoldItalic.ttf 77 | Liberation Sans,Liberation Sans Italic,LiberationSans-Italic.ttf 78 | Liberation Sans,Liberation Sans Italic,LiberationSans-Italic.ttf 79 | Liberation Sans,Liberation Sans Bold,LiberationSans-Bold.ttf 80 | Liberation Sans,Liberation Sans Bold,LiberationSans-Bold.ttf 81 | Liberation Sans,Liberation Sans Bold Italic,LiberationSans-BoldItalic.ttf 82 | Liberation Sans,Liberation Sans,LiberationSans-Regular.ttf 83 | Liberation Sans,Liberation Sans,LiberationSans-Regular.ttf 84 | Liberation Sans Narrow,Liberation Sans Narrow Bold Italic,LiberationSansNarrow-BoldItalic.ttf 85 | Liberation Sans Narrow,Liberation Sans Narrow Bold,LiberationSansNarrow-Bold.ttf 86 | Liberation Sans Narrow,Liberation Sans Narrow,LiberationSansNarrow-Regular.ttf 87 | Liberation Sans Narrow,Liberation Sans Narrow Bold,LiberationSansNarrow-Bold.ttf 88 | Liberation Sans Narrow,Liberation Sans Narrow Bold Italic,LiberationSansNarrow-BoldItalic.ttf 89 | Liberation Sans Narrow,Liberation Sans Narrow,LiberationSansNarrow-Regular.ttf 90 | Liberation Sans Narrow,Liberation Sans Narrow Italic,LiberationSansNarrow-Italic.ttf 91 | Liberation Sans Narrow,Liberation Sans Narrow Italic,LiberationSansNarrow-Italic.ttf 92 | Liberation Serif,Liberation Serif,LiberationSerif-Regular.ttf 93 | Liberation Serif,Liberation Serif Bold Italic,LiberationSerif-BoldItalic.ttf 94 | Liberation Serif,Liberation Serif Italic,LiberationSerif-Italic.ttf 95 | Liberation Serif,Liberation Serif,LiberationSerif-Regular.ttf 96 | Liberation Serif,Liberation Serif Italic,LiberationSerif-Italic.ttf 97 | Liberation Serif,Liberation Serif Bold,LiberationSerif-Bold.ttf 98 | Liberation Serif,Liberation Serif Bold Italic,LiberationSerif-BoldItalic.ttf 99 | Liberation Serif,Liberation Serif Bold,LiberationSerif-Bold.ttf 100 | Nimbus Mono L,Nimbus Mono L,n022003l.pfb 101 | Nimbus Mono L,Nimbus Mono L,n022004l.pfb 102 | Nimbus Mono L,Nimbus Mono L,n022023l.pfb 103 | Nimbus Mono L,Nimbus Mono L,n022024l.pfb 104 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021004l.pfb 105 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021003l.pfb 106 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021024l.pfb 107 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021023l.pfb 108 | Nimbus Sans L,Nimbus Sans L,n019004l.pfb 109 | Nimbus Sans L,Nimbus Sans L,n019003l.pfb 110 | Nimbus Sans L,Nimbus Sans L,n019024l.pfb 111 | Nimbus Sans L,Nimbus Sans L,n019044l.pfb 112 | Nimbus Sans L,Nimbus Sans L,n019023l.pfb 113 | Nimbus Sans L,Nimbus Sans L,n019043l.pfb 114 | Nimbus Sans L,Nimbus Sans L,n019064l.pfb 115 | Nimbus Sans L,Nimbus Sans L,n019063l.pfb 116 | OpenSymbol,OpenSymbol,opens___.ttf 117 | STIXGeneral,STIXGeneral-Italic,STIXGeneral-Italic.otf 118 | STIXGeneral,STIXGeneral-Regular,STIXGeneral-Regular.otf 119 | STIXGeneral,STIXGeneral-Bold,STIXGeneral-Bold.otf 120 | STIXGeneral,STIXGeneral-BoldItalic,STIXGeneral-BoldItalic.otf 121 | STIXIntegralsD,STIXIntegralsD-Bold,STIXIntegralsD-Bold.otf 122 | STIXIntegralsD,STIXIntegralsD-Regular,STIXIntegralsD-Regular.otf 123 | STIXIntegralsSm,STIXIntegralsSm-Regular,STIXIntegralsSm-Regular.otf 124 | STIXIntegralsSm,STIXIntegralsSm-Bold,STIXIntegralsSm-Bold.otf 125 | STIXIntegralsUp,STIXIntegralsUp-Regular,STIXIntegralsUp-Regular.otf 126 | STIXIntegralsUp,STIXIntegralsUp-Bold,STIXIntegralsUp-Bold.otf 127 | STIXIntegralsUpD,STIXIntegralsUpD-Bold,STIXIntegralsUpD-Bold.otf 128 | STIXIntegralsUpD,STIXIntegralsUpD-Regular,STIXIntegralsUpD-Regular.otf 129 | STIXIntegralsUpSm,STIXIntegralsUpSm-Bold,STIXIntegralsUpSm-Bold.otf 130 | STIXIntegralsUpSm,STIXIntegralsUpSm-Regular,STIXIntegralsUpSm-Regular.otf 131 | STIXNonUnicode,STIXNonUnicode-BoldItalic,STIXNonUnicode-BoldItalic.otf 132 | STIXNonUnicode,STIXNonUnicode-Italic,STIXNonUnicode-Italic.otf 133 | STIXNonUnicode,STIXNonUnicode-Bold,STIXNonUnicode-Bold.otf 134 | STIXNonUnicode,STIXNonUnicode-Regular,STIXNonUnicode-Regular.otf 135 | STIXSizeFiveSym,STIXSizeFiveSym-Regular,STIXSizeFiveSym-Regular.otf 136 | STIXSizeFourSym,STIXSizeFourSym-Regular,STIXSizeFourSym-Regular.otf 137 | STIXSizeFourSym,STIXSizeFourSym-Bold,STIXSizeFourSym-Bold.otf 138 | STIXSizeOneSym,STIXSizeOneSym-Regular,STIXSizeOneSym-Regular.otf 139 | STIXSizeOneSym,STIXSizeOneSym-Bold,STIXSizeOneSym-Bold.otf 140 | STIXSizeThreeSym,STIXSizeThreeSym-Bold,STIXSizeThreeSym-Bold.otf 141 | STIXSizeThreeSym,STIXSizeThreeSym-Regular,STIXSizeThreeSym-Regular.otf 142 | STIXSizeTwoSym,STIXSizeTwoSym-Regular,STIXSizeTwoSym-Regular.otf 143 | STIXSizeTwoSym,STIXSizeTwoSym-Bold,STIXSizeTwoSym-Bold.otf 144 | STIXVariants,STIXVariants-Bold,STIXVariants-Bold.otf 145 | STIXVariants,STIXVariants-Regular,STIXVariants-Regular.otf 146 | Standard Symbols L,Standard Symbols L,s050000l.pfb 147 | Symbol,Symbol,Symbol.pfb 148 | Symbol,Symbol,Symbol.pfb 149 | URW Bookman L,URW Bookman L,b018035l.pfb 150 | URW Bookman L,URW Bookman L,b018032l.pfb 151 | URW Bookman L,URW Bookman L,b018015l.pfb 152 | URW Bookman L,URW Bookman L,b018012l.pfb 153 | URW Chancery L,URW Chancery L,z003034l.pfb 154 | URW Gothic L,URW Gothic L,a010013l.pfb 155 | URW Gothic L,URW Gothic L,a010015l.pfb 156 | URW Gothic L,URW Gothic L,a010033l.pfb 157 | URW Gothic L,URW Gothic L,a010035l.pfb 158 | URW Palladio L,URW Palladio L,p052024l.pfb 159 | URW Palladio L,URW Palladio L,p052023l.pfb 160 | URW Palladio L,URW Palladio L,p052004l.pfb 161 | URW Palladio L,URW Palladio L,p052003l.pfb 162 | cmex10,cmex10,cmex10.ttf 163 | cmmi10,cmmi10,cmmi10.ttf 164 | cmr10,cmr10,cmr10.ttf 165 | cmsy10,cmsy10,cmsy10.ttf 166 | esint10,esint10,esint10.ttf 167 | eufm10,eufm10,eufm10.ttf 168 | msam10,msam10,msam10.ttf 169 | msbm10,msbm10,msbm10.ttf 170 | rsfs10,rsfs10,rsfs10.ttf 171 | wasy10,wasy10,wasy10.ttf 172 | -------------------------------------------------------------------------------- /csv/linux/Debian-8_Jessie.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Bitstream Charter,Bitstream Charter,c0649bt_.pfb 3 | Bitstream Charter,Bitstream Charter,c0632bt_.pfb 4 | Bitstream Charter,Bitstream Charter,c0633bt_.pfb 5 | Bitstream Charter,Bitstream Charter,c0648bt_.pfb 6 | Cantarell,Cantarell Bold,Cantarell-Bold.otf 7 | Cantarell,Cantarell Regular,Cantarell-Regular.otf 8 | Century Schoolbook L,Century Schoolbook L,c059033l.pfb 9 | Century Schoolbook L,Century Schoolbook L,c059036l.pfb 10 | Century Schoolbook L,Century Schoolbook L,c059013l.pfb 11 | Century Schoolbook L,Century Schoolbook L,c059016l.pfb 12 | Courier 10 Pitch,Courier 10 Pitch,c0419bt_.pfb 13 | Courier 10 Pitch,Courier 10 Pitch,c0611bt_.pfb 14 | Courier 10 Pitch,Courier 10 Pitch,c0583bt_.pfb 15 | Courier 10 Pitch,Courier 10 Pitch,c0582bt_.pfb 16 | DejaVu Sans,DejaVu Sans ExtraLight,DejaVuSans-ExtraLight.ttf 17 | DejaVu Sans,DejaVu Sans,DejaVuSans.ttf 18 | DejaVu Sans,DejaVu Sans Bold Oblique,DejaVuSans-BoldOblique.ttf 19 | DejaVu Sans,DejaVu Sans Bold,DejaVuSans-Bold.ttf 20 | DejaVu Sans,DejaVu Sans Condensed Oblique,DejaVuSansCondensed-Oblique.ttf 21 | DejaVu Sans,DejaVu Sans Condensed,DejaVuSansCondensed.ttf 22 | DejaVu Sans,DejaVu Sans Oblique,DejaVuSans-Oblique.ttf 23 | DejaVu Sans,DejaVu Sans Condensed Bold Oblique,DejaVuSansCondensed-BoldOblique.ttf 24 | DejaVu Sans,DejaVu Sans Condensed Bold,DejaVuSansCondensed-Bold.ttf 25 | DejaVu Sans Mono,DejaVu Sans Mono Bold,DejaVuSansMono-Bold.ttf 26 | DejaVu Sans Mono,DejaVu Sans Mono Bold Oblique,DejaVuSansMono-BoldOblique.ttf 27 | DejaVu Sans Mono,DejaVu Sans Mono Oblique,DejaVuSansMono-Oblique.ttf 28 | DejaVu Sans Mono,DejaVu Sans Mono,DejaVuSansMono.ttf 29 | DejaVu Serif,DejaVu Serif,DejaVuSerif.ttf 30 | DejaVu Serif,DejaVu Serif Italic,DejaVuSerif-Italic.ttf 31 | DejaVu Serif,DejaVu Serif Bold,DejaVuSerif-Bold.ttf 32 | DejaVu Serif,DejaVu Serif Condensed Bold Italic,DejaVuSerifCondensed-BoldItalic.ttf 33 | DejaVu Serif,DejaVu Serif Condensed Bold,DejaVuSerifCondensed-Bold.ttf 34 | DejaVu Serif,DejaVu Serif Bold Italic,DejaVuSerif-BoldItalic.ttf 35 | DejaVu Serif,DejaVu Serif Condensed,DejaVuSerifCondensed.ttf 36 | DejaVu Serif,DejaVu Serif Condensed Italic,DejaVuSerifCondensed-Italic.ttf 37 | Dingbats,Dingbats,d050000l.pfb 38 | Droid Arabic Kufi,Droid Arabic Kufi,DroidKufi-Regular.ttf 39 | Droid Arabic Kufi,Droid Arabic Kufi Bold,DroidKufi-Bold.ttf 40 | Droid Arabic Naskh,Droid Arabic Naskh Bold,DroidNaskh-Bold.ttf 41 | Droid Arabic Naskh,Droid Arabic Naskh,DroidNaskh-Regular.ttf 42 | Droid Naskh Shift Alt,Droid Naskh Shift Alt,DroidNaskhUI-Regular.ttf 43 | Droid Sans,Droid Sans Bold,DroidSans-Bold.ttf 44 | Droid Sans,Droid Sans,DroidSans.ttf 45 | Droid Sans Arabic,Droid Sans Arabic,DroidSansArabic.ttf 46 | Droid Sans Armenian,Droid Sans Armenian,DroidSansArmenian.ttf 47 | Droid Sans Ethiopic,Droid Sans Ethiopic,DroidSansEthiopic-Regular.ttf 48 | Droid Sans Ethiopic,Droid Sans Ethiopic Bold,DroidSansEthiopic-Bold.ttf 49 | Droid Sans Fallback,Droid Sans Fallback,DroidSansFallbackFull.ttf 50 | Droid Sans Georgian,Droid Sans Georgian,DroidSansGeorgian.ttf 51 | Droid Sans Hebrew,Droid Sans Hebrew,DroidSansHebrew-Regular.ttf 52 | Droid Sans Hebrew,Droid Sans Hebrew Bold,DroidSansHebrew-Bold.ttf 53 | Droid Sans Japanese,Droid Sans Japanese,DroidSansJapanese.ttf 54 | Droid Sans Mono,Droid Sans Mono,DroidSansMono.ttf 55 | Droid Serif,Droid Serif Italic,DroidSerif-Italic.ttf 56 | Droid Serif,Droid Serif Bold Italic,DroidSerif-BoldItalic.ttf 57 | Droid Serif,Droid Serif Bold,DroidSerif-Bold.ttf 58 | Droid Serif,Droid Serif,DroidSerif-Regular.ttf 59 | Gentium,Gentium Italic,GenI102.ttf 60 | Gentium,Gentium,GenR102.ttf 61 | Gentium Basic,Gentium Basic Bold Italic,GenBasBI.ttf 62 | Gentium Basic,Gentium Basic,GenBasR.ttf 63 | Gentium Basic,Gentium Basic Italic,GenBasI.ttf 64 | Gentium Basic,Gentium Basic Bold,GenBasB.ttf 65 | Gentium Book Basic,Gentium Book Basic Bold Italic,GenBkBasBI.ttf 66 | Gentium Book Basic,Gentium Book Basic Italic,GenBkBasI.ttf 67 | Gentium Book Basic,Gentium Book Basic Bold,GenBkBasB.ttf 68 | Gentium Book Basic,Gentium Book Basic,GenBkBasR.ttf 69 | GentiumAlt,GentiumAlt,GenAR102.ttf 70 | GentiumAlt,GentiumAlt Italic,GenAI102.ttf 71 | Liberation Mono,Liberation Mono Bold,LiberationMono-Bold.ttf 72 | Liberation Mono,Liberation Mono Italic,LiberationMono-Italic.ttf 73 | Liberation Mono,Liberation Mono,LiberationMono-Regular.ttf 74 | Liberation Mono,Liberation Mono Bold Italic,LiberationMono-BoldItalic.ttf 75 | Liberation Sans,Liberation Sans Italic,LiberationSans-Italic.ttf 76 | Liberation Sans,Liberation Sans Bold,LiberationSans-Bold.ttf 77 | Liberation Sans,Liberation Sans Bold Italic,LiberationSans-BoldItalic.ttf 78 | Liberation Sans,Liberation Sans,LiberationSans-Regular.ttf 79 | Liberation Sans Narrow,Liberation Sans Narrow,LiberationSansNarrow-Regular.ttf 80 | Liberation Sans Narrow,Liberation Sans Narrow Bold,LiberationSansNarrow-Bold.ttf 81 | Liberation Sans Narrow,Liberation Sans Narrow Bold Italic,LiberationSansNarrow-BoldItalic.ttf 82 | Liberation Sans Narrow,Liberation Sans Narrow Italic,LiberationSansNarrow-Italic.ttf 83 | Liberation Serif,Liberation Serif,LiberationSerif-Regular.ttf 84 | Liberation Serif,Liberation Serif Italic,LiberationSerif-Italic.ttf 85 | Liberation Serif,Liberation Serif Bold,LiberationSerif-Bold.ttf 86 | Liberation Serif,Liberation Serif Bold Italic,LiberationSerif-BoldItalic.ttf 87 | Nimbus Mono L,Nimbus Mono L,n022003l.pfb 88 | Nimbus Mono L,Nimbus Mono L,n022004l.pfb 89 | Nimbus Mono L,Nimbus Mono L,n022023l.pfb 90 | Nimbus Mono L,Nimbus Mono L,n022024l.pfb 91 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021004l.pfb 92 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021003l.pfb 93 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021024l.pfb 94 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021023l.pfb 95 | Nimbus Sans L,Nimbus Sans L,n019004l.pfb 96 | Nimbus Sans L,Nimbus Sans L,n019003l.pfb 97 | Nimbus Sans L,Nimbus Sans L,n019024l.pfb 98 | Nimbus Sans L,Nimbus Sans L,n019044l.pfb 99 | Nimbus Sans L,Nimbus Sans L,n019023l.pfb 100 | Nimbus Sans L,Nimbus Sans L,n019043l.pfb 101 | Nimbus Sans L,Nimbus Sans L,n019064l.pfb 102 | Nimbus Sans L,Nimbus Sans L,n019063l.pfb 103 | OpenSymbol,OpenSymbol,opens___.ttf 104 | Standard Symbols L,Standard Symbols L,s050000l.pfb 105 | URW Bookman L,URW Bookman L,b018035l.pfb 106 | URW Bookman L,URW Bookman L,b018032l.pfb 107 | URW Bookman L,URW Bookman L,b018015l.pfb 108 | URW Bookman L,URW Bookman L,b018012l.pfb 109 | URW Chancery L,URW Chancery L,z003034l.pfb 110 | URW Gothic L,URW Gothic L,a010013l.pfb 111 | URW Gothic L,URW Gothic L,a010015l.pfb 112 | URW Gothic L,URW Gothic L,a010033l.pfb 113 | URW Gothic L,URW Gothic L,a010035l.pfb 114 | URW Palladio L,URW Palladio L,p052024l.pfb 115 | URW Palladio L,URW Palladio L,p052023l.pfb 116 | URW Palladio L,URW Palladio L,p052004l.pfb 117 | URW Palladio L,URW Palladio L,p052003l.pfb 118 | -------------------------------------------------------------------------------- /csv/linux/Ubuntu-10.04_Lucid-Lynx.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Bitstream Charter,Bitstream Charter,c0649bt_.pfb 3 | Bitstream Charter,Bitstream Charter,c0632bt_.pfb 4 | Bitstream Charter,Bitstream Charter,c0633bt_.pfb 5 | Bitstream Charter,Bitstream Charter,c0648bt_.pfb 6 | Century Schoolbook L,Century Schoolbook L,c059033l.pfb 7 | Century Schoolbook L,Century Schoolbook L,c059036l.pfb 8 | Century Schoolbook L,Century Schoolbook L,c059013l.pfb 9 | Century Schoolbook L,Century Schoolbook L,c059016l.pfb 10 | Courier 10 Pitch,Courier 10 Pitch,c0419bt_.pfb 11 | Courier 10 Pitch,Courier 10 Pitch,c0611bt_.pfb 12 | Courier 10 Pitch,Courier 10 Pitch,c0583bt_.pfb 13 | Courier 10 Pitch,Courier 10 Pitch,c0582bt_.pfb 14 | DejaVu Sans,DejaVu Sans,DejaVuSans.ttf 15 | DejaVu Sans,DejaVu Sans Bold,DejaVuSans-Bold.ttf 16 | DejaVu Sans Mono,DejaVu Sans Mono,DejaVuSansMono.ttf 17 | DejaVu Sans Mono,DejaVu Sans Mono Bold,DejaVuSansMono-Bold.ttf 18 | DejaVu Serif,DejaVu Serif Bold,DejaVuSerif-Bold.ttf 19 | DejaVu Serif,DejaVu Serif,DejaVuSerif.ttf 20 | Dingbats,Dingbats,d050000l.pfb 21 | FreeMono,Free Monospaced,FreeMono.ttf 22 | FreeMono,Free Monospaced Bold,FreeMonoBold.ttf 23 | FreeMono,Free Monospaced Oblique,FreeMonoOblique.ttf 24 | FreeMono,Free Monospaced Bold Oblique,FreeMonoBoldOblique.ttf 25 | FreeSans,Free Sans,FreeSans.ttf 26 | FreeSans,Free Sans Bold,FreeSansBold.ttf 27 | FreeSans,Free Sans Bold Oblique,FreeSansBoldOblique.ttf 28 | FreeSans,Free Sans Oblique,FreeSansOblique.ttf 29 | FreeSerif,Free Serif Bold Italic,FreeSerifBoldItalic.ttf 30 | FreeSerif,Free Serif,FreeSerif.ttf 31 | FreeSerif,Free Serif Bold,FreeSerifBold.ttf 32 | FreeSerif,Free Serif Italic,FreeSerifItalic.ttf 33 | Garuda,Garuda Bold Oblique,Garuda-BoldOblique.ttf 34 | Garuda,Garuda Oblique,Garuda-Oblique.ttf 35 | Garuda,Garuda Bold,Garuda-Bold.ttf 36 | Garuda,Garuda,Garuda.ttf 37 | KacstOne,KacstOne,KacstOne.ttf 38 | Kedage,Kedage Bold,Kedage-b.ttf 39 | Kedage,Kedage Normal,Kedage-n.ttf 40 | Khmer OS,Khmer OS,KhmerOS.ttf 41 | Khmer OS System,Khmer OS System,KhmerOSsys.ttf 42 | Kinnari,Kinnari Bold Italic,Kinnari-BoldItalic.ttf 43 | Kinnari,Kinnari Bold Oblique,Kinnari-BoldOblique.ttf 44 | Kinnari,Kinnari Italic,Kinnari-Italic.ttf 45 | Kinnari,Kinnari Oblique,Kinnari-Oblique.ttf 46 | Kinnari,Kinnari,Kinnari.ttf 47 | Kinnari,Kinnari Bold,Kinnari-Bold.ttf 48 | Liberation Mono,Liberation Mono,LiberationMono-Regular.ttf 49 | Liberation Mono,Liberation Mono Bold Italic,LiberationMono-BoldItalic.ttf 50 | Liberation Mono,Liberation Mono Italic,LiberationMono-Italic.ttf 51 | Liberation Mono,Liberation Mono Bold,LiberationMono-Bold.ttf 52 | Liberation Sans,Liberation Sans Bold Italic,LiberationSans-BoldItalic.ttf 53 | Liberation Sans,Liberation Sans Italic,LiberationSans-Italic.ttf 54 | Liberation Sans,Liberation Sans Bold,LiberationSans-Bold.ttf 55 | Liberation Sans,Liberation Sans,LiberationSans-Regular.ttf 56 | Liberation Serif,Liberation Serif Bold Italic,LiberationSerif-BoldItalic.ttf 57 | Liberation Serif,Liberation Serif Italic,LiberationSerif-Italic.ttf 58 | Liberation Serif,Liberation Serif,LiberationSerif-Regular.ttf 59 | Liberation Serif,Liberation Serif Bold,LiberationSerif-Bold.ttf 60 | Lohit Bengali,Lohit Bengali,lohit_bn.ttf 61 | Lohit Gujarati,Lohit Gujarati,lohit_gu.ttf 62 | Lohit Hindi,Lohit Hindi,lohit_hi.ttf 63 | Lohit Punjabi,Lohit Punjabi,lohit_pa.ttf 64 | Lohit Tamil,Lohit Tamil,lohit_ta.ttf 65 | Loma,Loma Bold Oblique,Loma-BoldOblique.ttf 66 | Loma,Loma Bold,Loma-Bold.ttf 67 | Loma,Loma Oblique,Loma-Oblique.ttf 68 | Loma,Loma,Loma.ttf 69 | Mallige,Mallige Bold,Malige-b.ttf 70 | Mallige,Mallige Normal,Malige-n.ttf 71 | Meera,Meera,Meera_04.ttf 72 | Mukti Narrow,Mukti Narrow Bold,MuktiNarrowBold.ttf 73 | Mukti Narrow,Mukti Narrow,MuktiNarrow.ttf 74 | Nimbus Mono L,Nimbus Mono L,n022003l.pfb 75 | Nimbus Mono L,Nimbus Mono L,n022004l.pfb 76 | Nimbus Mono L,Nimbus Mono L,n022023l.pfb 77 | Nimbus Mono L,Nimbus Mono L,n022024l.pfb 78 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021004l.pfb 79 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021003l.pfb 80 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021024l.pfb 81 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021023l.pfb 82 | Nimbus Sans L,Nimbus Sans L,n019004l.pfb 83 | Nimbus Sans L,Nimbus Sans L,n019003l.pfb 84 | Nimbus Sans L,Nimbus Sans L,n019024l.pfb 85 | Nimbus Sans L,Nimbus Sans L,n019044l.pfb 86 | Nimbus Sans L,Nimbus Sans L,n019023l.pfb 87 | Nimbus Sans L,Nimbus Sans L,n019043l.pfb 88 | Nimbus Sans L,Nimbus Sans L,n019064l.pfb 89 | Nimbus Sans L,Nimbus Sans L,n019063l.pfb 90 | Norasi,Norasi Bold Italic,Norasi-BoldItalic.ttf 91 | Norasi,Norasi Oblique,Norasi-Oblique.ttf 92 | Norasi,Norasi Bold,Norasi-Bold.ttf 93 | Norasi,Norasi Italic,Norasi-Italic.ttf 94 | Norasi,Norasi Bold Oblique,Norasi-BoldOblique.ttf 95 | Norasi,Norasi,Norasi.ttf 96 | OpenSymbol,OpenSymbol,opens___.ttf 97 | Phetsarath OT,Phetsarath OT,Phetsarath_OT.ttf 98 | Pothana2000,Pothana2000,Pothana2000.ttf 99 | Purisa,Purisa Bold,Purisa-Bold.ttf 100 | Purisa,Purisa Bold Oblique,Purisa-BoldOblique.ttf 101 | Purisa,Purisa Oblique,Purisa-Oblique.ttf 102 | Purisa,Purisa,Purisa.ttf 103 | Rachana,Rachana,Rachana_04.ttf 104 | Rekha,Rekha,Rekha.ttf 105 | Saab,Saab,Saab.ttf 106 | Sawasdee,Sawasdee,Sawasdee.ttf 107 | Sawasdee,Sawasdee Bold Oblique,Sawasdee-BoldOblique.ttf 108 | Sawasdee,Sawasdee Oblique,Sawasdee-Oblique.ttf 109 | Sawasdee,Sawasdee Bold,Sawasdee-Bold.ttf 110 | Standard Symbols L,Standard Symbols L,s050000l.pfb 111 | Symbol,Symbol,Symbol.pfb 112 | Symbol,Symbol,Symbol.pfb 113 | TakaoPGothic,TakaoPGothic,TakaoPGothic.ttf 114 | TakaoPGothic,TakaoPGothic,ttf-japanese-gothic.ttf 115 | Tlwg Typist,Tlwg Typist Bold Oblique,TlwgTypist-BoldOblique.ttf 116 | Tlwg Typist,Tlwg Typist Bold,TlwgTypist-Bold.ttf 117 | Tlwg Typist,Tlwg Typist Oblique,TlwgTypist-Oblique.ttf 118 | Tlwg Typist,Tlwg Typist,TlwgTypist.ttf 119 | Tlwg Typo,Tlwg Typo Bold Oblique,TlwgTypo-BoldOblique.ttf 120 | Tlwg Typo,Tlwg Typo Oblique,TlwgTypo-Oblique.ttf 121 | Tlwg Typo,Tlwg Typo Bold,TlwgTypo-Bold.ttf 122 | Tlwg Typo,Tlwg Typo,TlwgTypo.ttf 123 | TlwgMono,Tlwg Mono Oblique,TlwgMono-Oblique.ttf 124 | TlwgMono,Tlwg Mono Bold Oblique,TlwgMono-BoldOblique.ttf 125 | TlwgMono,Tlwg Mono Bold,TlwgMono-Bold.ttf 126 | TlwgMono,Tlwg Mono,TlwgMono.ttf 127 | TlwgTypewriter,Tlwg Typewriter Bold Oblique,TlwgTypewriter-BoldOblique.ttf 128 | TlwgTypewriter,Tlwg Typewriter,TlwgTypewriter.ttf 129 | TlwgTypewriter,Tlwg Typewriter Bold,TlwgTypewriter-Bold.ttf 130 | TlwgTypewriter,Tlwg Typewriter Mono Oblique,TlwgTypewriter-Oblique.ttf 131 | URW Bookman L,URW Bookman L,b018035l.pfb 132 | URW Bookman L,URW Bookman L,b018032l.pfb 133 | URW Bookman L,URW Bookman L,b018015l.pfb 134 | URW Bookman L,URW Bookman L,b018012l.pfb 135 | URW Chancery L,URW Chancery L,z003034l.pfb 136 | URW Gothic L,URW Gothic L,a010013l.pfb 137 | URW Gothic L,URW Gothic L,a010015l.pfb 138 | URW Gothic L,URW Gothic L,a010033l.pfb 139 | URW Gothic L,URW Gothic L,a010035l.pfb 140 | URW Palladio L,URW Palladio L,p052024l.pfb 141 | URW Palladio L,URW Palladio L,p052023l.pfb 142 | URW Palladio L,URW Palladio L,p052004l.pfb 143 | URW Palladio L,URW Palladio L,p052003l.pfb 144 | Umpush,Umpush,Umpush.ttf 145 | Umpush,Umpush Light Oblique,Umpush-LightOblique.ttf 146 | Umpush,Umpush Bold Oblique,Umpush-BoldOblique.ttf 147 | Umpush,Umpush Light,Umpush-Light.ttf 148 | Umpush,Umpush Oblique,Umpush-Oblique.ttf 149 | Umpush,Umpush Bold,Umpush-Bold.ttf 150 | UnBatang,Un Batang,UnBatang.ttf 151 | UnBatang,Un Batang Bold,UnBatangBold.ttf 152 | UnDotum,Un Dotum,UnDotum.ttf 153 | UnDotum,Un Dotum Bold,UnDotumBold.ttf 154 | Vemana2000,Vemana2000,Vemana.ttf 155 | Waree,Waree Bold Oblique,Waree-BoldOblique.ttf 156 | Waree,Waree Oblique,Waree-Oblique.ttf 157 | Waree,Waree Bold,Waree-Bold.ttf 158 | Waree,Waree,Waree.ttf 159 | WenQuanYi Micro Hei,WenQuanYi Micro Hei,wqy-microhei.ttc 160 | WenQuanYi Micro Hei Mono,WenQuanYi Micro Hei,wqy-microhei.ttc 161 | Gargi,Gargi,gargi.ttf 162 | ori1Uni,ori1Uni Medium,utkal.ttf 163 | -------------------------------------------------------------------------------- /csv/linux/Ubuntu-11.04_Natty-Narwhal.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Bitstream Charter,Bitstream Charter,c0649bt_.pfb 3 | Bitstream Charter,Bitstream Charter,c0632bt_.pfb 4 | Bitstream Charter,Bitstream Charter,c0633bt_.pfb 5 | Bitstream Charter,Bitstream Charter,c0648bt_.pfb 6 | Century Schoolbook L,Century Schoolbook L,c059033l.pfb 7 | Century Schoolbook L,Century Schoolbook L,c059036l.pfb 8 | Century Schoolbook L,Century Schoolbook L,c059013l.pfb 9 | Century Schoolbook L,Century Schoolbook L,c059016l.pfb 10 | Courier 10 Pitch,Courier 10 Pitch,c0419bt_.pfb 11 | Courier 10 Pitch,Courier 10 Pitch,c0611bt_.pfb 12 | Courier 10 Pitch,Courier 10 Pitch,c0583bt_.pfb 13 | Courier 10 Pitch,Courier 10 Pitch,c0582bt_.pfb 14 | DejaVu Sans,DejaVu Sans,DejaVuSans.ttf 15 | DejaVu Sans,DejaVu Sans Bold,DejaVuSans-Bold.ttf 16 | DejaVu Sans Mono,DejaVu Sans Mono,DejaVuSansMono.ttf 17 | DejaVu Sans Mono,DejaVu Sans Mono Bold,DejaVuSansMono-Bold.ttf 18 | DejaVu Serif,DejaVu Serif Bold,DejaVuSerif-Bold.ttf 19 | DejaVu Serif,DejaVu Serif,DejaVuSerif.ttf 20 | Dingbats,Dingbats,d050000l.pfb 21 | FreeMono,Free Monospaced,FreeMono.ttf 22 | FreeMono,Free Monospaced Bold,FreeMonoBold.ttf 23 | FreeMono,Free Monospaced Oblique,FreeMonoOblique.ttf 24 | FreeMono,Free Monospaced Bold Oblique,FreeMonoBoldOblique.ttf 25 | FreeSans,Free Sans,FreeSans.ttf 26 | FreeSans,Free Sans Bold,FreeSansBold.ttf 27 | FreeSans,Free Sans Bold Oblique,FreeSansBoldOblique.ttf 28 | FreeSans,Free Sans Oblique,FreeSansOblique.ttf 29 | FreeSerif,Free Serif Bold Italic,FreeSerifBoldItalic.ttf 30 | FreeSerif,Free Serif,FreeSerif.ttf 31 | FreeSerif,Free Serif Bold,FreeSerifBold.ttf 32 | FreeSerif,Free Serif Italic,FreeSerifItalic.ttf 33 | Garuda,Garuda Bold Oblique,Garuda-BoldOblique.ttf 34 | Garuda,Garuda Oblique,Garuda-Oblique.ttf 35 | Garuda,Garuda Bold,Garuda-Bold.ttf 36 | Garuda,Garuda,Garuda.ttf 37 | KacstOne,KacstOne,KacstOne.ttf 38 | Kedage,Kedage Bold,Kedage-b.ttf 39 | Kedage,Kedage Normal,Kedage-n.ttf 40 | Khmer OS,Khmer OS,KhmerOS.ttf 41 | Khmer OS System,Khmer OS System,KhmerOSsys.ttf 42 | Kinnari,Kinnari Bold Italic,Kinnari-BoldItalic.ttf 43 | Kinnari,Kinnari Bold Oblique,Kinnari-BoldOblique.ttf 44 | Kinnari,Kinnari Italic,Kinnari-Italic.ttf 45 | Kinnari,Kinnari Oblique,Kinnari-Oblique.ttf 46 | Kinnari,Kinnari,Kinnari.ttf 47 | Kinnari,Kinnari Bold,Kinnari-Bold.ttf 48 | Liberation Mono,Liberation Mono,LiberationMono-Regular.ttf 49 | Liberation Mono,Liberation Mono Bold Italic,LiberationMono-BoldItalic.ttf 50 | Liberation Mono,Liberation Mono Italic,LiberationMono-Italic.ttf 51 | Liberation Mono,Liberation Mono Bold,LiberationMono-Bold.ttf 52 | Liberation Sans,Liberation Sans Bold Italic,LiberationSans-BoldItalic.ttf 53 | Liberation Sans,Liberation Sans Italic,LiberationSans-Italic.ttf 54 | Liberation Sans,Liberation Sans Bold,LiberationSans-Bold.ttf 55 | Liberation Sans,Liberation Sans,LiberationSans-Regular.ttf 56 | Liberation Serif,Liberation Serif Bold Italic,LiberationSerif-BoldItalic.ttf 57 | Liberation Serif,Liberation Serif Italic,LiberationSerif-Italic.ttf 58 | Liberation Serif,Liberation Serif,LiberationSerif-Regular.ttf 59 | Liberation Serif,Liberation Serif Bold,LiberationSerif-Bold.ttf 60 | Lohit Bengali,Lohit Bengali,lohit_bn.ttf 61 | Lohit Gujarati,Lohit Gujarati,lohit_gu.ttf 62 | Lohit Hindi,Lohit Hindi,lohit_hi.ttf 63 | Lohit Punjabi,Lohit Punjabi,lohit_pa.ttf 64 | Lohit Tamil,Lohit Tamil,lohit_ta.ttf 65 | Loma,Loma Bold Oblique,Loma-BoldOblique.ttf 66 | Loma,Loma Bold,Loma-Bold.ttf 67 | Loma,Loma Oblique,Loma-Oblique.ttf 68 | Loma,Loma,Loma.ttf 69 | Mallige,Mallige Bold,Malige-b.ttf 70 | Mallige,Mallige Normal,Malige-n.ttf 71 | Meera,Meera,Meera_04.ttf 72 | Mukti Narrow,Mukti Narrow Bold,MuktiNarrowBold.ttf 73 | Mukti Narrow,Mukti Narrow,MuktiNarrow.ttf 74 | Nimbus Mono L,Nimbus Mono L,n022003l.pfb 75 | Nimbus Mono L,Nimbus Mono L,n022004l.pfb 76 | Nimbus Mono L,Nimbus Mono L,n022023l.pfb 77 | Nimbus Mono L,Nimbus Mono L,n022024l.pfb 78 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021004l.pfb 79 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021003l.pfb 80 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021024l.pfb 81 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021023l.pfb 82 | Nimbus Sans L,Nimbus Sans L,n019004l.pfb 83 | Nimbus Sans L,Nimbus Sans L,n019003l.pfb 84 | Nimbus Sans L,Nimbus Sans L,n019024l.pfb 85 | Nimbus Sans L,Nimbus Sans L,n019044l.pfb 86 | Nimbus Sans L,Nimbus Sans L,n019023l.pfb 87 | Nimbus Sans L,Nimbus Sans L,n019043l.pfb 88 | Nimbus Sans L,Nimbus Sans L,n019064l.pfb 89 | Nimbus Sans L,Nimbus Sans L,n019063l.pfb 90 | Norasi,Norasi Bold Italic,Norasi-BoldItalic.ttf 91 | Norasi,Norasi Oblique,Norasi-Oblique.ttf 92 | Norasi,Norasi Bold,Norasi-Bold.ttf 93 | Norasi,Norasi Italic,Norasi-Italic.ttf 94 | Norasi,Norasi Bold Oblique,Norasi-BoldOblique.ttf 95 | Norasi,Norasi,Norasi.ttf 96 | OpenSymbol,OpenSymbol,opens___.ttf 97 | Phetsarath OT,Phetsarath OT,Phetsarath_OT.ttf 98 | Pothana2000,Pothana2000,Pothana2000.ttf 99 | Purisa,Purisa Bold,Purisa-Bold.ttf 100 | Purisa,Purisa Bold Oblique,Purisa-BoldOblique.ttf 101 | Purisa,Purisa Oblique,Purisa-Oblique.ttf 102 | Purisa,Purisa,Purisa.ttf 103 | Rachana,Rachana,Rachana_04.ttf 104 | Rekha,Rekha,Rekha.ttf 105 | Saab,Saab,Saab.ttf 106 | Sawasdee,Sawasdee,Sawasdee.ttf 107 | Sawasdee,Sawasdee Bold Oblique,Sawasdee-BoldOblique.ttf 108 | Sawasdee,Sawasdee Oblique,Sawasdee-Oblique.ttf 109 | Sawasdee,Sawasdee Bold,Sawasdee-Bold.ttf 110 | Standard Symbols L,Standard Symbols L,s050000l.pfb 111 | Symbol,Symbol,Symbol.pfb 112 | Symbol,Symbol,Symbol.pfb 113 | TakaoPGothic,TakaoPGothic,TakaoPGothic.ttf 114 | TakaoPGothic,TakaoPGothic,ttf-japanese-gothic.ttf 115 | Tlwg Typist,Tlwg Typist Bold Oblique,TlwgTypist-BoldOblique.ttf 116 | Tlwg Typist,Tlwg Typist Bold,TlwgTypist-Bold.ttf 117 | Tlwg Typist,Tlwg Typist Oblique,TlwgTypist-Oblique.ttf 118 | Tlwg Typist,Tlwg Typist,TlwgTypist.ttf 119 | Tlwg Typo,Tlwg Typo Bold Oblique,TlwgTypo-BoldOblique.ttf 120 | Tlwg Typo,Tlwg Typo Oblique,TlwgTypo-Oblique.ttf 121 | Tlwg Typo,Tlwg Typo Bold,TlwgTypo-Bold.ttf 122 | Tlwg Typo,Tlwg Typo,TlwgTypo.ttf 123 | TlwgMono,Tlwg Mono Oblique,TlwgMono-Oblique.ttf 124 | TlwgMono,Tlwg Mono Bold Oblique,TlwgMono-BoldOblique.ttf 125 | TlwgMono,Tlwg Mono Bold,TlwgMono-Bold.ttf 126 | TlwgMono,Tlwg Mono,TlwgMono.ttf 127 | TlwgTypewriter,Tlwg Typewriter Bold Oblique,TlwgTypewriter-BoldOblique.ttf 128 | TlwgTypewriter,Tlwg Typewriter,TlwgTypewriter.ttf 129 | TlwgTypewriter,Tlwg Typewriter Bold,TlwgTypewriter-Bold.ttf 130 | TlwgTypewriter,Tlwg Typewriter Mono Oblique,TlwgTypewriter-Oblique.ttf 131 | URW Bookman L,URW Bookman L,b018035l.pfb 132 | URW Bookman L,URW Bookman L,b018032l.pfb 133 | URW Bookman L,URW Bookman L,b018015l.pfb 134 | URW Bookman L,URW Bookman L,b018012l.pfb 135 | URW Chancery L,URW Chancery L,z003034l.pfb 136 | URW Gothic L,URW Gothic L,a010013l.pfb 137 | URW Gothic L,URW Gothic L,a010015l.pfb 138 | URW Gothic L,URW Gothic L,a010033l.pfb 139 | URW Gothic L,URW Gothic L,a010035l.pfb 140 | URW Palladio L,URW Palladio L,p052024l.pfb 141 | URW Palladio L,URW Palladio L,p052023l.pfb 142 | URW Palladio L,URW Palladio L,p052004l.pfb 143 | URW Palladio L,URW Palladio L,p052003l.pfb 144 | Ubuntu,Ubuntu Bold Italic,Ubuntu-BI.ttf 145 | Ubuntu,Ubuntu Bold,Ubuntu-B.ttf 146 | Ubuntu,Ubuntu Light,Ubuntu-L.ttf 147 | Ubuntu,Ubuntu Italic,Ubuntu-RI.ttf 148 | Ubuntu,Ubuntu,Ubuntu-R.ttf 149 | Ubuntu,Ubuntu Light Italic,Ubuntu-LI.ttf 150 | Umpush,Umpush,Umpush.ttf 151 | Umpush,Umpush Light Oblique,Umpush-LightOblique.ttf 152 | Umpush,Umpush Bold Oblique,Umpush-BoldOblique.ttf 153 | Umpush,Umpush Light,Umpush-Light.ttf 154 | Umpush,Umpush Oblique,Umpush-Oblique.ttf 155 | Umpush,Umpush Bold,Umpush-Bold.ttf 156 | UnBatang,Un Batang,UnBatang.ttf 157 | UnBatang,Un Batang Bold,UnBatangBold.ttf 158 | UnDotum,Un Dotum,UnDotum.ttf 159 | UnDotum,Un Dotum Bold,UnDotumBold.ttf 160 | Vemana2000,Vemana2000,Vemana.ttf 161 | Waree,Waree Bold Oblique,Waree-BoldOblique.ttf 162 | Waree,Waree Oblique,Waree-Oblique.ttf 163 | Waree,Waree Bold,Waree-Bold.ttf 164 | Waree,Waree,Waree.ttf 165 | WenQuanYi Micro Hei,WenQuanYi Micro Hei,wqy-microhei.ttc 166 | WenQuanYi Micro Hei Mono,WenQuanYi Micro Hei,wqy-microhei.ttc 167 | Gargi,Gargi,gargi.ttf 168 | ori1Uni,ori1Uni Medium,utkal.ttf 169 | -------------------------------------------------------------------------------- /csv/linux/Ubuntu-12.04_Precise-Pangolin.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Bitstream Charter,Bitstream Charter,c0649bt_.pfb 3 | Bitstream Charter,Bitstream Charter,c0632bt_.pfb 4 | Bitstream Charter,Bitstream Charter,c0633bt_.pfb 5 | Bitstream Charter,Bitstream Charter,c0648bt_.pfb 6 | Century Schoolbook L,Century Schoolbook L,c059033l.pfb 7 | Century Schoolbook L,Century Schoolbook L,c059036l.pfb 8 | Century Schoolbook L,Century Schoolbook L,c059013l.pfb 9 | Century Schoolbook L,Century Schoolbook L,c059016l.pfb 10 | Courier 10 Pitch,Courier 10 Pitch,c0419bt_.pfb 11 | Courier 10 Pitch,Courier 10 Pitch,c0611bt_.pfb 12 | Courier 10 Pitch,Courier 10 Pitch,c0583bt_.pfb 13 | Courier 10 Pitch,Courier 10 Pitch,c0582bt_.pfb 14 | DejaVu Sans,DejaVu Sans,DejaVuSans.ttf 15 | DejaVu Sans,DejaVu Sans Bold,DejaVuSans-Bold.ttf 16 | DejaVu Sans Mono,DejaVu Sans Mono,DejaVuSansMono.ttf 17 | DejaVu Sans Mono,DejaVu Sans Mono Bold,DejaVuSansMono-Bold.ttf 18 | DejaVu Serif,DejaVu Serif Bold,DejaVuSerif-Bold.ttf 19 | DejaVu Serif,DejaVu Serif,DejaVuSerif.ttf 20 | Dingbats,Dingbats,d050000l.pfb 21 | FreeMono,Free Monospaced Bold Oblique,FreeMonoBoldOblique.ttf 22 | FreeMono,Free Monospaced,FreeMono.ttf 23 | FreeMono,Free Monospaced Bold,FreeMonoBold.ttf 24 | FreeMono,Free Monospaced Oblique,FreeMonoOblique.ttf 25 | FreeSans,Free Sans,FreeSans.ttf 26 | FreeSans,Free Sans Oblique,FreeSansOblique.ttf 27 | FreeSans,Free Sans Bold,FreeSansBold.ttf 28 | FreeSans,Free Sans Bold Oblique,FreeSansBoldOblique.ttf 29 | FreeSerif,Free Serif Italic,FreeSerifItalic.ttf 30 | FreeSerif,Free Serif,FreeSerif.ttf 31 | FreeSerif,Free Serif Bold,FreeSerifBold.ttf 32 | FreeSerif,Free Serif Bold Italic,FreeSerifBoldItalic.ttf 33 | Garuda,Garuda Oblique,Garuda-Oblique.ttf 34 | Garuda,Garuda Bold,Garuda-Bold.ttf 35 | Garuda,Garuda,Garuda.ttf 36 | Garuda,Garuda Bold Oblique,Garuda-BoldOblique.ttf 37 | KacstArt,KacstArt,KacstArt.ttf 38 | KacstBook,KacstBook,KacstBook.ttf 39 | KacstDecorative,KacstDecorative,KacstDecorative.ttf 40 | KacstDigital,KacstDigital,KacstDigital.ttf 41 | KacstFarsi,KacstFarsi,KacstFarsi.ttf 42 | KacstLetter,KacstLetter,KacstLetter.ttf 43 | KacstNaskh,KacstNaskh,KacstNaskh.ttf 44 | KacstOffice,KacstOffice,KacstOffice.ttf 45 | KacstOne,KacstOne,KacstOne.ttf 46 | KacstOne,KacstOne Bold,KacstOne-Bold.ttf 47 | KacstPen,KacstPen,KacstPen.ttf 48 | KacstPoster,KacstPoster,KacstPoster.ttf 49 | KacstQurn,KacstQurn,KacstQurn.ttf 50 | KacstScreen,KacstScreen,KacstScreen.ttf 51 | KacstTitle,KacstTitle,KacstTitle.ttf 52 | KacstTitleL,KacstTitleL,KacstTitleL.ttf 53 | Kedage,Kedage Bold,Kedage-b.ttf 54 | Kedage,Kedage Normal,Kedage-n.ttf 55 | Khmer OS,Khmer OS,KhmerOS.ttf 56 | Khmer OS System,Khmer OS System,KhmerOSsys.ttf 57 | Kinnari,Kinnari Bold,Kinnari-Bold.ttf 58 | Kinnari,Kinnari Bold Oblique,Kinnari-BoldOblique.ttf 59 | Kinnari,Kinnari,Kinnari.ttf 60 | Kinnari,Kinnari Italic,Kinnari-Italic.ttf 61 | Kinnari,Kinnari Oblique,Kinnari-Oblique.ttf 62 | Kinnari,Kinnari Bold Italic,Kinnari-BoldItalic.ttf 63 | Liberation Mono,Liberation Mono Bold,LiberationMono-Bold.ttf 64 | Liberation Mono,Liberation Mono Italic,LiberationMono-Italic.ttf 65 | Liberation Mono,Liberation Mono,LiberationMono-Regular.ttf 66 | Liberation Mono,Liberation Mono Bold Italic,LiberationMono-BoldItalic.ttf 67 | Liberation Sans,Liberation Sans Italic,LiberationSans-Italic.ttf 68 | Liberation Sans,Liberation Sans Bold,LiberationSans-Bold.ttf 69 | Liberation Sans,Liberation Sans Bold Italic,LiberationSans-BoldItalic.ttf 70 | Liberation Sans,Liberation Sans,LiberationSans-Regular.ttf 71 | Liberation Sans Narrow,Liberation Sans Narrow,LiberationSansNarrow-Regular.ttf 72 | Liberation Sans Narrow,Liberation Sans Narrow Bold,LiberationSansNarrow-Bold.ttf 73 | Liberation Sans Narrow,Liberation Sans Narrow Bold Italic,LiberationSansNarrow-BoldItalic.ttf 74 | Liberation Sans Narrow,Liberation Sans Narrow Italic,LiberationSansNarrow-Italic.ttf 75 | Liberation Serif,Liberation Serif,LiberationSerif-Regular.ttf 76 | Liberation Serif,Liberation Serif Italic,LiberationSerif-Italic.ttf 77 | Liberation Serif,Liberation Serif Bold,LiberationSerif-Bold.ttf 78 | Liberation Serif,Liberation Serif Bold Italic,LiberationSerif-BoldItalic.ttf 79 | Lohit Bengali,Lohit Bengali,lohit_bn.ttf 80 | Lohit Gujarati,Lohit Gujarati,lohit_gu.ttf 81 | Lohit Hindi,Lohit Hindi,lohit_hi.ttf 82 | Lohit Punjabi,Lohit Punjabi,lohit_pa.ttf 83 | Lohit Tamil,Lohit Tamil,lohit_ta.ttf 84 | Loma,Loma,Loma.ttf 85 | Loma,Loma Oblique,Loma-Oblique.ttf 86 | Loma,Loma Bold Oblique,Loma-BoldOblique.ttf 87 | Loma,Loma Bold,Loma-Bold.ttf 88 | Mallige,Mallige Bold,Malige-b.ttf 89 | Mallige,Mallige Normal,Malige-n.ttf 90 | Meera,Meera,Meera_04.ttf 91 | Mukti Narrow,Mukti Narrow Bold,MuktiNarrowBold.ttf 92 | Mukti Narrow,Mukti Narrow,MuktiNarrow.ttf 93 | NanumGothic,NanumGothic Bold,NanumGothicBold.ttf 94 | NanumGothic,NanumGothic,NanumGothic.ttf 95 | NanumMyeongjo,NanumMyeongjo,NanumMyeongjo.ttf 96 | NanumMyeongjo,NanumMyeongjoBold,NanumMyeongjoBold.ttf 97 | Nimbus Mono L,Nimbus Mono L,n022003l.pfb 98 | Nimbus Mono L,Nimbus Mono L,n022004l.pfb 99 | Nimbus Mono L,Nimbus Mono L,n022023l.pfb 100 | Nimbus Mono L,Nimbus Mono L,n022024l.pfb 101 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021004l.pfb 102 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021003l.pfb 103 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021024l.pfb 104 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021023l.pfb 105 | Nimbus Sans L,Nimbus Sans L,n019004l.pfb 106 | Nimbus Sans L,Nimbus Sans L,n019003l.pfb 107 | Nimbus Sans L,Nimbus Sans L,n019024l.pfb 108 | Nimbus Sans L,Nimbus Sans L,n019044l.pfb 109 | Nimbus Sans L,Nimbus Sans L,n019023l.pfb 110 | Nimbus Sans L,Nimbus Sans L,n019043l.pfb 111 | Nimbus Sans L,Nimbus Sans L,n019064l.pfb 112 | Nimbus Sans L,Nimbus Sans L,n019063l.pfb 113 | Norasi,Norasi,Norasi.ttf 114 | Norasi,Norasi Bold Oblique,Norasi-BoldOblique.ttf 115 | Norasi,Norasi Bold,Norasi-Bold.ttf 116 | Norasi,Norasi Italic,Norasi-Italic.ttf 117 | Norasi,Norasi Bold Italic,Norasi-BoldItalic.ttf 118 | Norasi,Norasi Oblique,Norasi-Oblique.ttf 119 | OpenSymbol,OpenSymbol,opens___.ttf 120 | Phetsarath OT,Phetsarath OT,Phetsarath_OT.ttf 121 | Pothana2000,Pothana2000,Pothana2000.ttf 122 | Purisa,Purisa Bold Oblique,Purisa-BoldOblique.ttf 123 | Purisa,Purisa,Purisa.ttf 124 | Purisa,Purisa Bold,Purisa-Bold.ttf 125 | Purisa,Purisa Oblique,Purisa-Oblique.ttf 126 | Rachana,Rachana,Rachana_04.ttf 127 | Rekha,Rekha,Rekha.ttf 128 | Saab,Saab,Saab.ttf 129 | Sawasdee,Sawasdee,Sawasdee.ttf 130 | Sawasdee,Sawasdee Oblique,Sawasdee-Oblique.ttf 131 | Sawasdee,Sawasdee Bold,Sawasdee-Bold.ttf 132 | Sawasdee,Sawasdee Bold Oblique,Sawasdee-BoldOblique.ttf 133 | Standard Symbols L,Standard Symbols L,s050000l.pfb 134 | Symbol,Symbol,Symbol.pfb 135 | Symbol,Symbol,Symbol.pfb 136 | TakaoPGothic,TakaoPGothic,fonts-japanese-gothic.ttf 137 | TakaoPGothic,TakaoPGothic,TakaoPGothic.ttf 138 | Tlwg Typist,Tlwg Typist Bold,TlwgTypist-Bold.ttf 139 | Tlwg Typist,Tlwg Typist Oblique,TlwgTypist-Oblique.ttf 140 | Tlwg Typist,Tlwg Typist,TlwgTypist.ttf 141 | Tlwg Typist,Tlwg Typist Bold Oblique,TlwgTypist-BoldOblique.ttf 142 | Tlwg Typo,Tlwg Typo Oblique,TlwgTypo-Oblique.ttf 143 | Tlwg Typo,Tlwg Typo Bold Oblique,TlwgTypo-BoldOblique.ttf 144 | Tlwg Typo,Tlwg Typo Bold,TlwgTypo-Bold.ttf 145 | Tlwg Typo,Tlwg Typo,TlwgTypo.ttf 146 | TlwgMono,Tlwg Mono Bold Oblique,TlwgMono-BoldOblique.ttf 147 | TlwgMono,Tlwg Mono Oblique,TlwgMono-Oblique.ttf 148 | TlwgMono,Tlwg Mono,TlwgMono.ttf 149 | TlwgMono,Tlwg Mono Bold,TlwgMono-Bold.ttf 150 | TlwgTypewriter,Tlwg Typewriter Bold Oblique,TlwgTypewriter-BoldOblique.ttf 151 | TlwgTypewriter,Tlwg Typewriter Mono Oblique,TlwgTypewriter-Oblique.ttf 152 | TlwgTypewriter,Tlwg Typewriter Bold,TlwgTypewriter-Bold.ttf 153 | TlwgTypewriter,Tlwg Typewriter,TlwgTypewriter.ttf 154 | URW Bookman L,URW Bookman L,b018035l.pfb 155 | URW Bookman L,URW Bookman L,b018032l.pfb 156 | URW Bookman L,URW Bookman L,b018015l.pfb 157 | URW Bookman L,URW Bookman L,b018012l.pfb 158 | URW Chancery L,URW Chancery L,z003034l.pfb 159 | URW Gothic L,URW Gothic L,a010013l.pfb 160 | URW Gothic L,URW Gothic L,a010015l.pfb 161 | URW Gothic L,URW Gothic L,a010033l.pfb 162 | URW Gothic L,URW Gothic L,a010035l.pfb 163 | URW Palladio L,URW Palladio L,p052024l.pfb 164 | URW Palladio L,URW Palladio L,p052023l.pfb 165 | URW Palladio L,URW Palladio L,p052004l.pfb 166 | URW Palladio L,URW Palladio L,p052003l.pfb 167 | Ubuntu,Ubuntu Bold Italic,Ubuntu-BI.ttf 168 | Ubuntu,Ubuntu Bold,Ubuntu-B.ttf 169 | Ubuntu,Ubuntu Light,Ubuntu-L.ttf 170 | Ubuntu,Ubuntu Italic,Ubuntu-RI.ttf 171 | Ubuntu,Ubuntu,Ubuntu-R.ttf 172 | Ubuntu,Ubuntu Light Italic,Ubuntu-LI.ttf 173 | Ubuntu Condensed,Ubuntu Condensed,Ubuntu-C.ttf 174 | Ubuntu Mono,Ubuntu Mono Bold,UbuntuMono-B.ttf 175 | Ubuntu Mono,Ubuntu Mono Italic,UbuntuMono-RI.ttf 176 | Ubuntu Mono,Ubuntu Mono Bold Italic,UbuntuMono-BI.ttf 177 | Ubuntu Mono,Ubuntu Mono,UbuntuMono-R.ttf 178 | Umpush,Umpush Light Oblique,Umpush-LightOblique.ttf 179 | Umpush,Umpush,Umpush.ttf 180 | Umpush,Umpush Light,Umpush-Light.ttf 181 | Umpush,Umpush Bold Oblique,Umpush-BoldOblique.ttf 182 | Umpush,Umpush Oblique,Umpush-Oblique.ttf 183 | Umpush,Umpush Bold,Umpush-Bold.ttf 184 | Vemana2000,Vemana2000,Vemana.ttf 185 | Waree,Waree Bold,Waree-Bold.ttf 186 | Waree,Waree Bold Oblique,Waree-BoldOblique.ttf 187 | Waree,Waree,Waree.ttf 188 | Waree,Waree Oblique,Waree-Oblique.ttf 189 | WenQuanYi Micro Hei,WenQuanYi Micro Hei,wqy-microhei.ttc 190 | WenQuanYi Micro Hei Mono,WenQuanYi Micro Hei,wqy-microhei.ttc 191 | Gargi,Gargi,gargi.ttf 192 | mry_KacstQurn,mry_KacstQurn,mry_KacstQurn.ttf 193 | ori1Uni,ori1Uni Medium,utkal.ttf 194 | -------------------------------------------------------------------------------- /csv/linux/Ubuntu-13.04_Raring-Ringtail.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Abyssinica SIL,Abyssinica SIL,AbyssinicaSIL-R.ttf 3 | Bitstream Charter,Bitstream Charter,c0649bt_.pfb 4 | Bitstream Charter,Bitstream Charter,c0632bt_.pfb 5 | Bitstream Charter,Bitstream Charter,c0633bt_.pfb 6 | Bitstream Charter,Bitstream Charter,c0648bt_.pfb 7 | Century Schoolbook L,Century Schoolbook L,c059033l.pfb 8 | Century Schoolbook L,Century Schoolbook L,c059036l.pfb 9 | Century Schoolbook L,Century Schoolbook L,c059013l.pfb 10 | Century Schoolbook L,Century Schoolbook L,c059016l.pfb 11 | Courier 10 Pitch,Courier 10 Pitch,c0419bt_.pfb 12 | Courier 10 Pitch,Courier 10 Pitch,c0611bt_.pfb 13 | Courier 10 Pitch,Courier 10 Pitch,c0583bt_.pfb 14 | Courier 10 Pitch,Courier 10 Pitch,c0582bt_.pfb 15 | DejaVu Sans,DejaVu Sans,DejaVuSans.ttf 16 | DejaVu Sans,DejaVu Sans Bold,DejaVuSans-Bold.ttf 17 | DejaVu Sans Mono,DejaVu Sans Mono,DejaVuSansMono.ttf 18 | DejaVu Sans Mono,DejaVu Sans Mono Bold,DejaVuSansMono-Bold.ttf 19 | DejaVu Serif,DejaVu Serif Bold,DejaVuSerif-Bold.ttf 20 | DejaVu Serif,DejaVu Serif,DejaVuSerif.ttf 21 | Dingbats,Dingbats,d050000l.pfb 22 | FreeMono,FreeMono,FreeMono.ttf 23 | FreeMono,FreeMono Bold,FreeMonoBold.ttf 24 | FreeMono,FreeMono Bold Oblique,FreeMonoBoldOblique.ttf 25 | FreeMono,FreeMono Oblique,FreeMonoOblique.ttf 26 | FreeSans,FreeSans Oblique,FreeSansOblique.ttf 27 | FreeSans,FreeSans,FreeSans.ttf 28 | FreeSans,FreeSans Bold,FreeSansBold.ttf 29 | FreeSans,FreeSans Bold Oblique,FreeSansBoldOblique.ttf 30 | FreeSerif,FreeSerif Bold,FreeSerifBold.ttf 31 | FreeSerif,FreeSerif Bold Italic,FreeSerifBoldItalic.ttf 32 | FreeSerif,FreeSerif Italic,FreeSerifItalic.ttf 33 | FreeSerif,FreeSerif,FreeSerif.ttf 34 | Garuda,Garuda Oblique,Garuda-Oblique.ttf 35 | Garuda,Garuda Bold,Garuda-Bold.ttf 36 | Garuda,Garuda,Garuda.ttf 37 | Garuda,Garuda Bold Oblique,Garuda-BoldOblique.ttf 38 | KacstArt,KacstArt,KacstArt.ttf 39 | KacstBook,KacstBook,KacstBook.ttf 40 | KacstDecorative,KacstDecorative,KacstDecorative.ttf 41 | KacstDigital,KacstDigital,KacstDigital.ttf 42 | KacstFarsi,KacstFarsi,KacstFarsi.ttf 43 | KacstLetter,KacstLetter,KacstLetter.ttf 44 | KacstNaskh,KacstNaskh,KacstNaskh.ttf 45 | KacstOffice,KacstOffice,KacstOffice.ttf 46 | KacstOne,KacstOne,KacstOne.ttf 47 | KacstOne,KacstOne Bold,KacstOne-Bold.ttf 48 | KacstPen,KacstPen,KacstPen.ttf 49 | KacstPoster,KacstPoster,KacstPoster.ttf 50 | KacstQurn,KacstQurn,KacstQurn.ttf 51 | KacstScreen,KacstScreen,KacstScreen.ttf 52 | KacstTitle,KacstTitle,KacstTitle.ttf 53 | KacstTitleL,KacstTitleL,KacstTitleL.ttf 54 | Kedage,Kedage Bold,Kedage-b.ttf 55 | Kedage,Kedage Normal,Kedage-n.ttf 56 | Khmer OS,Khmer OS,KhmerOS.ttf 57 | Khmer OS System,Khmer OS System,KhmerOSsys.ttf 58 | Kinnari,Kinnari Bold,Kinnari-Bold.ttf 59 | Kinnari,Kinnari Bold Oblique,Kinnari-BoldOblique.ttf 60 | Kinnari,Kinnari,Kinnari.ttf 61 | Kinnari,Kinnari Italic,Kinnari-Italic.ttf 62 | Kinnari,Kinnari Oblique,Kinnari-Oblique.ttf 63 | Kinnari,Kinnari Bold Italic,Kinnari-BoldItalic.ttf 64 | LKLUG,LKLUG,lklug.ttf 65 | Liberation Mono,Liberation Mono Bold,LiberationMono-Bold.ttf 66 | Liberation Mono,Liberation Mono Italic,LiberationMono-Italic.ttf 67 | Liberation Mono,Liberation Mono,LiberationMono-Regular.ttf 68 | Liberation Mono,Liberation Mono Bold Italic,LiberationMono-BoldItalic.ttf 69 | Liberation Sans,Liberation Sans Italic,LiberationSans-Italic.ttf 70 | Liberation Sans,Liberation Sans Bold,LiberationSans-Bold.ttf 71 | Liberation Sans,Liberation Sans Bold Italic,LiberationSans-BoldItalic.ttf 72 | Liberation Sans,Liberation Sans,LiberationSans-Regular.ttf 73 | Liberation Sans Narrow,Liberation Sans Narrow,LiberationSansNarrow-Regular.ttf 74 | Liberation Sans Narrow,Liberation Sans Narrow Bold,LiberationSansNarrow-Bold.ttf 75 | Liberation Sans Narrow,Liberation Sans Narrow Bold Italic,LiberationSansNarrow-BoldItalic.ttf 76 | Liberation Sans Narrow,Liberation Sans Narrow Italic,LiberationSansNarrow-Italic.ttf 77 | Liberation Serif,Liberation Serif,LiberationSerif-Regular.ttf 78 | Liberation Serif,Liberation Serif Italic,LiberationSerif-Italic.ttf 79 | Liberation Serif,Liberation Serif Bold,LiberationSerif-Bold.ttf 80 | Liberation Serif,Liberation Serif Bold Italic,LiberationSerif-BoldItalic.ttf 81 | Lohit Bengali,Lohit Bengali,lohit_bn.ttf 82 | Lohit Gujarati,Lohit Gujarati,lohit_gu.ttf 83 | Lohit Hindi,Lohit Hindi,lohit_hi.ttf 84 | Lohit Punjabi,Lohit Punjabi,lohit_pa.ttf 85 | Lohit Tamil,Lohit Tamil,lohit_ta.ttf 86 | Loma,Loma,Loma.ttf 87 | Loma,Loma Oblique,Loma-Oblique.ttf 88 | Loma,Loma Bold Oblique,Loma-BoldOblique.ttf 89 | Loma,Loma Bold,Loma-Bold.ttf 90 | Mallige,Mallige Bold,Malige-b.ttf 91 | Mallige,Mallige Normal,Malige-n.ttf 92 | Meera,Meera,Meera_04.ttf 93 | Mukti Narrow,Mukti Narrow,MuktiNarrow.ttf 94 | Mukti Narrow,Mukti Narrow Bold,MuktiNarrowBold.ttf 95 | NanumGothic,NanumGothic,NanumGothic.ttf 96 | NanumGothic,NanumGothicBold,NanumGothicBold.ttf 97 | NanumMyeongjo,NanumMyeongjo,NanumMyeongjo.ttf 98 | NanumMyeongjo,NanumMyeongjoBold,NanumMyeongjoBold.ttf 99 | Nimbus Mono L,Nimbus Mono L,n022003l.pfb 100 | Nimbus Mono L,Nimbus Mono L,n022004l.pfb 101 | Nimbus Mono L,Nimbus Mono L,n022023l.pfb 102 | Nimbus Mono L,Nimbus Mono L,n022024l.pfb 103 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021004l.pfb 104 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021003l.pfb 105 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021024l.pfb 106 | Nimbus Roman No9 L,Nimbus Roman No9 L,n021023l.pfb 107 | Nimbus Sans L,Nimbus Sans L,n019004l.pfb 108 | Nimbus Sans L,Nimbus Sans L,n019003l.pfb 109 | Nimbus Sans L,Nimbus Sans L,n019024l.pfb 110 | Nimbus Sans L,Nimbus Sans L,n019044l.pfb 111 | Nimbus Sans L,Nimbus Sans L,n019023l.pfb 112 | Nimbus Sans L,Nimbus Sans L,n019043l.pfb 113 | Nimbus Sans L,Nimbus Sans L,n019064l.pfb 114 | Nimbus Sans L,Nimbus Sans L,n019063l.pfb 115 | Norasi,Norasi,Norasi.ttf 116 | Norasi,Norasi Bold Oblique,Norasi-BoldOblique.ttf 117 | Norasi,Norasi Bold,Norasi-Bold.ttf 118 | Norasi,Norasi Italic,Norasi-Italic.ttf 119 | Norasi,Norasi Bold Italic,Norasi-BoldItalic.ttf 120 | Norasi,Norasi Oblique,Norasi-Oblique.ttf 121 | OpenSymbol,OpenSymbol,opens___.ttf 122 | Padauk,Padauk,Padauk.ttf 123 | Padauk,Padauk Bold,Padauk-bold.ttf 124 | Padauk Book,Padauk Book,Padauk-book.ttf 125 | Padauk Book,Padauk Book Bold,Padauk-bookbold.ttf 126 | Phetsarath OT,Phetsarath OT,Phetsarath_OT.ttf 127 | Pothana2000,Pothana2000,Pothana2000.ttf 128 | Purisa,Purisa Bold Oblique,Purisa-BoldOblique.ttf 129 | Purisa,Purisa,Purisa.ttf 130 | Purisa,Purisa Bold,Purisa-Bold.ttf 131 | Purisa,Purisa Oblique,Purisa-Oblique.ttf 132 | Rachana,Rachana,Rachana_04.ttf 133 | Rekha,Rekha,Rekha.ttf 134 | Saab,Saab,Saab.ttf 135 | Sawasdee,Sawasdee,Sawasdee.ttf 136 | Sawasdee,Sawasdee Oblique,Sawasdee-Oblique.ttf 137 | Sawasdee,Sawasdee Bold,Sawasdee-Bold.ttf 138 | Sawasdee,Sawasdee Bold Oblique,Sawasdee-BoldOblique.ttf 139 | Standard Symbols L,Standard Symbols L,s050000l.pfb 140 | Symbol,Symbol,Symbol.pfb 141 | Symbol,Symbol,Symbol.pfb 142 | TakaoPGothic,TakaoPGothic,fonts-japanese-gothic.ttf 143 | TakaoPGothic,TakaoPGothic,TakaoPGothic.ttf 144 | Tibetan Machine Uni,Tibetan_Machine_Uni,TibetanMachineUni.ttf 145 | Tlwg Typist,Tlwg Typist Bold,TlwgTypist-Bold.ttf 146 | Tlwg Typist,Tlwg Typist Oblique,TlwgTypist-Oblique.ttf 147 | Tlwg Typist,Tlwg Typist,TlwgTypist.ttf 148 | Tlwg Typist,Tlwg Typist Bold Oblique,TlwgTypist-BoldOblique.ttf 149 | Tlwg Typo,Tlwg Typo Oblique,TlwgTypo-Oblique.ttf 150 | Tlwg Typo,Tlwg Typo Bold Oblique,TlwgTypo-BoldOblique.ttf 151 | Tlwg Typo,Tlwg Typo Bold,TlwgTypo-Bold.ttf 152 | Tlwg Typo,Tlwg Typo,TlwgTypo.ttf 153 | TlwgMono,Tlwg Mono Bold Oblique,TlwgMono-BoldOblique.ttf 154 | TlwgMono,Tlwg Mono Oblique,TlwgMono-Oblique.ttf 155 | TlwgMono,Tlwg Mono,TlwgMono.ttf 156 | TlwgMono,Tlwg Mono Bold,TlwgMono-Bold.ttf 157 | TlwgTypewriter,Tlwg Typewriter Bold Oblique,TlwgTypewriter-BoldOblique.ttf 158 | TlwgTypewriter,Tlwg Typewriter Mono Oblique,TlwgTypewriter-Oblique.ttf 159 | TlwgTypewriter,Tlwg Typewriter Bold,TlwgTypewriter-Bold.ttf 160 | TlwgTypewriter,Tlwg Typewriter,TlwgTypewriter.ttf 161 | URW Bookman L,URW Bookman L,b018035l.pfb 162 | URW Bookman L,URW Bookman L,b018032l.pfb 163 | URW Bookman L,URW Bookman L,b018015l.pfb 164 | URW Bookman L,URW Bookman L,b018012l.pfb 165 | URW Chancery L,URW Chancery L,z003034l.pfb 166 | URW Gothic L,URW Gothic L,a010013l.pfb 167 | URW Gothic L,URW Gothic L,a010015l.pfb 168 | URW Gothic L,URW Gothic L,a010033l.pfb 169 | URW Gothic L,URW Gothic L,a010035l.pfb 170 | URW Palladio L,URW Palladio L,p052024l.pfb 171 | URW Palladio L,URW Palladio L,p052023l.pfb 172 | URW Palladio L,URW Palladio L,p052004l.pfb 173 | URW Palladio L,URW Palladio L,p052003l.pfb 174 | Ubuntu,Ubuntu Bold Italic,Ubuntu-BI.ttf 175 | Ubuntu,Ubuntu Bold,Ubuntu-B.ttf 176 | Ubuntu,Ubuntu Medium,Ubuntu-M.ttf 177 | Ubuntu,Ubuntu Light,Ubuntu-L.ttf 178 | Ubuntu,Ubuntu Italic,Ubuntu-RI.ttf 179 | Ubuntu,Ubuntu,Ubuntu-R.ttf 180 | Ubuntu,Ubuntu Medium Italic,Ubuntu-MI.ttf 181 | Ubuntu,Ubuntu Light Italic,Ubuntu-LI.ttf 182 | Ubuntu Condensed,Ubuntu Condensed,Ubuntu-C.ttf 183 | Ubuntu Mono,Ubuntu Mono Bold,UbuntuMono-B.ttf 184 | Ubuntu Mono,Ubuntu Mono Italic,UbuntuMono-RI.ttf 185 | Ubuntu Mono,Ubuntu Mono Bold Italic,UbuntuMono-BI.ttf 186 | Ubuntu Mono,Ubuntu Mono,UbuntuMono-R.ttf 187 | Umpush,Umpush Light Oblique,Umpush-LightOblique.ttf 188 | Umpush,Umpush,Umpush.ttf 189 | Umpush,Umpush Light,Umpush-Light.ttf 190 | Umpush,Umpush Bold Oblique,Umpush-BoldOblique.ttf 191 | Umpush,Umpush Oblique,Umpush-Oblique.ttf 192 | Umpush,Umpush Bold,Umpush-Bold.ttf 193 | Vemana2000,Vemana2000,Vemana.ttf 194 | Waree,Waree Bold,Waree-Bold.ttf 195 | Waree,Waree Bold Oblique,Waree-BoldOblique.ttf 196 | Waree,Waree,Waree.ttf 197 | Waree,Waree Oblique,Waree-Oblique.ttf 198 | WenQuanYi Micro Hei,WenQuanYi Micro Hei,wqy-microhei.ttc 199 | WenQuanYi Micro Hei Mono,WenQuanYi Micro Hei,wqy-microhei.ttc 200 | Gargi,Gargi,gargi.ttf 201 | mry_KacstQurn,mry_KacstQurn,mry_KacstQurn.ttf 202 | ori1Uni,ori1Uni Medium,utkal.ttf 203 | -------------------------------------------------------------------------------- /csv/macOS/Mac-OS-X-10.3_Panther.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | .Keyboard,.Keyboard,Keyboard.dfont 3 | Al Bayan,Al Bayan Bold,AlBayanBold.ttf 4 | Al Bayan,Al Bayan Plain,AlBayan.ttf 5 | American Typewriter,American Typewriter Bold,AmericanTypewriter.dfont 6 | American Typewriter,American Typewriter Condensed Bold,AmericanTypewriter.dfont 7 | American Typewriter,American Typewriter Condensed Light,AmericanTypewriter.dfont 8 | American Typewriter,American Typewriter Condensed,AmericanTypewriter.dfont 9 | American Typewriter,American Typewriter Light,AmericanTypewriter.dfont 10 | American Typewriter,American Typewriter,AmericanTypewriter.dfont 11 | Apple Chancery,Apple Chancery,Apple Chancery.dfont 12 | Apple LiGothic,Apple LiGothic Medium,Apple LiGothic Medium.dfont 13 | Apple LiSung,Apple LiSung Light,Apple LiSung Light.dfont 14 | Apple Symbols,Apple Symbols,Apple Symbols.ttf 15 | AppleGothic,AppleGothic Regular,AppleGothic.dfont 16 | AppleMyungjo,AppleMyungjo Regular,AppleMyungjo.dfont 17 | AquaKana,AquaKana Bold,AquaKanaBold.otf 18 | AquaKana,AquaKana,AquaKanaRegular.otf 19 | Arial Hebrew,Arial Hebrew Bold,ArialHBBold.ttf 20 | Arial Hebrew,Arial Hebrew,ArialHB.ttf 21 | Arial Narrow,Arial Narrow,Arial Narrow 22 | Arial Rounded MT Bold,Arial Rounded MT Bold,Arial Rounded Bold 23 | Arial,Arial Black,Arial Black 24 | Arial,Arial,Arial 25 | Ayuthaya,Ayuthaya,Ayuthaya.ttf 26 | Baghdad,Baghdad Regular,Baghdad.ttf 27 | Baskerville,Baskerville Bold Italic,Baskerville.dfont 28 | Baskerville,Baskerville Bold,Baskerville.dfont 29 | Baskerville,Baskerville Italic,Baskerville.dfont 30 | Baskerville,Baskerville SemiBold Italic,Baskerville.dfont 31 | Baskerville,Baskerville SemiBold,Baskerville.dfont 32 | Baskerville,Baskerville,Baskerville.dfont 33 | BiauKai,BiauKai,BiauKai.dfont 34 | Big Caslon,Big Caslon Medium,BigCaslon.dfont 35 | Brush Script MT,Brush Script MT Italic,Brush Script 36 | Chalkboard,Chalkboard,Chalkboard.ttf 37 | Charcoal CY,Charcoal CY,CharcoalCY.dfont 38 | Cochin,Cochin Bold Italic,Cochin.dfont 39 | Cochin,Cochin Bold,Cochin.dfont 40 | Cochin,Cochin Italic,Cochin.dfont 41 | Cochin,Cochin,Cochin.dfont 42 | Comic Sans MS,Comic Sans MS,Comic Sans MS 43 | Copperplate,Copperplate Bold,Copperplate.dfont 44 | Copperplate,Copperplate Light,Copperplate.dfont 45 | Copperplate,Copperplate,Copperplate.dfont 46 | Corsiva Hebrew,Corsiva Hebrew Bold,CorsivaBold.ttf 47 | Corsiva Hebrew,Corsiva Hebrew,Corsiva.ttf 48 | Courier New,Courier New,Courier New 49 | Courier,Courier Bold Oblique,Courier.dfont 50 | Courier,Courier Bold,Courier.dfont 51 | Courier,Courier Oblique,Courier.dfont 52 | Courier,Courier,Courier.dfont 53 | DecoType Naskh,DecoType Naskh Regular,DecoTypeNaskh.ttf 54 | Devanagari MT,Devanagari MT Bold,DevanagariMTBold.ttf 55 | Devanagari MT,Devanagari MT,DevanagariMT.ttf 56 | Didot,Didot Bold,Didot.dfont 57 | Didot,Didot Italic,Didot.dfont 58 | Didot,Didot,Didot.dfont 59 | Euphemia UCAS,Euphemia UCAS Bold,EuphemiaCASBold.ttf 60 | Euphemia UCAS,Euphemia UCAS Italic,EuphemiaCASItalic.ttf 61 | Euphemia UCAS,Euphemia UCAS,EuphemiaCASRegular.ttf 62 | FangSong,FangSong,Fang Song.dfont 63 | Futura,Futura Condensed ExtraBold,Futura.dfont 64 | Futura,Futura Condensed Medium,Futura.dfont 65 | Futura,Futura Medium Italic,Futura.dfont 66 | Futura,Futura Medium,Futura.dfont 67 | GB18030 Bitmap,GB18030 Bitmap,NISC18030.ttf 68 | Geeza Pro,Geeza Pro Bold,Geeza Pro Bold.ttf 69 | Geeza Pro,Geeza Pro Regular,Geeza Pro.ttf 70 | Geneva CY,Geneva CY,GenevaCY.dfont 71 | Geneva,Geneva,Geneva.dfont 72 | Georgia,Georgia,Georgia 73 | Gill Sans,Gill Sans Bold Italic,GillSans.dfont 74 | Gill Sans,Gill Sans Bold,GillSans.dfont 75 | Gill Sans,Gill Sans Italic,GillSans.dfont 76 | Gill Sans,Gill Sans Light Italic,GillSans.dfont 77 | Gill Sans,Gill Sans Light,GillSans.dfont 78 | Gill Sans,Gill Sans,GillSans.dfont 79 | Gujarati MT,Gujarati MT Bold,GujaratiMTBold.ttf 80 | Gujarati MT,Gujarati MT,GujaratiMT.ttf 81 | GungSeo,GungSeo Regular,Gungseouche.dfont 82 | Gurmukhi MT,Gurmukhi MT,Gurmukhi.ttf 83 | HeadlineA,HeadlineA,HeadlineA.dfont 84 | Hei,Hei Regular,Hei.dfont 85 | Helvetica CY,Helvetica CY Bold,HelveticaCY.dfont 86 | Helvetica CY,Helvetica CY BoldOblique,HelveticaCY.dfont 87 | Helvetica CY,Helvetica CY Oblique,HelveticaCY.dfont 88 | Helvetica CY,Helvetica CY Plain,HelveticaCY.dfont 89 | Helvetica Neue,Helvetica Neue Bold Italic,HelveticaNeue.dfont 90 | Helvetica Neue,Helvetica Neue Bold,HelveticaNeue.dfont 91 | Helvetica Neue,Helvetica Neue Condensed Black,HelveticaNeue.dfont 92 | Helvetica Neue,Helvetica Neue Condensed Bold,HelveticaNeue.dfont 93 | Helvetica Neue,Helvetica Neue Italic,HelveticaNeue.dfont 94 | Helvetica Neue,Helvetica Neue Light Italic,HelveticaNeue.dfont 95 | Helvetica Neue,Helvetica Neue Light,HelveticaNeue.dfont 96 | Helvetica Neue,Helvetica Neue UltraLight Italic,HelveticaNeue.dfont 97 | Helvetica Neue,Helvetica Neue UltraLight,HelveticaNeue.dfont 98 | Helvetica Neue,Helvetica Neue,HelveticaNeue.dfont 99 | Helvetica,Helvetica Bold Oblique,Helvetica.dfont 100 | Helvetica,Helvetica Bold,Helvetica.dfont 101 | Helvetica,Helvetica Oblique,Helvetica.dfont 102 | Helvetica,Helvetica,Helvetica.dfont 103 | Herculanum,Herculanum,Herculanum.dfont 104 | Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic Pro W3,ヒラギノ角ゴ Pro W3.otf 105 | Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic Pro W6,ヒラギノ角ゴ Pro W6.otf 106 | Hiragino Kaku Gothic Std,Hiragino Kaku Gothic Std W8,ヒラギノ角ゴ Std W8.otf 107 | Hiragino Maru Gothic Pro,Hiragino Maru Gothic Pro W4,ヒラギノ丸ゴ Pro W4.otf 108 | Hiragino Mincho Pro,Hiragino Mincho Pro W3,ヒラギノ明朝 Pro W3.otf 109 | Hiragino Mincho Pro,Hiragino Mincho Pro W6,ヒラギノ明朝 Pro W6.otf 110 | Hoefler Text Ornaments,Hoefler Text Ornaments,Hoefler Text.dfont 111 | Hoefler Text,Hoefler Text Black Italic,Hoefler Text.dfont 112 | Hoefler Text,Hoefler Text Black,Hoefler Text.dfont 113 | Hoefler Text,Hoefler Text Italic,Hoefler Text.dfont 114 | Hoefler Text,Hoefler Text,Hoefler Text.dfont 115 | Kai,Kai Regular,Kai.dfont 116 | Krungthep,Krungthep,Krungthep.ttf 117 | KufiStandardGK,KufiStandardGK Regular,KufiStandardGK.ttf 118 | LastResort,LastResort,LastResort.dfont 119 | LiHei Pro,LiHei Pro,儷黑 Pro.ttf 120 | LiSong Pro,LiSong Pro,儷宋 Pro.ttf 121 | Lucida Grande,Lucida Grande Bold,LucidaGrande.dfont 122 | Lucida Grande,Lucida Grande,LucidaGrande.dfont 123 | Marker Felt,Marker Felt Thin,MarkerFelt.dfont 124 | Marker Felt,Marker Felt Wide,MarkerFelt.dfont 125 | Monaco CY,Monaco CY,MonacoCY.dfont 126 | Monaco,Monaco,Monaco.dfont 127 | Mshtakan,Mshtakan Bold Oblique,MshtakanBoldOblique.ttf 128 | Mshtakan,Mshtakan Bold,MshtakanBold.ttf 129 | Mshtakan,Mshtakan Oblique,MshtakanOblique.ttf 130 | Mshtakan,Mshtakan Regular,MshtakanRegular.ttf 131 | Nadeem,Nadeem Regular,Nadeem.ttf 132 | New Peninim MT,New Peninim MT Bold Inclined,NewPeninimMTBoldInclined.ttf 133 | New Peninim MT,New Peninim MT Bold,NewPeninimMTBold.ttf 134 | New Peninim MT,New Peninim MT Inclined,NewPeninimMTInclined.ttf 135 | New Peninim MT,New Peninim MT,NewPeninimMT.ttf 136 | Optima,Optima Bold Italic,Optima.dfont 137 | Optima,Optima Bold,Optima.dfont 138 | Optima,Optima ExtraBlack,Optima.dfont 139 | Optima,Optima Italic,Optima.dfont 140 | Optima,Optima Regular,Optima.dfont 141 | Osaka Mono,Osaka Mono,OsakaMono.dfont 142 | Osaka,Osaka,Osaka.dfont 143 | PCMyungjo,PCMyungjo Regular,PCmyoungjo.dfont 144 | Papyrus,Papyrus Condensed,Papyrus.dfont 145 | Papyrus,Papyrus,Papyrus.dfont 146 | PilGi,PilGi Regular,Pilgiche.dfont 147 | Plantagenet Cherokee,Plantagenet Cherokee,PlantagenetCherokee.ttf 148 | Raanana,Raanana Bold,RaananaBold.ttf 149 | Raanana,Raanana,Raanana.ttf 150 | STFangSong,STFangSong,华文仿宋.ttf 151 | STHeiti,STHeiti Light,华文细黑.ttf 152 | STHeiti,STHeiti Regular,华文黑体.ttf 153 | STKaiti,STKaiti,华文楷体.ttf 154 | STSong,STSong,华文宋体.ttf 155 | Sathu,Sathu,Sathu.ttf 156 | Silom,Silom,Silom.ttf 157 | Skia,Skia,Skia.dfont 158 | Song,Song,Song.dfont 159 | Symbol,Symbol,Symbol.dfont 160 | Thonburi,Thonburi,Thonburi.ttf 161 | Times CY,Times CY Bold Italic,TimesCY.dfont 162 | Times CY,Times CY Bold,TimesCY.dfont 163 | Times CY,Times CY Italic,TimesCY.dfont 164 | Times CY,Times CY Roman,TimesCY.dfont 165 | Times New Roman,Times New Roman,Times New Roman 166 | Times,Times Bold Italic,Times.dfont 167 | Times,Times Bold,Times.dfont 168 | Times,Times Italic,Times.dfont 169 | Times,Times Roman,Times.dfont 170 | Times,Times,Times.dfont 171 | Trebuchet MS,Trebuchet MS,Trebuchet MS 172 | Verdana,Verdana,Verdana 173 | Webdings,Webdings,Webdings 174 | Zapf Dingbats,Zapf Dingbats,ZapfDingbats.dfont 175 | Zapfino,Zapfino,Zapfino.dfont 176 | -------------------------------------------------------------------------------- /csv/macOS/Mac-OS-X-10.4_Tiger.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | .Helvetica LT MM,.Helvetica LT MM,HelveLTMM 3 | .Helvetica LT MM,.Helvetica LT MM,Helvetica LT MM 4 | .Keyboard,.Keyboard,Keyboard.dfont 5 | .Times LT MM,.Times LT MM,Times LT MM 6 | .Times LT MM,.Times LT MM,TimesLTMM 7 | Al Bayan,Al Bayan Bold,AlBayanBold.ttf 8 | Al Bayan,Al Bayan Plain,AlBayan.ttf 9 | American Typewriter,American Typewriter Bold,AmericanTypewriter.dfont 10 | American Typewriter,American Typewriter Condensed Bold,AmericanTypewriter.dfont 11 | American Typewriter,American Typewriter Condensed Light,AmericanTypewriter.dfont 12 | American Typewriter,American Typewriter Condensed,AmericanTypewriter.dfont 13 | American Typewriter,American Typewriter Light,AmericanTypewriter.dfont 14 | American Typewriter,American Typewriter,AmericanTypewriter.dfont 15 | Andale Mono,Andale Mono,Andale Mono 16 | Apple Chancery,Apple Chancery,Apple Chancery.dfont 17 | Apple LiGothic,Apple LiGothic Medium,Apple LiGothic Medium.dfont 18 | Apple LiSung,Apple LiSung Light,Apple LiSung Light.dfont 19 | Apple Symbols,Apple Symbols,Apple Symbols.ttf 20 | AppleGothic,AppleGothic Regular,AppleGothic.dfont 21 | AppleMyungjo,AppleMyungjo Regular,AppleMyungjo.dfont 22 | AquaKana,AquaKana Bold,AquaKanaBold.otf 23 | AquaKana,AquaKana,AquaKanaRegular.otf 24 | Arial Hebrew,Arial Hebrew Bold,ArialHBBold.ttf 25 | Arial Hebrew,Arial Hebrew,ArialHB.ttf 26 | Arial Narrow,Arial Narrow,Arial Narrow 27 | Arial Rounded MT Bold,Arial Rounded MT Bold,Arial Rounded Bold 28 | Arial,Arial Black,Arial Black 29 | Arial,Arial,Arial 30 | Ayuthaya,Ayuthaya,Ayuthaya.ttf 31 | Baghdad,Baghdad Regular,Baghdad.ttf 32 | Baskerville,Baskerville Bold Italic,Baskerville.dfont 33 | Baskerville,Baskerville Bold,Baskerville.dfont 34 | Baskerville,Baskerville Italic,Baskerville.dfont 35 | Baskerville,Baskerville SemiBold Italic,Baskerville.dfont 36 | Baskerville,Baskerville SemiBold,Baskerville.dfont 37 | Baskerville,Baskerville,Baskerville.dfont 38 | BiauKai,BiauKai,BiauKai.dfont 39 | Big Caslon,Big Caslon Medium,BigCaslon.dfont 40 | Brush Script MT,Brush Script MT Italic,Brush Script 41 | Chalkboard,Chalkboard Bold,ChalkboardBold.ttf 42 | Chalkboard,Chalkboard,Chalkboard.ttf 43 | Charcoal CY,Charcoal CY,CharcoalCY.dfont 44 | Cochin,Cochin Bold Italic,Cochin.dfont 45 | Cochin,Cochin Bold,Cochin.dfont 46 | Cochin,Cochin Italic,Cochin.dfont 47 | Cochin,Cochin,Cochin.dfont 48 | Comic Sans MS,Comic Sans MS,Comic Sans MS 49 | Copperplate,Copperplate Bold,Copperplate.dfont 50 | Copperplate,Copperplate Light,Copperplate.dfont 51 | Copperplate,Copperplate,Copperplate.dfont 52 | Corsiva Hebrew,Corsiva Hebrew Bold,CorsivaBold.ttf 53 | Corsiva Hebrew,Corsiva Hebrew,Corsiva.ttf 54 | Courier New,Courier New,Courier New 55 | Courier,Courier Bold Oblique,Courier.dfont 56 | Courier,Courier Bold,Courier.dfont 57 | Courier,Courier Oblique,Courier.dfont 58 | Courier,Courier,Courier.dfont 59 | DecoType Naskh,DecoType Naskh Regular,DecoTypeNaskh.ttf 60 | Devanagari MT,Devanagari MT Bold,DevanagariMTBold.ttf 61 | Devanagari MT,Devanagari MT,DevanagariMT.ttf 62 | Didot,Didot Bold,Didot.dfont 63 | Didot,Didot Italic,Didot.dfont 64 | Didot,Didot,Didot.dfont 65 | Euphemia UCAS,Euphemia UCAS Bold,EuphemiaCASBold.ttf 66 | Euphemia UCAS,Euphemia UCAS Italic,EuphemiaCASItalic.ttf 67 | Euphemia UCAS,Euphemia UCAS,EuphemiaCASRegular.ttf 68 | Futura,Futura Condensed ExtraBold,Futura.dfont 69 | Futura,Futura Condensed Medium,Futura.dfont 70 | Futura,Futura Medium Italic,Futura.dfont 71 | Futura,Futura Medium,Futura.dfont 72 | GB18030 Bitmap,GB18030 Bitmap,NISC18030.ttf 73 | Geeza Pro,Geeza Pro Bold,Geeza Pro Bold.ttf 74 | Geeza Pro,Geeza Pro Regular,Geeza Pro.ttf 75 | Geneva CY,Geneva CY,GenevaCY.dfont 76 | Geneva,Geneva,Geneva.dfont 77 | Georgia,Georgia,Georgia 78 | Gill Sans,Gill Sans Bold Italic,GillSans.dfont 79 | Gill Sans,Gill Sans Bold,GillSans.dfont 80 | Gill Sans,Gill Sans Italic,GillSans.dfont 81 | Gill Sans,Gill Sans Light Italic,GillSans.dfont 82 | Gill Sans,Gill Sans Light,GillSans.dfont 83 | Gill Sans,Gill Sans,GillSans.dfont 84 | Gujarati MT,Gujarati MT Bold,GujaratiMTBold.ttf 85 | Gujarati MT,Gujarati MT,GujaratiMT.ttf 86 | GungSeo,GungSeo Regular,Gungseouche.dfont 87 | Gurmukhi MT,Gurmukhi MT,Gurmukhi.ttf 88 | HeadlineA,HeadlineA,HeadlineA.dfont 89 | Hei,Hei Regular,Hei.dfont 90 | Helvetica CY,Helvetica CY Bold,HelveticaCY.dfont 91 | Helvetica CY,Helvetica CY BoldOblique,HelveticaCY.dfont 92 | Helvetica CY,Helvetica CY Oblique,HelveticaCY.dfont 93 | Helvetica CY,Helvetica CY Plain,HelveticaCY.dfont 94 | Helvetica Neue,Helvetica Neue Bold Italic,HelveticaNeue.dfont 95 | Helvetica Neue,Helvetica Neue Bold,HelveticaNeue.dfont 96 | Helvetica Neue,Helvetica Neue Condensed Black,HelveticaNeue.dfont 97 | Helvetica Neue,Helvetica Neue Condensed Bold,HelveticaNeue.dfont 98 | Helvetica Neue,Helvetica Neue Italic,HelveticaNeue.dfont 99 | Helvetica Neue,Helvetica Neue Light Italic,HelveticaNeue.dfont 100 | Helvetica Neue,Helvetica Neue Light,HelveticaNeue.dfont 101 | Helvetica Neue,Helvetica Neue UltraLight Italic,HelveticaNeue.dfont 102 | Helvetica Neue,Helvetica Neue UltraLight,HelveticaNeue.dfont 103 | Helvetica Neue,Helvetica Neue,HelveticaNeue.dfont 104 | Helvetica,Helvetica Bold Oblique,Helvetica.dfont 105 | Helvetica,Helvetica Bold,Helvetica.dfont 106 | Helvetica,Helvetica Oblique,Helvetica.dfont 107 | Helvetica,Helvetica,Helvetica.dfont 108 | Herculanum,Herculanum,Herculanum.dfont 109 | Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic Pro W3,ヒラギノ角ゴ Pro W3.otf 110 | Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic Pro W6,ヒラギノ角ゴ Pro W6.otf 111 | Hiragino Kaku Gothic Std,Hiragino Kaku Gothic Std W8,ヒラギノ角ゴ Std W8.otf 112 | Hiragino Maru Gothic Pro,Hiragino Maru Gothic Pro W4,ヒラギノ丸ゴ Pro W4.otf 113 | Hiragino Mincho Pro,Hiragino Mincho Pro W3,ヒラギノ明朝 Pro W3.otf 114 | Hiragino Mincho Pro,Hiragino Mincho Pro W6,ヒラギノ明朝 Pro W6.otf 115 | Hoefler Text Ornaments,Hoefler Text Ornaments,Hoefler Text.dfont 116 | Hoefler Text,Hoefler Text Black Italic,Hoefler Text.dfont 117 | Hoefler Text,Hoefler Text Black,Hoefler Text.dfont 118 | Hoefler Text,Hoefler Text Italic,Hoefler Text.dfont 119 | Hoefler Text,Hoefler Text,Hoefler Text.dfont 120 | Impact,Impact,Impact 121 | InaiMathi,InaiMathi,InaiMathi.ttf 122 | Kai,Kai Regular,Kai.dfont 123 | Krungthep,Krungthep,Krungthep.ttf 124 | KufiStandardGK,KufiStandardGK Regular,KufiStandardGK.ttf 125 | LastResort,LastResort,LastResort.dfont 126 | LiHei Pro,LiHei Pro,儷黑 Pro.ttf 127 | LiSong Pro,LiSong Pro,儷宋 Pro.ttf 128 | Lucida Grande,Lucida Grande Bold,LucidaGrande.dfont 129 | Lucida Grande,Lucida Grande,LucidaGrande.dfont 130 | Marker Felt,Marker Felt Thin,MarkerFelt.dfont 131 | Marker Felt,Marker Felt Wide,MarkerFelt.dfont 132 | Monaco,Monaco,Monaco.dfont 133 | Mshtakan,Mshtakan Bold Oblique,MshtakanBoldOblique.ttf 134 | Mshtakan,Mshtakan Bold,MshtakanBold.ttf 135 | Mshtakan,Mshtakan Oblique,MshtakanOblique.ttf 136 | Mshtakan,Mshtakan Regular,MshtakanRegular.ttf 137 | Nadeem,Nadeem Regular,Nadeem.ttf 138 | New Peninim MT,New Peninim MT Bold Inclined,NewPeninimMTBoldInclined.ttf 139 | New Peninim MT,New Peninim MT Bold,NewPeninimMTBold.ttf 140 | New Peninim MT,New Peninim MT Inclined,NewPeninimMTInclined.ttf 141 | New Peninim MT,New Peninim MT,NewPeninimMT.ttf 142 | Optima,Optima Bold Italic,Optima.dfont 143 | Optima,Optima Bold,Optima.dfont 144 | Optima,Optima ExtraBlack,Optima.dfont 145 | Optima,Optima Italic,Optima.dfont 146 | Optima,Optima Regular,Optima.dfont 147 | Osaka Mono,Osaka Mono,OsakaMono.dfont 148 | Osaka,Osaka,Osaka.dfont 149 | PCMyungjo,PCMyungjo Regular,PCmyoungjo.dfont 150 | Papyrus,Papyrus Condensed,Papyrus.dfont 151 | Papyrus,Papyrus,Papyrus.dfont 152 | PilGi,PilGi Regular,Pilgiche.dfont 153 | Plantagenet Cherokee,Plantagenet Cherokee,PlantagenetCherokee.ttf 154 | Raanana,Raanana Bold,RaananaBold.ttf 155 | Raanana,Raanana,Raanana.ttf 156 | STFangSong,STFangSong,华文仿宋.ttf 157 | STHeiti,STHeiti Light,华文细黑.ttf 158 | STHeiti,STHeiti Regular,华文黑体.ttf 159 | STKaiti,STKaiti,华文楷体.ttf 160 | STSong,STSong,华文宋体.ttf 161 | Sathu,Sathu,Sathu.ttf 162 | Silom,Silom,Silom.ttf 163 | Skia,Skia,Skia.dfont 164 | Symbol,Symbol,Symbol.dfont 165 | Thonburi,Thonburi,Thonburi.ttf 166 | Times New Roman,Times New Roman,Times New Roman 167 | Times,Times Bold Italic,Times.dfont 168 | Times,Times Bold,Times.dfont 169 | Times,Times Italic,Times.dfont 170 | Times,Times Roman,Times.dfont 171 | Times,Times,Times.dfont 172 | Trebuchet MS,Trebuchet MS,Trebuchet MS 173 | Verdana,Verdana,Verdana 174 | Webdings,Webdings,Webdings 175 | Zapf Dingbats,Zapf Dingbats,ZapfDingbats.dfont 176 | Zapfino,Zapfino,Zapfino.dfont 177 | -------------------------------------------------------------------------------- /csv/windows/Windows-2000.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Aharoni Bold,Aharoni Bold,ahronbd.ttf 3 | Andalus,Andalus,andlso.ttf 4 | Arabic Transparent,Arabic Transparent Bold,artrbdo.ttf 5 | Arabic Transparent,Arabic Transparent,artro.ttf 6 | Arial Black,Arial Black,ariblk.ttf 7 | Arial,Arial Bold Italic,arialbi.ttf 8 | Arial,Arial Bold,arialbd.ttf 9 | Arial,Arial Italic,ariali.ttf 10 | Arial,Arial,arial.ttf 11 | Batang,Batang,batang.ttc 12 | Browallia New,Browallia New Bold Italic,browaz.ttf 13 | Browallia New,Browallia New Bold,browab.ttf 14 | Browallia New,Browallia New Italic,browai.ttf 15 | Browallia New,Browallia New,browa.ttf 16 | BrowalliaUPC,BrowalliaUPC Bold Italic,browauz.ttf 17 | BrowalliaUPC,BrowalliaUPC Bold,browaub.ttf 18 | BrowalliaUPC,BrowalliaUPC Italic,browaui.ttf 19 | BrowalliaUPC,BrowalliaUPC,browau.ttf 20 | Comic Sans MS,Comic Sans MS Bold,comicbd.ttf 21 | Comic Sans MS,Comic Sans MS,comic.ttf 22 | Cordia New,Cordia New Bold Italic,cordiaz.ttf 23 | Cordia New,Cordia New Bold,cordiab.ttf 24 | Cordia New,Cordia New Italic,cordiai.ttf 25 | Cordia New,Cordia New,cordia.ttf 26 | CordiaUPC,CordiaUPC Bold Italic,cordiauz.ttf 27 | CordiaUPC,CordiaUPC Bold,cordiaub.ttf 28 | CordiaUPC,CordiaUPC Italic,cordiaui.ttf 29 | CordiaUPC,CordiaUPC,cordiau.ttf 30 | Courier New,Courier New Bold Italic,courbi.ttf 31 | Courier New,Courier New Bold,courbd.ttf 32 | Courier New,Courier New Italic,couri.ttf 33 | Courier New,Courier New,cour.ttf 34 | DFKai-SB,DFKai-SB,kaiu.ttf 35 | David,David Bold,davidbd.ttf 36 | David,David Transparent,davidtr.ttf 37 | David,David,david.ttf 38 | DilleniaUPC,DilleniaUPC Bold Italic,upcdbi.ttf 39 | DilleniaUPC,DilleniaUPC Bold,upcdb.ttf 40 | DilleniaUPC,DilleniaUPC Italic,upcdi.ttf 41 | DilleniaUPC,DilleniaUPC,upcdl.ttf 42 | EucrosiaUPC,EucrosiaUPC Bold Italic,upcebi.ttf 43 | EucrosiaUPC,EucrosiaUPC Bold,upceb.ttf 44 | EucrosiaUPC,EucrosiaUPC Italic,upcei.ttf 45 | EucrosiaUPC,EucrosiaUPC,upcel.ttf 46 | Fixed Miriam Transparent,Fixed Miriam Transparent,mriamfx.ttf 47 | FrankRuehl,FrankRuehl,frank.ttf 48 | FreesiaUPC,FreesiaUPC Bold Italic,upcfbi.ttf 49 | FreesiaUPC,FreesiaUPC Bold,upcfb.ttf 50 | FreesiaUPC,FreesiaUPC Italic,upcfi.ttf 51 | FreesiaUPC,FreesiaUPC,upcfl.ttf 52 | Georgia,Georgia Bold Italic,georgiaz.ttf 53 | Georgia,Georgia Bold,georgiab.ttf 54 | Georgia,Georgia Italic,georgiai.ttf 55 | Georgia,Georgia,georgia.ttf 56 | Gulim,Gulim,gulim.ttc 57 | Impact,Impact,impact.ttf 58 | IrisUPC,IrisUPC Bold Italic,upcibi.ttf 59 | IrisUPC,IrisUPC Bold,upcib.ttf 60 | IrisUPC,IrisUPC Italic,upcii.ttf 61 | IrisUPC,IrisUPC,upcil.ttf 62 | JasmineUPC,JasmineUPC Bold Italic,upcjbi.ttf 63 | JasmineUPC,JasmineUPC Bold,upcjb.ttf 64 | JasmineUPC,JasmineUPC Italic,upcji.ttf 65 | JasmineUPC,JasmineUPC,upcjl.ttf 66 | KaiTi,KaiTi,simkai.ttf 67 | KodchiangUPC,KodchiangUPC Bold Italic,upckbi.ttf 68 | KodchiangUPC,KodchiangUPC Bold,upckb.ttf 69 | KodchiangUPC,KodchiangUPC Italic,upcki.ttf 70 | KodchiangUPC,KodchiangUPC,upckl.ttf 71 | Levenim MT,Levenim MT Bold,lvnmbd.ttf 72 | Levenim MT,Levenim MT,lvnm.ttf 73 | LilyUPC,LilyUPC Bold Italic,upclbi.ttf 74 | LilyUPC,LilyUPC Bold,upclb.ttf 75 | LilyUPC,LilyUPC Italic,upcli.ttf 76 | LilyUPC,LilyUPC,upcll.ttf 77 | Lucida Console,Lucida Console,lucon.ttf 78 | Lucida Sans Typewriter,Lucida Sans Typewriter Regular,ltype.ttf 79 | Lucida Sans Unicode,Lucida Sans Unicode,l_10646.ttf 80 | MS Gothic,MS Gothic,msgothic.ttc 81 | MS Mincho,MS Mincho,msmincho.ttc 82 | Marlett,Marlett,marlett.ttf 83 | Microsoft Sans Serif,Microsoft Sans Serif,micross.ttf 84 | MingLiU,PMingLiU,mingliu.ttc 85 | MingLiU-ExtB,PMingLiU-ExtB,mingliub.ttc 86 | Miriam,Miriam Fixed,mriamc.ttf 87 | Miriam,Miriam Transparent,mriamtr.ttf 88 | Miriam,Miriam,mriam.ttf 89 | Narkisim,Narkisim,nrkis.ttf 90 | Palatino Linotype,Palatino Linotype Bold Italic,palabi.ttf 91 | Palatino Linotype,Palatino Linotype Bold,palab.ttf 92 | Palatino Linotype,Palatino Linotype Italic,palai.ttf 93 | Palatino Linotype,Palatino Linotype,pala.ttf 94 | Rod,Rod Transparent,rodtr.ttf 95 | Rod,Rod,rod.ttf 96 | SimHei,SimHei,simhei.ttf 97 | SimSun,SimSun,simsun.ttc 98 | Simplified Arabic,Simplified Arabic Fixed,simpfxo.ttf 99 | Symbol,Symbol,symbol.ttf 100 | Tahoma,Tahoma Bold,tahomabd.ttf 101 | Tahoma,Tahoma,tahoma.ttf 102 | Times New Roman,Times New Roman Bold Italic,timesbi.ttf 103 | Times New Roman,Times New Roman Bold,timesbd.ttf 104 | Times New Roman,Times New Roman Italic,timesi.ttf 105 | Times New Roman,Times New Roman,times.ttf 106 | Traditional Arabic,Traditional Arabic Bold,tradbdo.ttf 107 | Traditional Arabic,Traditional Arabic,trado.ttf 108 | Trebuchet MS,Trebuchet MS Bold Italic,trebucbi.ttf 109 | Trebuchet MS,Trebuchet MS Bold,trebucbd.ttf 110 | Trebuchet MS,Trebuchet MS Italic,trebucit.ttf 111 | Trebuchet MS,Trebuchet MS,trebuc.ttf 112 | Verdana,Verdana Bold Italic,verdanaz.ttf 113 | Verdana,Verdana Bold,verdanab.ttf 114 | Verdana,Verdana Italic,verdanai.ttf 115 | Verdana,Verdana,verdana.ttf 116 | Webdings,Webdings,webdings.ttf 117 | Wingdings,Wingdings,wingding.ttf 118 | -------------------------------------------------------------------------------- /csv/windows/Windows-3.1.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Arial,Arial Bold Italic,arialbi.ttf 3 | Arial,Arial Bold,arialbd.ttf 4 | Arial,Arial Italic,ariali.ttf 5 | Arial,Arial,arial.ttf 6 | Courier New,Courier New Bold Italic,courbi.ttf 7 | Courier New,Courier New Bold,courbd.ttf 8 | Courier New,Courier New Italic,couri.ttf 9 | Courier New,Courier New,cour.ttf 10 | Symbol,Symbol,symbol.ttf 11 | Times New Roman,Times New Roman Bold Italic,timesbi.ttf 12 | Times New Roman,Times New Roman Bold,timesbd.ttf 13 | Times New Roman,Times New Roman Italic,timesi.ttf 14 | Times New Roman,Times New Roman,times.ttf 15 | Wingdings,Wingdings,wingding.ttf 16 | -------------------------------------------------------------------------------- /csv/windows/Windows-95.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Arial,Arial Bold Italic,arialbi.ttf 3 | Arial,Arial Bold,arialbd.ttf 4 | Arial,Arial Italic,ariali.ttf 5 | Arial,Arial,arial.ttf 6 | Comic Sans MS,Comic Sans MS,comic.ttf 7 | Courier New,Courier New Bold Italic,courbi.ttf 8 | Courier New,Courier New Bold,courbd.ttf 9 | Courier New,Courier New Italic,couri.ttf 10 | Courier New,Courier New,cour.ttf 11 | Marlett,Marlett,marlett.ttf 12 | Symbol,Symbol,symbol.ttf 13 | Times New Roman,Times New Roman Bold Italic,timesbi.ttf 14 | Times New Roman,Times New Roman Bold,timesbd.ttf 15 | Times New Roman,Times New Roman Italic,timesi.ttf 16 | Times New Roman,Times New Roman,times.ttf 17 | Wingdings,Wingdings,wingding.ttf 18 | -------------------------------------------------------------------------------- /csv/windows/Windows-98.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Abadi MT Condensed,Abadi MT Condensed Light,abac.ttf 3 | Arial Black,Arial Black,ariblk.ttf 4 | Arial,Arial Bold Italic,arialbi.ttf 5 | Arial,Arial Bold,arialbd.ttf 6 | Arial,Arial Italic,ariali.ttf 7 | Arial,Arial,arial.ttf 8 | Book Antiqua,Book Antiqua Bold Italic,antquabi.ttf 9 | Book Antiqua,Book Antiqua Bold,antquab.ttf 10 | Book Antiqua,Book Antiqua Italic,antquai.ttf 11 | Book Antiqua,Book Antiqua,bkant.ttf 12 | Calisto MT,Calisto MT,calist.ttf 13 | Century Gothic,Century Gothic Bold Italic,gothicbi.ttf 14 | Century Gothic,Century Gothic Bold,gothicb.ttf 15 | Century Gothic,Century Gothic Italic,gothici.ttf 16 | Century Gothic,Century Gothic,gothic.ttf 17 | Comic Sans MS,Comic Sans MS Bold,comicbd.ttf 18 | Comic Sans MS,Comic Sans MS,comic.ttf 19 | Copperplate Gothic,Copperplate Gothic Bold,coprgtb.ttf 20 | Copperplate Gothic,Copperplate Gothic Light,coprgtl.ttf 21 | Courier New,Courier New Bold Italic,courbi.ttf 22 | Courier New,Courier New Bold,courbd.ttf 23 | Courier New,Courier New Italic,couri.ttf 24 | Courier New,Courier New,cour.ttf 25 | Georgia,Georgia Bold Italic,georgiaz.ttf 26 | Georgia,Georgia Bold,georgiab.ttf 27 | Georgia,Georgia Italic,georgiai.ttf 28 | Georgia,Georgia,georgia.ttf 29 | Impact,Impact,impact.ttf 30 | Lucida Console,Lucida Console,lucon.ttf 31 | Lucida Handwriting,Lucida Handwriting,lhandw.ttf 32 | Lucida Sans Unicode,Lucida Sans Unicode,l_10646.ttf 33 | Lucida Sans,Lucida Sans Regular,lsansi.ttf 34 | Marlett,Marlett,marlett.ttf 35 | News Gothic MT,News Gothic MT Bold,nwgthcb.ttf 36 | News Gothic MT,News Gothic MT Italic,nwgthci.ttf 37 | News Gothic MT,News Gothic MT,nwgthc.ttf 38 | OCR A Extended,OCR A Extended,ocraext.ttf 39 | Symbol,Symbol,symbol.ttf 40 | Tahoma,Tahoma Bold,tahomabd.ttf 41 | Tahoma,Tahoma,tahoma.ttf 42 | Times New Roman,Times New Roman Bold Italic,timesbi.ttf 43 | Times New Roman,Times New Roman Bold,timesbd.ttf 44 | Times New Roman,Times New Roman Italic,timesi.ttf 45 | Times New Roman,Times New Roman,times.ttf 46 | Trebuchet MS,Trebuchet MS Bold Italic,trebucbi.ttf 47 | Trebuchet MS,Trebuchet MS Bold,trebucbd.ttf 48 | Trebuchet MS,Trebuchet MS Italic,trebucit.ttf 49 | Trebuchet MS,Trebuchet MS,trebuc.ttf 50 | Verdana,Verdana Bold Italic,verdanaz.ttf 51 | Verdana,Verdana Bold,verdanab.ttf 52 | Verdana,Verdana Italic,verdanai.ttf 53 | Verdana,Verdana,verdana.ttf 54 | Webdings,Webdings,webdings.ttf 55 | Westminster,Westminster,westm.ttf 56 | Wingdings,Wingdings,wingding.ttf 57 | -------------------------------------------------------------------------------- /csv/windows/Windows-NT.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Arial,Arial Bold Italic,arialbi.ttf 3 | Arial,Arial Bold,arialbd.ttf 4 | Arial,Arial Italic,ariali.ttf 5 | Arial,Arial,arial.ttf 6 | Courier New,Courier New Bold Italic,courbi.ttf 7 | Courier New,Courier New Bold,courbd.ttf 8 | Courier New,Courier New Italic,couri.ttf 9 | Courier New,Courier New,cour.ttf 10 | Lucida Console,Lucida Console,lucon.ttf 11 | Lucida Sans Unicode,Lucida Sans Unicode,l_10646.ttf 12 | Marlett,Marlett,marlett.ttf 13 | Symbol,Symbol,symbol.ttf 14 | Times New Roman,Times New Roman Bold Italic,timesbi.ttf 15 | Times New Roman,Times New Roman Bold,timesbd.ttf 16 | Times New Roman,Times New Roman Italic,timesi.ttf 17 | Times New Roman,Times New Roman,times.ttf 18 | Verdana,Verdana Bold Italic,verdanaz.ttf 19 | Verdana,Verdana Bold,verdanab.ttf 20 | Verdana,Verdana Italic,verdanai.ttf 21 | Verdana,Verdana,verdana.ttf 22 | Wingdings,Wingdings,wingding.ttf 23 | -------------------------------------------------------------------------------- /csv/windows/Windows-Vista.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Aharoni Bold,Aharoni Bold,ahronbd.ttf 3 | Andalus,Andalus,andlso.ttf 4 | Angsana New,Angsana New Bold Italic,angsaz.ttf 5 | Angsana New,Angsana New Bold,angsab.ttf 6 | Angsana New,Angsana New Italic,angsai.ttf 7 | Angsana New,Angsana New,angsa.ttf 8 | AngsanaUPC,AngsanaUPC Bold Italic,angsauz.ttf 9 | AngsanaUPC,AngsanaUPC Bold,angsaub.ttf 10 | AngsanaUPC,AngsanaUPC Italic,angsaui.ttf 11 | AngsanaUPC,AngsanaUPC,angsau.ttf 12 | Arabic Typesetting,Arabic Typesetting,arabtype.ttf 13 | Arial Black,Arial Black,ariblk.ttf 14 | Arial,Arial Bold Italic,arialbi.ttf 15 | Arial,Arial Bold,arialbd.ttf 16 | Arial,Arial Italic,ariali.ttf 17 | Arial,Arial,arial.ttf 18 | Batang,Batang,batang.ttc 19 | Batang,BatangChe,batang.ttc 20 | Browallia New,Browallia New Bold Italic,browaz.ttf 21 | Browallia New,Browallia New Bold,browab.ttf 22 | Browallia New,Browallia New Italic,browai.ttf 23 | Browallia New,Browallia New,browa.ttf 24 | BrowalliaUPC,BrowalliaUPC Bold Italic,browauz.ttf 25 | BrowalliaUPC,BrowalliaUPC Bold,browaub.ttf 26 | BrowalliaUPC,BrowalliaUPC Italic,browaui.ttf 27 | BrowalliaUPC,BrowalliaUPC,browau.ttf 28 | Calibri,Calibri Bold Italic,calibriz.ttf 29 | Calibri,Calibri Bold,calibrib.ttf 30 | Calibri,Calibri Italic,calibrii.ttf 31 | Calibri,Calibri,calibri.ttf 32 | Cambria Math,Cambria Math,cambria.ttc 33 | Cambria,Cambria Bold Italic,cambriaz.ttf 34 | Cambria,Cambria Bold,cambriab.ttf 35 | Cambria,Cambria Italic,cambriai.ttf 36 | Cambria,Cambria,cambria.ttc 37 | Candara,Candara Bold Italic,candaraz.ttf 38 | Candara,Candara Bold,candarab.ttf 39 | Candara,Candara Italic,candarai.ttf 40 | Candara,Candara,candara.ttf 41 | Comic Sans MS,Comic Sans MS Bold,comicbd.ttf 42 | Comic Sans MS,Comic Sans MS,comic.ttf 43 | Consolas,Consolas Bold Italic,consolaz.ttf 44 | Consolas,Consolas Bold,consolab.ttf 45 | Consolas,Consolas Italic,consolai.ttf 46 | Consolas,Consolas,consola.ttf 47 | Constantia,Constantia Bold Italic,constanz.ttf 48 | Constantia,Constantia Bold,constanb.ttf 49 | Constantia,Constantia Italic,constani.ttf 50 | Constantia,Constantia,constan.ttf 51 | Corbel,Corbel Bold Italic,corbelz.ttf 52 | Corbel,Corbel Bold,corbelb.ttf 53 | Corbel,Corbel Italic,corbeli.ttf 54 | Corbel,Corbel,corbel.ttf 55 | Cordia New,Cordia New Bold Italic,cordiaz.ttf 56 | Cordia New,Cordia New Bold,cordiab.ttf 57 | Cordia New,Cordia New Italic,cordiai.ttf 58 | Cordia New,Cordia New,cordia.ttf 59 | CordiaUPC,CordiaUPC Bold Italic,cordiauz.ttf 60 | CordiaUPC,CordiaUPC Bold,cordiaub.ttf 61 | CordiaUPC,CordiaUPC Italic,cordiaui.ttf 62 | CordiaUPC,CordiaUPC,cordiau.ttf 63 | Courier New,Courier New Bold Italic,courbi.ttf 64 | Courier New,Courier New Bold,courbd.ttf 65 | Courier New,Courier New Italic,couri.ttf 66 | Courier New,Courier New,cour.ttf 67 | DFKai-SB,DFKai-SB,kaiu.ttf 68 | DaunPenh,DaunPenh,daunpenh.ttf 69 | David,David Bold,davidbd.ttf 70 | David,David,david.ttf 71 | DilleniaUPC,DilleniaUPC Bold Italic,upcdbi.ttf 72 | DilleniaUPC,DilleniaUPC Bold,upcdb.ttf 73 | DilleniaUPC,DilleniaUPC Italic,upcdi.ttf 74 | DilleniaUPC,DilleniaUPC,upcdl.ttf 75 | DokChampa,DokChampa,dokchamp.ttf 76 | Dotum,Dotum,gulim.ttc 77 | Dotum,DotumChe,gulim.ttc 78 | Estrangelo Edessa,Estrangelo Edessa,estre.ttf 79 | EucrosiaUPC,EucrosiaUPC Bold Italic,upcebi.ttf 80 | EucrosiaUPC,EucrosiaUPC Bold,upceb.ttf 81 | EucrosiaUPC,EucrosiaUPC Italic,upcei.ttf 82 | EucrosiaUPC,EucrosiaUPC,upcel.ttf 83 | Euphemia,Euphemia,euphemia.ttf 84 | FangSong,FangSong,simfang.ttf 85 | FrankRuehl,FrankRuehl,frank.ttf 86 | Franklin Gothic Medium,Franklin Gothic Medium Italic,framdit.ttf 87 | Franklin Gothic Medium,Franklin Gothic Medium,framd.ttf 88 | FreesiaUPC,FreesiaUPC Bold Italic,upcfbi.ttf 89 | FreesiaUPC,FreesiaUPC Bold,upcfb.ttf 90 | FreesiaUPC,FreesiaUPC Italic,upcfi.ttf 91 | FreesiaUPC,FreesiaUPC,upcfl.ttf 92 | Gautami,Gautami,gautami.ttf 93 | Georgia,Georgia Bold Italic,georgiaz.ttf 94 | Georgia,Georgia Bold,georgiab.ttf 95 | Georgia,Georgia Italic,georgiai.ttf 96 | Georgia,Georgia,georgia.ttf 97 | Gisha,Gisha Bold,gishabd.ttf 98 | Gisha,Gisha,gisha.ttf 99 | Gulim,Gulim,gulim.ttc 100 | Gulim,GulimChe,gulim.ttc 101 | Gungsuh,Gungsuh,batang.ttc 102 | Gungsuh,GungsuhChe,batang.ttc 103 | Impact,Impact,impact.ttf 104 | IrisUPC,IrisUPC Bold Italic,upcibi.ttf 105 | IrisUPC,IrisUPC Bold,upcib.ttf 106 | IrisUPC,IrisUPC Italic,upcii.ttf 107 | IrisUPC,IrisUPC,upcil.ttf 108 | Iskoola Pota,Iskoola Pota,iskpota.ttf 109 | JasmineUPC,JasmineUPC Bold Italic,upcjbi.ttf 110 | JasmineUPC,JasmineUPC Bold,upcjb.ttf 111 | JasmineUPC,JasmineUPC Italic,upcji.ttf 112 | JasmineUPC,JasmineUPC,upcjl.ttf 113 | KaiTi,KaiTi,simkai.ttf 114 | Kalinga,Kalinga,kalinga.ttf 115 | Kartika,Kartika,kartika.ttf 116 | KodchiangUPC,KodchiangUPC Bold Italic,upckbi.ttf 117 | KodchiangUPC,KodchiangUPC Bold,upckb.ttf 118 | KodchiangUPC,KodchiangUPC Italic,upcki.ttf 119 | KodchiangUPC,KodchiangUPC,upckl.ttf 120 | Latha,Latha,latha.ttf 121 | Leelawadee,Leelawadee Bold,leelawdb.ttf 122 | Leelawadee,Leelawadee,leelawad.ttf 123 | Levenim MT,Levenim MT Bold,lvnmbd.ttf 124 | Levenim MT,Levenim MT,lvnm.ttf 125 | LilyUPC,LilyUPC Bold Italic,upclbi.ttf 126 | LilyUPC,LilyUPC Bold,upclb.ttf 127 | LilyUPC,LilyUPC Italic,upcli.ttf 128 | LilyUPC,LilyUPC,upcll.ttf 129 | Lucida Console,Lucida Console,lucon.ttf 130 | Lucida Sans Unicode,Lucida Sans Unicode,l_10646.ttf 131 | MS Gothic,MS Gothic,msgothic.ttc 132 | MS Gothic,MS PGothic,msgothic.ttc 133 | MS Gothic,MS UI Gothic,msgothic.ttc 134 | MS Mincho,MS Mincho,msmincho.ttc 135 | MS Mincho,MS PMincho,msmincho.ttc 136 | MV Boli,MV Boli,mvboli.ttf 137 | Malgun Gothic,Malgun Gothic Bold,malgunbd.ttf 138 | Malgun Gothic,Malgun Gothic,malgun.ttf 139 | Mangal,Mangal,mangal.ttf 140 | Marlett,Marlett,marlett.ttf 141 | Meiryo,Meiryo Bold Italic,meiryob.ttc 142 | Meiryo,Meiryo Bold,meiryob.ttc 143 | Meiryo,Meiryo Italic,meiryo.ttc 144 | Meiryo,Meiryo,meiryo.ttc 145 | Microsoft Himalaya,Microsoft Himalaya,himalaya.ttf 146 | Microsoft JhengHei,Microsoft JhengHei Bold,msjhbd.ttf 147 | Microsoft JhengHei,Microsoft JhengHei Regular,msjh.ttf 148 | Microsoft Sans Serif,Microsoft Sans Serif,micross.ttf 149 | Microsoft Uighur,Microsoft Uighur,msuighur.ttf 150 | Microsoft YaHei,Microsoft YaHei Bold,msyhbd.ttf 151 | Microsoft YaHei,Microsoft YaHei,msyh.ttf 152 | Microsoft Yi Baiti,Microsoft Yi Baiti,msyi.ttf 153 | MingLiU,MingLiU,mingliu.ttc 154 | MingLiU,MingLiU_HKSCS,mingliu.ttc 155 | MingLiU,PMingLiU,mingliu.ttc 156 | MingLiU-ExtB,MingLiU-ExtB,mingliub.ttc 157 | MingLiU-ExtB,MingLiU_HKSCS-ExtB,mingliub.ttc 158 | MingLiU-ExtB,PMingLiU-ExtB,mingliub.ttc 159 | Miriam,Miriam Fixed,mriamc.ttf 160 | Miriam,Miriam,mriam.ttf 161 | Mongolian Baiti,Mongolian Baiti,monbaiti.ttf 162 | MoolBoran,MoolBoran,moolbor.ttf 163 | Narkisim,Narkisim,nrkis.ttf 164 | Nyala,Nyala,nyala.ttf 165 | Palatino Linotype,Palatino Linotype Bold Italic,palabi.ttf 166 | Palatino Linotype,Palatino Linotype Bold,palab.ttf 167 | Palatino Linotype,Palatino Linotype Italic,palai.ttf 168 | Palatino Linotype,Palatino Linotype,pala.ttf 169 | Plantagenet Cherokee,Plantagenet Cherokee,plantc.ttf 170 | Raavi,Raavi,raavi.ttf 171 | Rod,Rod,rod.ttf 172 | Segoe Print,Segoe Print Bold,segoeprb.ttf 173 | Segoe Print,Segoe Print,segoepr.ttf 174 | Segoe Script,Segoe Script Bold,segoescb.ttf 175 | Segoe Script,Segoe Script,segoesc.ttf 176 | Segoe UI,Segoe UI Bold Italic,segoeuiz.ttf 177 | Segoe UI,Segoe UI Bold,segoeuib.ttf 178 | Segoe UI,Segoe UI Italic,segoeuii.ttf 179 | Segoe UI,Segoe UI,segoeui.ttf 180 | Shruti,Shruti,shruti.ttf 181 | SimHei,SimHei,simhei.ttf 182 | SimSun,NSimSun,simsun.ttc 183 | SimSun,SimSun,simsun.ttc 184 | SimSun-ExtB,SimSun-ExtB,simsunb.ttf 185 | Simplified Arabic,Simplified Arabic Fixed,simpfxo.ttf 186 | Sylfaen,Sylfaen,sylfaen.ttf 187 | Symbol,Symbol,symbol.ttf 188 | Tahoma,Tahoma Bold,tahomabd.ttf 189 | Tahoma,Tahoma,tahoma.ttf 190 | Times New Roman,Times New Roman Bold Italic,timesbi.ttf 191 | Times New Roman,Times New Roman Bold,timesbd.ttf 192 | Times New Roman,Times New Roman Italic,timesi.ttf 193 | Times New Roman,Times New Roman,times.ttf 194 | Traditional Arabic,Traditional Arabic Bold,tradbdo.ttf 195 | Traditional Arabic,Traditional Arabic,trado.ttf 196 | Trebuchet MS,Trebuchet MS Bold Italic,trebucbi.ttf 197 | Trebuchet MS,Trebuchet MS Bold,trebucbd.ttf 198 | Trebuchet MS,Trebuchet MS Italic,trebucit.ttf 199 | Trebuchet MS,Trebuchet MS,trebuc.ttf 200 | Tunga,Tunga,tunga.ttf 201 | Verdana,Verdana Bold Italic,verdanaz.ttf 202 | Verdana,Verdana Bold,verdanab.ttf 203 | Verdana,Verdana Italic,verdanai.ttf 204 | Verdana,Verdana,verdana.ttf 205 | Vrinda,Vrinda,vrinda.ttf 206 | Webdings,Webdings,webdings.ttf 207 | Wingdings,Wingdings,wingding.ttf 208 | -------------------------------------------------------------------------------- /csv/windows/Windows-XP.csv: -------------------------------------------------------------------------------- 1 | Family,Name,Filename 2 | Aharoni Bold,Aharoni Bold,ahronbd.ttf 3 | Andalus,Andalus,andlso.ttf 4 | Angsana New,Angsana New Bold Italic,angsaz.ttf 5 | Angsana New,Angsana New Bold,angsab.ttf 6 | Angsana New,Angsana New Italic,angsai.ttf 7 | Angsana New,Angsana New,angsa.ttf 8 | AngsanaUPC,AngsanaUPC Bold Italic,angsauz.ttf 9 | AngsanaUPC,AngsanaUPC Bold,angsaub.ttf 10 | AngsanaUPC,AngsanaUPC Italic,angsaui.ttf 11 | AngsanaUPC,AngsanaUPC,angsau.ttf 12 | Arabic Transparent,Arabic Transparent Bold,artrbdo.ttf 13 | Arabic Transparent,Arabic Transparent,artro.ttf 14 | Arial Black,Arial Black,ariblk.ttf 15 | Arial,Arial Bold Italic,arialbi.ttf 16 | Arial,Arial Bold,arialbd.ttf 17 | Arial,Arial Italic,ariali.ttf 18 | Arial,Arial,arial.ttf 19 | Batang,Batang,batang.ttc 20 | Browallia New,Browallia New Bold Italic,browaz.ttf 21 | Browallia New,Browallia New Bold,browab.ttf 22 | Browallia New,Browallia New Italic,browai.ttf 23 | Browallia New,Browallia New,browa.ttf 24 | BrowalliaUPC,BrowalliaUPC Bold Italic,browauz.ttf 25 | BrowalliaUPC,BrowalliaUPC Bold,browaub.ttf 26 | BrowalliaUPC,BrowalliaUPC Italic,browaui.ttf 27 | BrowalliaUPC,BrowalliaUPC,browau.ttf 28 | Comic Sans MS,Comic Sans MS Bold,comicbd.ttf 29 | Comic Sans MS,Comic Sans MS,comic.ttf 30 | Cordia New,Cordia New Bold Italic,cordiaz.ttf 31 | Cordia New,Cordia New Bold,cordiab.ttf 32 | Cordia New,Cordia New Italic,cordiai.ttf 33 | Cordia New,Cordia New,cordia.ttf 34 | CordiaUPC,CordiaUPC Bold Italic,cordiauz.ttf 35 | CordiaUPC,CordiaUPC Bold,cordiaub.ttf 36 | CordiaUPC,CordiaUPC Italic,cordiaui.ttf 37 | CordiaUPC,CordiaUPC,cordiau.ttf 38 | Courier New,Courier New Bold Italic,courbi.ttf 39 | Courier New,Courier New Bold,courbd.ttf 40 | Courier New,Courier New Italic,couri.ttf 41 | Courier New,Courier New,cour.ttf 42 | DFKai-SB,DFKai-SB,kaiu.ttf 43 | David,David Bold,davidbd.ttf 44 | David,David Transparent,davidtr.ttf 45 | David,David,david.ttf 46 | DilleniaUPC,DilleniaUPC Bold Italic,upcdbi.ttf 47 | DilleniaUPC,DilleniaUPC Bold,upcdb.ttf 48 | DilleniaUPC,DilleniaUPC Italic,upcdi.ttf 49 | DilleniaUPC,DilleniaUPC,upcdl.ttf 50 | Estrangelo Edessa,Estrangelo Edessa,estre.ttf 51 | EucrosiaUPC,EucrosiaUPC Bold Italic,upcebi.ttf 52 | EucrosiaUPC,EucrosiaUPC Bold,upceb.ttf 53 | EucrosiaUPC,EucrosiaUPC Italic,upcei.ttf 54 | EucrosiaUPC,EucrosiaUPC,upcel.ttf 55 | Fixed Miriam Transparent,Fixed Miriam Transparent,mriamfx.ttf 56 | FrankRuehl,FrankRuehl,frank.ttf 57 | Franklin Gothic Medium,Franklin Gothic Medium Italic,framdit.ttf 58 | Franklin Gothic Medium,Franklin Gothic Medium,framd.ttf 59 | FreesiaUPC,FreesiaUPC Bold Italic,upcfbi.ttf 60 | FreesiaUPC,FreesiaUPC Bold,upcfb.ttf 61 | FreesiaUPC,FreesiaUPC Italic,upcfi.ttf 62 | FreesiaUPC,FreesiaUPC,upcfl.ttf 63 | Gautami,Gautami,gautami.ttf 64 | Georgia,Georgia Bold Italic,georgiaz.ttf 65 | Georgia,Georgia Bold,georgiab.ttf 66 | Georgia,Georgia Italic,georgiai.ttf 67 | Georgia,Georgia,georgia.ttf 68 | Gulim,Gulim,gulim.ttc 69 | Impact,Impact,impact.ttf 70 | IrisUPC,IrisUPC Bold Italic,upcibi.ttf 71 | IrisUPC,IrisUPC Bold,upcib.ttf 72 | IrisUPC,IrisUPC Italic,upcii.ttf 73 | IrisUPC,IrisUPC,upcil.ttf 74 | JasmineUPC,JasmineUPC Bold Italic,upcjbi.ttf 75 | JasmineUPC,JasmineUPC Bold,upcjb.ttf 76 | JasmineUPC,JasmineUPC Italic,upcji.ttf 77 | JasmineUPC,JasmineUPC,upcjl.ttf 78 | KaiTi,KaiTi,simkai.ttf 79 | Kartika,Kartika,kartika.ttf 80 | KodchiangUPC,KodchiangUPC Bold Italic,upckbi.ttf 81 | KodchiangUPC,KodchiangUPC Bold,upckb.ttf 82 | KodchiangUPC,KodchiangUPC Italic,upcki.ttf 83 | KodchiangUPC,KodchiangUPC,upckl.ttf 84 | Latha,Latha,latha.ttf 85 | Levenim MT,Levenim MT Bold,lvnmbd.ttf 86 | Levenim MT,Levenim MT,lvnm.ttf 87 | LilyUPC,LilyUPC Bold Italic,upclbi.ttf 88 | LilyUPC,LilyUPC Bold,upclb.ttf 89 | LilyUPC,LilyUPC Italic,upcli.ttf 90 | LilyUPC,LilyUPC,upcll.ttf 91 | Lucida Console,Lucida Console,lucon.ttf 92 | Lucida Sans Unicode,Lucida Sans Unicode,l_10646.ttf 93 | Lucida Sans,Lucida Sans Demibold Italic,lsansdi.ttf 94 | Lucida Sans,Lucida Sans Demibold Roman,lsansd.ttf 95 | Lucida Sans,Lucida Sans Italic,lsansi.ttf 96 | Lucida Sans,Lucida Sans Regular,lsans.ttf 97 | MS Gothic,MS Gothic,msgothic.ttc 98 | MS Mincho,MS Mincho,msmincho.ttc 99 | MV Boli,MV Boli,mvboli.ttf 100 | Mangal,Mangal,mangal.ttf 101 | Marlett,Marlett,marlett.ttf 102 | Microsoft Sans Serif,Microsoft Sans Serif,micross.ttf 103 | MingLiU,PMingLiU,mingliu.ttc 104 | MingLiU-ExtB,PMingLiU-ExtB,mingliub.ttc 105 | Miriam,Miriam Fixed,mriamc.ttf 106 | Miriam,Miriam Transparent,mriamtr.ttf 107 | Miriam,Miriam,mriam.ttf 108 | Narkisim,Narkisim,nrkis.ttf 109 | Palatino Linotype,Palatino Linotype Bold Italic,palabi.ttf 110 | Palatino Linotype,Palatino Linotype Bold,palab.ttf 111 | Palatino Linotype,Palatino Linotype Italic,palai.ttf 112 | Palatino Linotype,Palatino Linotype,pala.ttf 113 | Raavi,Raavi,raavi.ttf 114 | Rod,Rod Transparent,rodtr.ttf 115 | Rod,Rod,rod.ttf 116 | Shruti,Shruti,shruti.ttf 117 | SimHei,SimHei,simhei.ttf 118 | SimSun,SimSun,simsun.ttc 119 | Simplified Arabic,Simplified Arabic Fixed,simpfxo.ttf 120 | Sylfaen,Sylfaen,sylfaen.ttf 121 | Symbol,Symbol,symbol.ttf 122 | Tahoma,Tahoma Bold,tahomabd.ttf 123 | Tahoma,Tahoma,tahoma.ttf 124 | Times New Roman,Times New Roman Bold Italic,timesbi.ttf 125 | Times New Roman,Times New Roman Bold,timesbd.ttf 126 | Times New Roman,Times New Roman Italic,timesi.ttf 127 | Times New Roman,Times New Roman,times.ttf 128 | Traditional Arabic,Traditional Arabic Bold,tradbdo.ttf 129 | Traditional Arabic,Traditional Arabic,trado.ttf 130 | Trebuchet MS,Trebuchet MS Bold Italic,trebucbi.ttf 131 | Trebuchet MS,Trebuchet MS Bold,trebucbd.ttf 132 | Trebuchet MS,Trebuchet MS Italic,trebucit.ttf 133 | Trebuchet MS,Trebuchet MS,trebuc.ttf 134 | Tunga,Tunga,tunga.ttf 135 | Verdana,Verdana Bold Italic,verdanaz.ttf 136 | Verdana,Verdana Bold,verdanab.ttf 137 | Verdana,Verdana Italic,verdanai.ttf 138 | Verdana,Verdana,verdana.ttf 139 | Vrinda,Vrinda,vrinda.ttf 140 | Webdings,Webdings,webdings.ttf 141 | Wingdings,Wingdings,wingding.ttf 142 | -------------------------------------------------------------------------------- /generate_md.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import sys 3 | import csv 4 | import os 5 | import shutil 6 | 7 | def generate_md(path, os, fonts): 8 | with open(path, 'w') as file: 9 | # Write operating system heading. 10 | file.write('## %s\n\n' % os) 11 | 12 | # Write table header. 13 | file.write('| # | Family | Name | Filename |\n') 14 | file.write('| :--- | :--- | :--- | :--- |\n') 15 | 16 | # Write font rows. 17 | for idx, f in enumerate(fonts): 18 | file.write('| %d | %s | %s | %s |\n' % (idx+1, f['family'], f['name'], f['filename'])) 19 | 20 | if __name__== "__main__": 21 | # Get current directory. 22 | current_dir = os.path.dirname(os.path.abspath(__file__)) 23 | if not current_dir: 24 | sys.exit('could not get location of current directory') 25 | 26 | md_dir = os.path.join(current_dir, 'md') 27 | if os.path.exists(md_dir): 28 | shutil.rmtree(md_dir) 29 | 30 | csv_dir = os.path.join(current_dir, 'csv') 31 | for os_dir in os.listdir(csv_dir): 32 | os_dir_path = os.path.join(csv_dir, os_dir) 33 | for csv_file in os.listdir(os_dir_path): 34 | # Read font CSV file. 35 | with open(os.path.join(os_dir_path, csv_file)) as file: 36 | csv_reader = csv.reader(file, delimiter=',') 37 | 38 | fonts = [] 39 | for i, row in enumerate(csv_reader): 40 | if i == 0: 41 | continue 42 | 43 | fonts.append({ 44 | 'family': row[0].strip(), 45 | 'name': row[1].strip(), 46 | 'filename': row[2].strip() 47 | }) 48 | 49 | # Sort fonts. 50 | fonts = sorted(fonts, key = lambda x: (x['family'], x['name'])) 51 | 52 | # Create Markdown directories. 53 | md_os_dir = os.path.join(md_dir, os_dir) 54 | if not os.path.exists(md_os_dir): 55 | os.makedirs(md_os_dir) 56 | 57 | # Generate Markdown file. 58 | md_filename = os.path.splitext(csv_file)[0] 59 | md_file = os.path.join(md_os_dir, md_filename+'.md') 60 | os_name = md_filename.replace('-', ' ').replace('_', ': ') 61 | generate_md(md_file, os_name, fonts) 62 | -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrg/os-font-list/3670b8e142850a800e57793a641502a727c9281b/logo.png -------------------------------------------------------------------------------- /md/linux/CentOS-6.md: -------------------------------------------------------------------------------- 1 | ## CentOS 6 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | AR PL UMing CN | AR PL UMing CN | uming.ttc | 6 | | 2 | AR PL UMing HK | AR PL UMing HK | uming.ttc | 7 | | 3 | AR PL UMing TW | AR PL UMing TW | uming.ttc | 8 | | 4 | AR PL UMing TW MBE | AR PL UMing TW MBE | uming.ttc | 9 | | 5 | Abyssinica SIL | Abyssinica SIL | Abyssinica_SIL.ttf | 10 | | 6 | Bitstream Charter | Bitstream Charter | c0648bt_.pfb | 11 | | 7 | Bitstream Charter | Bitstream Charter | c0632bt_.pfb | 12 | | 8 | Bitstream Charter | Bitstream Charter | c0649bt_.pfb | 13 | | 9 | Bitstream Charter | Bitstream Charter | c0633bt_.pfb | 14 | | 10 | Caladea | Caladea | Caladea-Regular.ttf | 15 | | 11 | Caladea | Caladea Bold | Caladea-Bold.ttf | 16 | | 12 | Caladea | Caladea Bold Italic | Caladea-BoldItalic.ttf | 17 | | 13 | Caladea | Caladea Italic | Caladea-Italic.ttf | 18 | | 14 | Carlito | Carlito | Carlito-Regular.ttf | 19 | | 15 | Carlito | Carlito Bold | Carlito-Bold.ttf | 20 | | 16 | Carlito | Carlito Bold Italic | Carlito-BoldItalic.ttf | 21 | | 17 | Carlito | Carlito Italic | Carlito-Italic.ttf | 22 | | 18 | Century Schoolbook L | Century Schoolbook L | c059016l.pfb | 23 | | 19 | Century Schoolbook L | Century Schoolbook L | c059013l.pfb | 24 | | 20 | Century Schoolbook L | Century Schoolbook L | c059036l.pfb | 25 | | 21 | Century Schoolbook L | Century Schoolbook L | c059033l.pfb | 26 | | 22 | Courier 10 Pitch | Courier 10 Pitch | c0611bt_.pfb | 27 | | 23 | Courier 10 Pitch | Courier 10 Pitch | c0583bt_.pfb | 28 | | 24 | Courier 10 Pitch | Courier 10 Pitch | c0582bt_.pfb | 29 | | 25 | Courier 10 Pitch | Courier 10 Pitch | c0419bt_.pfb | 30 | | 26 | Cursor | Cursor | cursor.pfa | 31 | | 27 | DejaVu Sans | DejaVu Sans | DejaVuSans.ttf | 32 | | 28 | DejaVu Sans | DejaVu Sans Bold | DejaVuSans-Bold.ttf | 33 | | 29 | DejaVu Sans | DejaVu Sans Bold Oblique | DejaVuSans-BoldOblique.ttf | 34 | | 30 | DejaVu Sans | DejaVu Sans Condensed | DejaVuSansCondensed.ttf | 35 | | 31 | DejaVu Sans | DejaVu Sans Condensed Bold | DejaVuSansCondensed-Bold.ttf | 36 | | 32 | DejaVu Sans | DejaVu Sans Condensed Bold Oblique | DejaVuSansCondensed-BoldOblique.ttf | 37 | | 33 | DejaVu Sans | DejaVu Sans Condensed Oblique | DejaVuSansCondensed-Oblique.ttf | 38 | | 34 | DejaVu Sans | DejaVu Sans ExtraLight | DejaVuSans-ExtraLight.ttf | 39 | | 35 | DejaVu Sans | DejaVu Sans Oblique | DejaVuSans-Oblique.ttf | 40 | | 36 | DejaVu Sans Mono | DejaVu Sans Mono | DejaVuSansMono.ttf | 41 | | 37 | DejaVu Sans Mono | DejaVu Sans Mono Bold | DejaVuSansMono-Bold.ttf | 42 | | 38 | DejaVu Sans Mono | DejaVu Sans Mono Bold Oblique | DejaVuSansMono-BoldOblique.ttf | 43 | | 39 | DejaVu Sans Mono | DejaVu Sans Mono Oblique | DejaVuSansMono-Oblique.ttf | 44 | | 40 | DejaVu Serif | DejaVu Serif | DejaVuSerif.ttf | 45 | | 41 | DejaVu Serif | DejaVu Serif Bold | DejaVuSerif-Bold.ttf | 46 | | 42 | DejaVu Serif | DejaVu Serif Bold Italic | DejaVuSerif-BoldItalic.ttf | 47 | | 43 | DejaVu Serif | DejaVu Serif Condensed | DejaVuSerifCondensed.ttf | 48 | | 44 | DejaVu Serif | DejaVu Serif Condensed Bold | DejaVuSerifCondensed-Bold.ttf | 49 | | 45 | DejaVu Serif | DejaVu Serif Condensed Bold Italic | DejaVuSerifCondensed-BoldItalic.ttf | 50 | | 46 | DejaVu Serif | DejaVu Serif Condensed Italic | DejaVuSerifCondensed-Italic.ttf | 51 | | 47 | DejaVu Serif | DejaVu Serif Italic | DejaVuSerif-Italic.ttf | 52 | | 48 | Dingbats | Dingbats | d050000l.pfb | 53 | | 49 | Hershey-Gothic-English | Hershey-Gothic-English | hrger.pfa | 54 | | 50 | Hershey-Gothic-German | Hershey-Gothic-German | hrgrr.pfa | 55 | | 51 | Hershey-Gothic-Italian | Hershey-Gothic-Italian | hritr.pfa | 56 | | 52 | Hershey-Plain-Duplex | Hershey-Plain-Duplex | hrpld.pfa | 57 | | 53 | Hershey-Plain-Duplex-Italic | Hershey-Plain-Duplex-Italic | hrpldi.pfa | 58 | | 54 | Hershey-Plain-Triplex | Hershey-Plain-Triplex | hrplt.pfa | 59 | | 55 | Hershey-Plain-Triplex-Italic | Hershey-Plain-Triplex-Italic | hrplti.pfa | 60 | | 56 | Hershey-Script-Complex | Hershey-Script-Complex | hrscc.pfa | 61 | | 57 | Hershey-Script-Simplex | Hershey-Script-Simplex | hrscs.pfa | 62 | | 58 | Jomolhari | Jomolhari | Jomolhari-alpha3c-0605331.ttf | 63 | | 59 | Khmer OS | Khmer OS | KhmerOS.ttf | 64 | | 60 | Khmer OS Content | Khmer OS Content | KhmerOS_content.ttf | 65 | | 61 | Khmer OS System | Khmer OS System | KhmerOS_sys.ttf | 66 | | 62 | LKLUG | LKLUG | lklug.ttf | 67 | | 63 | Liberation Mono | Liberation Mono | LiberationMono-Regular.ttf | 68 | | 64 | Liberation Mono | Liberation Mono Bold | LiberationMono-Bold.ttf | 69 | | 65 | Liberation Mono | Liberation Mono Bold Italic | LiberationMono-BoldItalic.ttf | 70 | | 66 | Liberation Mono | Liberation Mono Italic | LiberationMono-Italic.ttf | 71 | | 67 | Liberation Sans | Liberation Sans | LiberationSans-Regular.ttf | 72 | | 68 | Liberation Sans | Liberation Sans Bold | LiberationSans-Bold.ttf | 73 | | 69 | Liberation Sans | Liberation Sans Bold Italic | LiberationSans-BoldItalic.ttf | 74 | | 70 | Liberation Sans | Liberation Sans Italic | LiberationSans-Italic.ttf | 75 | | 71 | Liberation Serif | Liberation Serif | LiberationSerif-Regular.ttf | 76 | | 72 | Liberation Serif | Liberation Serif Bold | LiberationSerif-Bold.ttf | 77 | | 73 | Liberation Serif | Liberation Serif Bold Italic | LiberationSerif-BoldItalic.ttf | 78 | | 74 | Liberation Serif | Liberation Serif Italic | LiberationSerif-Italic.ttf | 79 | | 75 | Lohit Assamese | Lohit Assamese | Lohit-Assamese.ttf | 80 | | 76 | Lohit Bengali | Lohit Bengali | Lohit-Bengali.ttf | 81 | | 77 | Lohit Devanagari | Lohit Devanagari | Lohit-Devanagari.ttf | 82 | | 78 | Lohit Gujarati | Lohit Gujarati | Lohit-Gujarati.ttf | 83 | | 79 | Lohit Kannada | Lohit Kannada | Lohit-Kannada.ttf | 84 | | 80 | Lohit Oriya | Lohit Oriya | Lohit-Oriya.ttf | 85 | | 81 | Lohit Punjabi | Lohit Punjabi | Lohit-Punjabi.ttf | 86 | | 82 | Lohit Tamil | Lohit Tamil | Lohit-Tamil.ttf | 87 | | 83 | Lohit Telugu | Lohit Telugu | Lohit-Telugu.ttf | 88 | | 84 | Madan | Madan | madan.ttf | 89 | | 85 | Meera | Meera | Meera.ttf | 90 | | 86 | Nimbus Mono L | Nimbus Mono L | n022024l.pfb | 91 | | 87 | Nimbus Mono L | Nimbus Mono L | n022023l.pfb | 92 | | 88 | Nimbus Mono L | Nimbus Mono L | n022004l.pfb | 93 | | 89 | Nimbus Mono L | Nimbus Mono L | n022003l.pfb | 94 | | 90 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021023l.pfb | 95 | | 91 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021024l.pfb | 96 | | 92 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021003l.pfb | 97 | | 93 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021004l.pfb | 98 | | 94 | Nimbus Sans L | Nimbus Sans L | n019003l.pfb | 99 | | 95 | Nimbus Sans L | Nimbus Sans L | n019004l.pfb | 100 | | 96 | Nimbus Sans L | Nimbus Sans L | n019063l.pfb | 101 | | 97 | Nimbus Sans L | Nimbus Sans L | n019064l.pfb | 102 | | 98 | Nimbus Sans L | Nimbus Sans L | n019043l.pfb | 103 | | 99 | Nimbus Sans L | Nimbus Sans L | n019044l.pfb | 104 | | 100 | Nimbus Sans L | Nimbus Sans L | n019023l.pfb | 105 | | 101 | Nimbus Sans L | Nimbus Sans L | n019024l.pfb | 106 | | 102 | OpenSymbol | OpenSymbol | opens___.ttf | 107 | | 103 | Padauk | Padauk | Padauk.ttf | 108 | | 104 | Padauk | Padauk Bold | Padauk-Bold.ttf | 109 | | 105 | PakTypeNaqsh | PakTypeNaqsh | PakTypeNaqsh.ttf | 110 | | 106 | PakTypeTehreer | PakTypeTehreer | PakTypeTehreer.ttf | 111 | | 107 | STIXGeneral | STIXGeneral | STIXGeneral.otf | 112 | | 108 | STIXGeneral | STIXGeneral-Bold | STIXGeneralBol.otf | 113 | | 109 | STIXGeneral | STIXGeneral-BoldItalic | STIXGeneralBolIta.otf | 114 | | 110 | STIXGeneral | STIXGeneral-Italic | STIXGeneralItalic.otf | 115 | | 111 | Standard Symbols L | Standard Symbols L | s050000l.pfb | 116 | | 112 | Tibetan Machine Uni | Tibetan_Machine_Uni | TibMachUni-1.901b.ttf | 117 | | 113 | URW Bookman L | URW Bookman L | b018012l.pfb | 118 | | 114 | URW Bookman L | URW Bookman L | b018015l.pfb | 119 | | 115 | URW Bookman L | URW Bookman L | b018032l.pfb | 120 | | 116 | URW Bookman L | URW Bookman L | b018035l.pfb | 121 | | 117 | URW Chancery L | URW Chancery L | z003034l.pfb | 122 | | 118 | URW Gothic L | URW Gothic L | a010035l.pfb | 123 | | 119 | URW Gothic L | URW Gothic L | a010033l.pfb | 124 | | 120 | URW Gothic L | URW Gothic L | a010015l.pfb | 125 | | 121 | URW Gothic L | URW Gothic L | a010013l.pfb | 126 | | 122 | URW Palladio L | URW Palladio L | p052003l.pfb | 127 | | 123 | URW Palladio L | URW Palladio L | p052004l.pfb | 128 | | 124 | URW Palladio L | URW Palladio L | p052023l.pfb | 129 | | 125 | URW Palladio L | URW Palladio L | p052024l.pfb | 130 | | 126 | UnDotum | Un Dotum | UnDotum.ttf | 131 | | 127 | UnDotum | Un Dotum Bold | UnDotumBold.ttf | 132 | | 128 | Unikurd Web | Unikurd Web | Unikuweb.ttf | 133 | | 129 | Utopia | Utopia | putr.pfa | 134 | | 130 | Utopia | Utopia | putb.pfa | 135 | | 131 | Utopia | Utopia | putbi.pfa | 136 | | 132 | Utopia | Utopia | putri.pfa | 137 | | 133 | Utopia | Utopia | UTI_____.pfa | 138 | | 134 | Utopia | Utopia | UTRG____.pfa | 139 | | 135 | Utopia | Utopia | UTBI____.pfa | 140 | | 136 | Utopia | Utopia | UTB_____.pfa | 141 | | 137 | VL Gothic | VL Gothic Regular | VL-Gothic-Regular.ttf | 142 | | 138 | Waree | Waree | Waree.ttf | 143 | | 139 | Waree | Waree Bold | Waree-Bold.ttf | 144 | | 140 | Waree | Waree Bold Oblique | Waree-BoldOblique.ttf | 145 | | 141 | Waree | Waree Oblique | Waree-Oblique.ttf | 146 | | 142 | WenQuanYi Zen Hei | WenQuanYi Zen Hei | wqy-zenhei.ttc | 147 | | 143 | WenQuanYi Zen Hei Mono | WenQuanYi Zen Hei Mono | wqy-zenhei.ttc | 148 | | 144 | WenQuanYi Zen Hei Sharp | WenQuanYi Zen Hei Sharp | wqy-zenhei.ttc | 149 | -------------------------------------------------------------------------------- /md/linux/Debian-5_Lenny.md: -------------------------------------------------------------------------------- 1 | ## Debian 5: Lenny 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | Bitstream Charter | Bitstream Charter | c0649bt_.pfb | 6 | | 2 | Bitstream Charter | Bitstream Charter | c0632bt_.pfb | 7 | | 3 | Bitstream Charter | Bitstream Charter | c0633bt_.pfb | 8 | | 4 | Bitstream Charter | Bitstream Charter | c0648bt_.pfb | 9 | | 5 | Century Schoolbook L | Century Schoolbook L | c059033l.pfb | 10 | | 6 | Century Schoolbook L | Century Schoolbook L | c059036l.pfb | 11 | | 7 | Century Schoolbook L | Century Schoolbook L | c059013l.pfb | 12 | | 8 | Century Schoolbook L | Century Schoolbook L | c059016l.pfb | 13 | | 9 | Courier 10 Pitch | Courier 10 Pitch | c0419bt_.pfb | 14 | | 10 | Courier 10 Pitch | Courier 10 Pitch | c0611bt_.pfb | 15 | | 11 | Courier 10 Pitch | Courier 10 Pitch | c0583bt_.pfb | 16 | | 12 | Courier 10 Pitch | Courier 10 Pitch | c0582bt_.pfb | 17 | | 13 | DejaVu Sans | DejaVu Sans | DejaVuSans.ttf | 18 | | 14 | DejaVu Sans | DejaVu Sans Bold | DejaVuSans-Bold.ttf | 19 | | 15 | DejaVu Sans | DejaVu Sans Bold Oblique | DejaVuSans-BoldOblique.ttf | 20 | | 16 | DejaVu Sans | DejaVu Sans Condensed | DejaVuSansCondensed.ttf | 21 | | 17 | DejaVu Sans | DejaVu Sans Condensed Bold | DejaVuSansCondensed-Bold.ttf | 22 | | 18 | DejaVu Sans | DejaVu Sans Condensed Bold Oblique | DejaVuSansCondensed-BoldOblique.ttf | 23 | | 19 | DejaVu Sans | DejaVu Sans Condensed Oblique | DejaVuSansCondensed-Oblique.ttf | 24 | | 20 | DejaVu Sans | DejaVu Sans ExtraLight | DejaVuSans-ExtraLight.ttf | 25 | | 21 | DejaVu Sans | DejaVu Sans Oblique | DejaVuSans-Oblique.ttf | 26 | | 22 | DejaVu Sans Mono | DejaVu Sans Mono | DejaVuSansMono.ttf | 27 | | 23 | DejaVu Sans Mono | DejaVu Sans Mono Bold | DejaVuSansMono-Bold.ttf | 28 | | 24 | DejaVu Sans Mono | DejaVu Sans Mono Bold Oblique | DejaVuSansMono-BoldOblique.ttf | 29 | | 25 | DejaVu Sans Mono | DejaVu Sans Mono Oblique | DejaVuSansMono-Oblique.ttf | 30 | | 26 | DejaVu Serif | DejaVu Serif | DejaVuSerif.ttf | 31 | | 27 | DejaVu Serif | DejaVu Serif Bold | DejaVuSerif-Bold.ttf | 32 | | 28 | DejaVu Serif | DejaVu Serif Bold Italic | DejaVuSerif-BoldItalic.ttf | 33 | | 29 | DejaVu Serif | DejaVu Serif Condensed | DejaVuSerifCondensed.ttf | 34 | | 30 | DejaVu Serif | DejaVu Serif Condensed Bold | DejaVuSerifCondensed-Bold.ttf | 35 | | 31 | DejaVu Serif | DejaVu Serif Condensed Bold Italic | DejaVuSerifCondensed-BoldItalic.ttf | 36 | | 32 | DejaVu Serif | DejaVu Serif Italic | DejaVuSerif-Italic.ttf | 37 | | 33 | DejaVu Serif | DejaVu Serif Italic Condensed | DejaVuSerifCondensed-Italic.ttf | 38 | | 34 | Dingbats | Dingbats | d050000l.pfb | 39 | | 35 | Liberation Mono | Liberation Mono Bold | LiberationMono-Bold.ttf | 40 | | 36 | Liberation Mono | Liberation Mono Bold Italic | LiberationMono-BoldItalic.ttf | 41 | | 37 | Liberation Mono | Liberation Mono Italic | LiberationMono-Italic.ttf | 42 | | 38 | Liberation Mono | Liberation Mono Regular | LiberationMono-Regular.ttf | 43 | | 39 | Liberation Sans | Liberation Sans Bold | LiberationSans-Bold.ttf | 44 | | 40 | Liberation Sans | Liberation Sans Bold Italic | LiberationSans-BoldItalic.ttf | 45 | | 41 | Liberation Sans | Liberation Sans Italic | LiberationSans-Italic.ttf | 46 | | 42 | Liberation Sans | Liberation Sans Regular | LiberationSans-Regular.ttf | 47 | | 43 | Liberation Serif | Liberation Serif Bold | LiberationSerif-Bold.ttf | 48 | | 44 | Liberation Serif | Liberation Serif Bold Italic | LiberationSerif-BoldItalic.ttf | 49 | | 45 | Liberation Serif | Liberation Serif Italic | LiberationSerif-Italic.ttf | 50 | | 46 | Liberation Serif | Liberation Serif Regular | LiberationSerif-Regular.ttf | 51 | | 47 | Nimbus Mono L | Nimbus Mono L | n022003l.pfb | 52 | | 48 | Nimbus Mono L | Nimbus Mono L | n022004l.pfb | 53 | | 49 | Nimbus Mono L | Nimbus Mono L | n022023l.pfb | 54 | | 50 | Nimbus Mono L | Nimbus Mono L | n022024l.pfb | 55 | | 51 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021004l.pfb | 56 | | 52 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021003l.pfb | 57 | | 53 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021024l.pfb | 58 | | 54 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021023l.pfb | 59 | | 55 | Nimbus Sans L | Nimbus Sans L | n019004l.pfb | 60 | | 56 | Nimbus Sans L | Nimbus Sans L | n019003l.pfb | 61 | | 57 | Nimbus Sans L | Nimbus Sans L | n019024l.pfb | 62 | | 58 | Nimbus Sans L | Nimbus Sans L | n019044l.pfb | 63 | | 59 | Nimbus Sans L | Nimbus Sans L | n019023l.pfb | 64 | | 60 | Nimbus Sans L | Nimbus Sans L | n019043l.pfb | 65 | | 61 | Nimbus Sans L | Nimbus Sans L | n019064l.pfb | 66 | | 62 | Nimbus Sans L | Nimbus Sans L | n019063l.pfb | 67 | | 63 | OpenSymbol | OpenSymbol | opens___.ttf | 68 | | 64 | Standard Symbols L | Standard Symbols L | s050000l.pfb | 69 | | 65 | URW Bookman L | URW Bookman L | b018035l.pfb | 70 | | 66 | URW Bookman L | URW Bookman L | b018032l.pfb | 71 | | 67 | URW Bookman L | URW Bookman L | b018015l.pfb | 72 | | 68 | URW Bookman L | URW Bookman L | b018012l.pfb | 73 | | 69 | URW Chancery L | URW Chancery L | z003034l.pfb | 74 | | 70 | URW Gothic L | URW Gothic L | a010013l.pfb | 75 | | 71 | URW Gothic L | URW Gothic L | a010015l.pfb | 76 | | 72 | URW Gothic L | URW Gothic L | a010033l.pfb | 77 | | 73 | URW Gothic L | URW Gothic L | a010035l.pfb | 78 | | 74 | URW Palladio L | URW Palladio L | p052024l.pfb | 79 | | 75 | URW Palladio L | URW Palladio L | p052023l.pfb | 80 | | 76 | URW Palladio L | URW Palladio L | p052004l.pfb | 81 | | 77 | URW Palladio L | URW Palladio L | p052003l.pfb | 82 | -------------------------------------------------------------------------------- /md/linux/Debian-6_Squeeze.md: -------------------------------------------------------------------------------- 1 | ## Debian 6: Squeeze 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | Bitstream Charter | Bitstream Charter | c0649bt_.pfb | 6 | | 2 | Bitstream Charter | Bitstream Charter | c0632bt_.pfb | 7 | | 3 | Bitstream Charter | Bitstream Charter | c0633bt_.pfb | 8 | | 4 | Bitstream Charter | Bitstream Charter | c0648bt_.pfb | 9 | | 5 | Century Schoolbook L | Century Schoolbook L | c059033l.pfb | 10 | | 6 | Century Schoolbook L | Century Schoolbook L | c059036l.pfb | 11 | | 7 | Century Schoolbook L | Century Schoolbook L | c059013l.pfb | 12 | | 8 | Century Schoolbook L | Century Schoolbook L | c059016l.pfb | 13 | | 9 | Courier 10 Pitch | Courier 10 Pitch | c0419bt_.pfb | 14 | | 10 | Courier 10 Pitch | Courier 10 Pitch | c0611bt_.pfb | 15 | | 11 | Courier 10 Pitch | Courier 10 Pitch | c0583bt_.pfb | 16 | | 12 | Courier 10 Pitch | Courier 10 Pitch | c0582bt_.pfb | 17 | | 13 | DejaVu Sans | DejaVu Sans | DejaVuSans.ttf | 18 | | 14 | DejaVu Sans | DejaVu Sans Bold | DejaVuSans-Bold.ttf | 19 | | 15 | DejaVu Sans | DejaVu Sans Bold Oblique | DejaVuSans-BoldOblique.ttf | 20 | | 16 | DejaVu Sans | DejaVu Sans Condensed | DejaVuSansCondensed.ttf | 21 | | 17 | DejaVu Sans | DejaVu Sans Condensed Bold | DejaVuSansCondensed-Bold.ttf | 22 | | 18 | DejaVu Sans | DejaVu Sans Condensed Bold Oblique | DejaVuSansCondensed-BoldOblique.ttf | 23 | | 19 | DejaVu Sans | DejaVu Sans Condensed Oblique | DejaVuSansCondensed-Oblique.ttf | 24 | | 20 | DejaVu Sans | DejaVu Sans ExtraLight | DejaVuSans-ExtraLight.ttf | 25 | | 21 | DejaVu Sans | DejaVu Sans Oblique | DejaVuSans-Oblique.ttf | 26 | | 22 | DejaVu Sans Mono | DejaVu Sans Mono | DejaVuSansMono.ttf | 27 | | 23 | DejaVu Sans Mono | DejaVu Sans Mono Bold | DejaVuSansMono-Bold.ttf | 28 | | 24 | DejaVu Sans Mono | DejaVu Sans Mono Bold Oblique | DejaVuSansMono-BoldOblique.ttf | 29 | | 25 | DejaVu Sans Mono | DejaVu Sans Mono Oblique | DejaVuSansMono-Oblique.ttf | 30 | | 26 | DejaVu Serif | DejaVu Serif | DejaVuSerif.ttf | 31 | | 27 | DejaVu Serif | DejaVu Serif Bold | DejaVuSerif-Bold.ttf | 32 | | 28 | DejaVu Serif | DejaVu Serif Bold Italic | DejaVuSerif-BoldItalic.ttf | 33 | | 29 | DejaVu Serif | DejaVu Serif Condensed | DejaVuSerifCondensed.ttf | 34 | | 30 | DejaVu Serif | DejaVu Serif Condensed Bold | DejaVuSerifCondensed-Bold.ttf | 35 | | 31 | DejaVu Serif | DejaVu Serif Condensed Bold Italic | DejaVuSerifCondensed-BoldItalic.ttf | 36 | | 32 | DejaVu Serif | DejaVu Serif Condensed Italic | DejaVuSerifCondensed-Italic.ttf | 37 | | 33 | DejaVu Serif | DejaVu Serif Italic | DejaVuSerif-Italic.ttf | 38 | | 34 | Dingbats | Dingbats | d050000l.pfb | 39 | | 35 | FreeMono | Free Monospaced | FreeMono.ttf | 40 | | 36 | FreeMono | Free Monospaced Bold | FreeMonoBold.ttf | 41 | | 37 | FreeMono | Free Monospaced Bold Oblique | FreeMonoBoldOblique.ttf | 42 | | 38 | FreeMono | Free Monospaced Oblique | FreeMonoOblique.ttf | 43 | | 39 | FreeSans | Free Sans | FreeSans.ttf | 44 | | 40 | FreeSans | Free Sans Bold | FreeSansBold.ttf | 45 | | 41 | FreeSans | Free Sans Bold Oblique | FreeSansBoldOblique.ttf | 46 | | 42 | FreeSans | Free Sans Oblique | FreeSansOblique.ttf | 47 | | 43 | FreeSerif | Free Serif | FreeSerif.ttf | 48 | | 44 | FreeSerif | Free Serif Bold | FreeSerifBold.ttf | 49 | | 45 | FreeSerif | Free Serif Bold Italic | FreeSerifBoldItalic.ttf | 50 | | 46 | FreeSerif | Free Serif Italic | FreeSerifItalic.ttf | 51 | | 47 | Gentium | Gentium | GenR102.ttf | 52 | | 48 | Gentium | Gentium Italic | GenI102.ttf | 53 | | 49 | Gentium Basic | Gentium Basic | GenBasR.ttf | 54 | | 50 | Gentium Basic | Gentium Basic Bold | GenBasB.ttf | 55 | | 51 | Gentium Basic | Gentium Basic Bold Italic | GenBasBI.ttf | 56 | | 52 | Gentium Basic | Gentium Basic Italic | GenBasI.ttf | 57 | | 53 | Gentium Book Basic | Gentium Book Basic | GenBkBasR.ttf | 58 | | 54 | Gentium Book Basic | Gentium Book Basic Bold | GenBkBasB.ttf | 59 | | 55 | Gentium Book Basic | Gentium Book Basic Bold Italic | GenBkBasBI.ttf | 60 | | 56 | Gentium Book Basic | Gentium Book Basic Italic | GenBkBasI.ttf | 61 | | 57 | GentiumAlt | GentiumAlt | GenAR102.ttf | 62 | | 58 | GentiumAlt | GentiumAlt Italic | GenAI102.ttf | 63 | | 59 | Liberation Mono | Liberation Mono | LiberationMono-Regular.ttf | 64 | | 60 | Liberation Mono | Liberation Mono Bold | LiberationMono-Bold.ttf | 65 | | 61 | Liberation Mono | Liberation Mono Bold Italic | LiberationMono-BoldItalic.ttf | 66 | | 62 | Liberation Mono | Liberation Mono Italic | LiberationMono-Italic.ttf | 67 | | 63 | Liberation Sans | Liberation Sans | LiberationSans-Regular.ttf | 68 | | 64 | Liberation Sans | Liberation Sans Bold | LiberationSans-Bold.ttf | 69 | | 65 | Liberation Sans | Liberation Sans Bold Italic | LiberationSans-BoldItalic.ttf | 70 | | 66 | Liberation Sans | Liberation Sans Italic | LiberationSans-Italic.ttf | 71 | | 67 | Liberation Serif | Liberation Serif | LiberationSerif-Regular.ttf | 72 | | 68 | Liberation Serif | Liberation Serif Bold | LiberationSerif-Bold.ttf | 73 | | 69 | Liberation Serif | Liberation Serif Bold Italic | LiberationSerif-BoldItalic.ttf | 74 | | 70 | Liberation Serif | Liberation Serif Italic | LiberationSerif-Italic.ttf | 75 | | 71 | Nimbus Mono L | Nimbus Mono L | n022003l.pfb | 76 | | 72 | Nimbus Mono L | Nimbus Mono L | n022004l.pfb | 77 | | 73 | Nimbus Mono L | Nimbus Mono L | n022023l.pfb | 78 | | 74 | Nimbus Mono L | Nimbus Mono L | n022024l.pfb | 79 | | 75 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021004l.pfb | 80 | | 76 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021003l.pfb | 81 | | 77 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021024l.pfb | 82 | | 78 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021023l.pfb | 83 | | 79 | Nimbus Sans L | Nimbus Sans L | n019004l.pfb | 84 | | 80 | Nimbus Sans L | Nimbus Sans L | n019003l.pfb | 85 | | 81 | Nimbus Sans L | Nimbus Sans L | n019024l.pfb | 86 | | 82 | Nimbus Sans L | Nimbus Sans L | n019044l.pfb | 87 | | 83 | Nimbus Sans L | Nimbus Sans L | n019023l.pfb | 88 | | 84 | Nimbus Sans L | Nimbus Sans L | n019043l.pfb | 89 | | 85 | Nimbus Sans L | Nimbus Sans L | n019064l.pfb | 90 | | 86 | Nimbus Sans L | Nimbus Sans L | n019063l.pfb | 91 | | 87 | OpenSymbol | OpenSymbol | opens___.ttf | 92 | | 88 | Standard Symbols L | Standard Symbols L | s050000l.pfb | 93 | | 89 | Symbol | Symbol | Symbol.pfb | 94 | | 90 | Symbol | Symbol | Symbol.pfb | 95 | | 91 | URW Bookman L | URW Bookman L | b018035l.pfb | 96 | | 92 | URW Bookman L | URW Bookman L | b018032l.pfb | 97 | | 93 | URW Bookman L | URW Bookman L | b018015l.pfb | 98 | | 94 | URW Bookman L | URW Bookman L | b018012l.pfb | 99 | | 95 | URW Chancery L | URW Chancery L | z003034l.pfb | 100 | | 96 | URW Gothic L | URW Gothic L | a010013l.pfb | 101 | | 97 | URW Gothic L | URW Gothic L | a010015l.pfb | 102 | | 98 | URW Gothic L | URW Gothic L | a010033l.pfb | 103 | | 99 | URW Gothic L | URW Gothic L | a010035l.pfb | 104 | | 100 | URW Palladio L | URW Palladio L | p052024l.pfb | 105 | | 101 | URW Palladio L | URW Palladio L | p052023l.pfb | 106 | | 102 | URW Palladio L | URW Palladio L | p052004l.pfb | 107 | | 103 | URW Palladio L | URW Palladio L | p052003l.pfb | 108 | | 104 | cmex10 | cmex10 | cmex10.ttf | 109 | | 105 | cmmi10 | cmmi10 | cmmi10.ttf | 110 | | 106 | cmr10 | cmr10 | cmr10.ttf | 111 | | 107 | cmsy10 | cmsy10 | cmsy10.ttf | 112 | | 108 | esint10 | esint10 | esint10.ttf | 113 | | 109 | eufm10 | eufm10 | eufm10.ttf | 114 | | 110 | msam10 | msam10 | msam10.ttf | 115 | | 111 | msbm10 | msbm10 | msbm10.ttf | 116 | | 112 | wasy10 | wasy10 | wasy10.ttf | 117 | -------------------------------------------------------------------------------- /md/linux/Debian-8_Jessie.md: -------------------------------------------------------------------------------- 1 | ## Debian 8: Jessie 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | Bitstream Charter | Bitstream Charter | c0649bt_.pfb | 6 | | 2 | Bitstream Charter | Bitstream Charter | c0632bt_.pfb | 7 | | 3 | Bitstream Charter | Bitstream Charter | c0633bt_.pfb | 8 | | 4 | Bitstream Charter | Bitstream Charter | c0648bt_.pfb | 9 | | 5 | Cantarell | Cantarell Bold | Cantarell-Bold.otf | 10 | | 6 | Cantarell | Cantarell Regular | Cantarell-Regular.otf | 11 | | 7 | Century Schoolbook L | Century Schoolbook L | c059033l.pfb | 12 | | 8 | Century Schoolbook L | Century Schoolbook L | c059036l.pfb | 13 | | 9 | Century Schoolbook L | Century Schoolbook L | c059013l.pfb | 14 | | 10 | Century Schoolbook L | Century Schoolbook L | c059016l.pfb | 15 | | 11 | Courier 10 Pitch | Courier 10 Pitch | c0419bt_.pfb | 16 | | 12 | Courier 10 Pitch | Courier 10 Pitch | c0611bt_.pfb | 17 | | 13 | Courier 10 Pitch | Courier 10 Pitch | c0583bt_.pfb | 18 | | 14 | Courier 10 Pitch | Courier 10 Pitch | c0582bt_.pfb | 19 | | 15 | DejaVu Sans | DejaVu Sans | DejaVuSans.ttf | 20 | | 16 | DejaVu Sans | DejaVu Sans Bold | DejaVuSans-Bold.ttf | 21 | | 17 | DejaVu Sans | DejaVu Sans Bold Oblique | DejaVuSans-BoldOblique.ttf | 22 | | 18 | DejaVu Sans | DejaVu Sans Condensed | DejaVuSansCondensed.ttf | 23 | | 19 | DejaVu Sans | DejaVu Sans Condensed Bold | DejaVuSansCondensed-Bold.ttf | 24 | | 20 | DejaVu Sans | DejaVu Sans Condensed Bold Oblique | DejaVuSansCondensed-BoldOblique.ttf | 25 | | 21 | DejaVu Sans | DejaVu Sans Condensed Oblique | DejaVuSansCondensed-Oblique.ttf | 26 | | 22 | DejaVu Sans | DejaVu Sans ExtraLight | DejaVuSans-ExtraLight.ttf | 27 | | 23 | DejaVu Sans | DejaVu Sans Oblique | DejaVuSans-Oblique.ttf | 28 | | 24 | DejaVu Sans Mono | DejaVu Sans Mono | DejaVuSansMono.ttf | 29 | | 25 | DejaVu Sans Mono | DejaVu Sans Mono Bold | DejaVuSansMono-Bold.ttf | 30 | | 26 | DejaVu Sans Mono | DejaVu Sans Mono Bold Oblique | DejaVuSansMono-BoldOblique.ttf | 31 | | 27 | DejaVu Sans Mono | DejaVu Sans Mono Oblique | DejaVuSansMono-Oblique.ttf | 32 | | 28 | DejaVu Serif | DejaVu Serif | DejaVuSerif.ttf | 33 | | 29 | DejaVu Serif | DejaVu Serif Bold | DejaVuSerif-Bold.ttf | 34 | | 30 | DejaVu Serif | DejaVu Serif Bold Italic | DejaVuSerif-BoldItalic.ttf | 35 | | 31 | DejaVu Serif | DejaVu Serif Condensed | DejaVuSerifCondensed.ttf | 36 | | 32 | DejaVu Serif | DejaVu Serif Condensed Bold | DejaVuSerifCondensed-Bold.ttf | 37 | | 33 | DejaVu Serif | DejaVu Serif Condensed Bold Italic | DejaVuSerifCondensed-BoldItalic.ttf | 38 | | 34 | DejaVu Serif | DejaVu Serif Condensed Italic | DejaVuSerifCondensed-Italic.ttf | 39 | | 35 | DejaVu Serif | DejaVu Serif Italic | DejaVuSerif-Italic.ttf | 40 | | 36 | Dingbats | Dingbats | d050000l.pfb | 41 | | 37 | Droid Arabic Kufi | Droid Arabic Kufi | DroidKufi-Regular.ttf | 42 | | 38 | Droid Arabic Kufi | Droid Arabic Kufi Bold | DroidKufi-Bold.ttf | 43 | | 39 | Droid Arabic Naskh | Droid Arabic Naskh | DroidNaskh-Regular.ttf | 44 | | 40 | Droid Arabic Naskh | Droid Arabic Naskh Bold | DroidNaskh-Bold.ttf | 45 | | 41 | Droid Naskh Shift Alt | Droid Naskh Shift Alt | DroidNaskhUI-Regular.ttf | 46 | | 42 | Droid Sans | Droid Sans | DroidSans.ttf | 47 | | 43 | Droid Sans | Droid Sans Bold | DroidSans-Bold.ttf | 48 | | 44 | Droid Sans Arabic | Droid Sans Arabic | DroidSansArabic.ttf | 49 | | 45 | Droid Sans Armenian | Droid Sans Armenian | DroidSansArmenian.ttf | 50 | | 46 | Droid Sans Ethiopic | Droid Sans Ethiopic | DroidSansEthiopic-Regular.ttf | 51 | | 47 | Droid Sans Ethiopic | Droid Sans Ethiopic Bold | DroidSansEthiopic-Bold.ttf | 52 | | 48 | Droid Sans Fallback | Droid Sans Fallback | DroidSansFallbackFull.ttf | 53 | | 49 | Droid Sans Georgian | Droid Sans Georgian | DroidSansGeorgian.ttf | 54 | | 50 | Droid Sans Hebrew | Droid Sans Hebrew | DroidSansHebrew-Regular.ttf | 55 | | 51 | Droid Sans Hebrew | Droid Sans Hebrew Bold | DroidSansHebrew-Bold.ttf | 56 | | 52 | Droid Sans Japanese | Droid Sans Japanese | DroidSansJapanese.ttf | 57 | | 53 | Droid Sans Mono | Droid Sans Mono | DroidSansMono.ttf | 58 | | 54 | Droid Serif | Droid Serif | DroidSerif-Regular.ttf | 59 | | 55 | Droid Serif | Droid Serif Bold | DroidSerif-Bold.ttf | 60 | | 56 | Droid Serif | Droid Serif Bold Italic | DroidSerif-BoldItalic.ttf | 61 | | 57 | Droid Serif | Droid Serif Italic | DroidSerif-Italic.ttf | 62 | | 58 | Gentium | Gentium | GenR102.ttf | 63 | | 59 | Gentium | Gentium Italic | GenI102.ttf | 64 | | 60 | Gentium Basic | Gentium Basic | GenBasR.ttf | 65 | | 61 | Gentium Basic | Gentium Basic Bold | GenBasB.ttf | 66 | | 62 | Gentium Basic | Gentium Basic Bold Italic | GenBasBI.ttf | 67 | | 63 | Gentium Basic | Gentium Basic Italic | GenBasI.ttf | 68 | | 64 | Gentium Book Basic | Gentium Book Basic | GenBkBasR.ttf | 69 | | 65 | Gentium Book Basic | Gentium Book Basic Bold | GenBkBasB.ttf | 70 | | 66 | Gentium Book Basic | Gentium Book Basic Bold Italic | GenBkBasBI.ttf | 71 | | 67 | Gentium Book Basic | Gentium Book Basic Italic | GenBkBasI.ttf | 72 | | 68 | GentiumAlt | GentiumAlt | GenAR102.ttf | 73 | | 69 | GentiumAlt | GentiumAlt Italic | GenAI102.ttf | 74 | | 70 | Liberation Mono | Liberation Mono | LiberationMono-Regular.ttf | 75 | | 71 | Liberation Mono | Liberation Mono Bold | LiberationMono-Bold.ttf | 76 | | 72 | Liberation Mono | Liberation Mono Bold Italic | LiberationMono-BoldItalic.ttf | 77 | | 73 | Liberation Mono | Liberation Mono Italic | LiberationMono-Italic.ttf | 78 | | 74 | Liberation Sans | Liberation Sans | LiberationSans-Regular.ttf | 79 | | 75 | Liberation Sans | Liberation Sans Bold | LiberationSans-Bold.ttf | 80 | | 76 | Liberation Sans | Liberation Sans Bold Italic | LiberationSans-BoldItalic.ttf | 81 | | 77 | Liberation Sans | Liberation Sans Italic | LiberationSans-Italic.ttf | 82 | | 78 | Liberation Sans Narrow | Liberation Sans Narrow | LiberationSansNarrow-Regular.ttf | 83 | | 79 | Liberation Sans Narrow | Liberation Sans Narrow Bold | LiberationSansNarrow-Bold.ttf | 84 | | 80 | Liberation Sans Narrow | Liberation Sans Narrow Bold Italic | LiberationSansNarrow-BoldItalic.ttf | 85 | | 81 | Liberation Sans Narrow | Liberation Sans Narrow Italic | LiberationSansNarrow-Italic.ttf | 86 | | 82 | Liberation Serif | Liberation Serif | LiberationSerif-Regular.ttf | 87 | | 83 | Liberation Serif | Liberation Serif Bold | LiberationSerif-Bold.ttf | 88 | | 84 | Liberation Serif | Liberation Serif Bold Italic | LiberationSerif-BoldItalic.ttf | 89 | | 85 | Liberation Serif | Liberation Serif Italic | LiberationSerif-Italic.ttf | 90 | | 86 | Nimbus Mono L | Nimbus Mono L | n022003l.pfb | 91 | | 87 | Nimbus Mono L | Nimbus Mono L | n022004l.pfb | 92 | | 88 | Nimbus Mono L | Nimbus Mono L | n022023l.pfb | 93 | | 89 | Nimbus Mono L | Nimbus Mono L | n022024l.pfb | 94 | | 90 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021004l.pfb | 95 | | 91 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021003l.pfb | 96 | | 92 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021024l.pfb | 97 | | 93 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021023l.pfb | 98 | | 94 | Nimbus Sans L | Nimbus Sans L | n019004l.pfb | 99 | | 95 | Nimbus Sans L | Nimbus Sans L | n019003l.pfb | 100 | | 96 | Nimbus Sans L | Nimbus Sans L | n019024l.pfb | 101 | | 97 | Nimbus Sans L | Nimbus Sans L | n019044l.pfb | 102 | | 98 | Nimbus Sans L | Nimbus Sans L | n019023l.pfb | 103 | | 99 | Nimbus Sans L | Nimbus Sans L | n019043l.pfb | 104 | | 100 | Nimbus Sans L | Nimbus Sans L | n019064l.pfb | 105 | | 101 | Nimbus Sans L | Nimbus Sans L | n019063l.pfb | 106 | | 102 | OpenSymbol | OpenSymbol | opens___.ttf | 107 | | 103 | Standard Symbols L | Standard Symbols L | s050000l.pfb | 108 | | 104 | URW Bookman L | URW Bookman L | b018035l.pfb | 109 | | 105 | URW Bookman L | URW Bookman L | b018032l.pfb | 110 | | 106 | URW Bookman L | URW Bookman L | b018015l.pfb | 111 | | 107 | URW Bookman L | URW Bookman L | b018012l.pfb | 112 | | 108 | URW Chancery L | URW Chancery L | z003034l.pfb | 113 | | 109 | URW Gothic L | URW Gothic L | a010013l.pfb | 114 | | 110 | URW Gothic L | URW Gothic L | a010015l.pfb | 115 | | 111 | URW Gothic L | URW Gothic L | a010033l.pfb | 116 | | 112 | URW Gothic L | URW Gothic L | a010035l.pfb | 117 | | 113 | URW Palladio L | URW Palladio L | p052024l.pfb | 118 | | 114 | URW Palladio L | URW Palladio L | p052023l.pfb | 119 | | 115 | URW Palladio L | URW Palladio L | p052004l.pfb | 120 | | 116 | URW Palladio L | URW Palladio L | p052003l.pfb | 121 | -------------------------------------------------------------------------------- /md/linux/Ubuntu-10.04_Lucid-Lynx.md: -------------------------------------------------------------------------------- 1 | ## Ubuntu 10.04: Lucid Lynx 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | Bitstream Charter | Bitstream Charter | c0649bt_.pfb | 6 | | 2 | Bitstream Charter | Bitstream Charter | c0632bt_.pfb | 7 | | 3 | Bitstream Charter | Bitstream Charter | c0633bt_.pfb | 8 | | 4 | Bitstream Charter | Bitstream Charter | c0648bt_.pfb | 9 | | 5 | Century Schoolbook L | Century Schoolbook L | c059033l.pfb | 10 | | 6 | Century Schoolbook L | Century Schoolbook L | c059036l.pfb | 11 | | 7 | Century Schoolbook L | Century Schoolbook L | c059013l.pfb | 12 | | 8 | Century Schoolbook L | Century Schoolbook L | c059016l.pfb | 13 | | 9 | Courier 10 Pitch | Courier 10 Pitch | c0419bt_.pfb | 14 | | 10 | Courier 10 Pitch | Courier 10 Pitch | c0611bt_.pfb | 15 | | 11 | Courier 10 Pitch | Courier 10 Pitch | c0583bt_.pfb | 16 | | 12 | Courier 10 Pitch | Courier 10 Pitch | c0582bt_.pfb | 17 | | 13 | DejaVu Sans | DejaVu Sans | DejaVuSans.ttf | 18 | | 14 | DejaVu Sans | DejaVu Sans Bold | DejaVuSans-Bold.ttf | 19 | | 15 | DejaVu Sans Mono | DejaVu Sans Mono | DejaVuSansMono.ttf | 20 | | 16 | DejaVu Sans Mono | DejaVu Sans Mono Bold | DejaVuSansMono-Bold.ttf | 21 | | 17 | DejaVu Serif | DejaVu Serif | DejaVuSerif.ttf | 22 | | 18 | DejaVu Serif | DejaVu Serif Bold | DejaVuSerif-Bold.ttf | 23 | | 19 | Dingbats | Dingbats | d050000l.pfb | 24 | | 20 | FreeMono | Free Monospaced | FreeMono.ttf | 25 | | 21 | FreeMono | Free Monospaced Bold | FreeMonoBold.ttf | 26 | | 22 | FreeMono | Free Monospaced Bold Oblique | FreeMonoBoldOblique.ttf | 27 | | 23 | FreeMono | Free Monospaced Oblique | FreeMonoOblique.ttf | 28 | | 24 | FreeSans | Free Sans | FreeSans.ttf | 29 | | 25 | FreeSans | Free Sans Bold | FreeSansBold.ttf | 30 | | 26 | FreeSans | Free Sans Bold Oblique | FreeSansBoldOblique.ttf | 31 | | 27 | FreeSans | Free Sans Oblique | FreeSansOblique.ttf | 32 | | 28 | FreeSerif | Free Serif | FreeSerif.ttf | 33 | | 29 | FreeSerif | Free Serif Bold | FreeSerifBold.ttf | 34 | | 30 | FreeSerif | Free Serif Bold Italic | FreeSerifBoldItalic.ttf | 35 | | 31 | FreeSerif | Free Serif Italic | FreeSerifItalic.ttf | 36 | | 32 | Gargi | Gargi | gargi.ttf | 37 | | 33 | Garuda | Garuda | Garuda.ttf | 38 | | 34 | Garuda | Garuda Bold | Garuda-Bold.ttf | 39 | | 35 | Garuda | Garuda Bold Oblique | Garuda-BoldOblique.ttf | 40 | | 36 | Garuda | Garuda Oblique | Garuda-Oblique.ttf | 41 | | 37 | KacstOne | KacstOne | KacstOne.ttf | 42 | | 38 | Kedage | Kedage Bold | Kedage-b.ttf | 43 | | 39 | Kedage | Kedage Normal | Kedage-n.ttf | 44 | | 40 | Khmer OS | Khmer OS | KhmerOS.ttf | 45 | | 41 | Khmer OS System | Khmer OS System | KhmerOSsys.ttf | 46 | | 42 | Kinnari | Kinnari | Kinnari.ttf | 47 | | 43 | Kinnari | Kinnari Bold | Kinnari-Bold.ttf | 48 | | 44 | Kinnari | Kinnari Bold Italic | Kinnari-BoldItalic.ttf | 49 | | 45 | Kinnari | Kinnari Bold Oblique | Kinnari-BoldOblique.ttf | 50 | | 46 | Kinnari | Kinnari Italic | Kinnari-Italic.ttf | 51 | | 47 | Kinnari | Kinnari Oblique | Kinnari-Oblique.ttf | 52 | | 48 | Liberation Mono | Liberation Mono | LiberationMono-Regular.ttf | 53 | | 49 | Liberation Mono | Liberation Mono Bold | LiberationMono-Bold.ttf | 54 | | 50 | Liberation Mono | Liberation Mono Bold Italic | LiberationMono-BoldItalic.ttf | 55 | | 51 | Liberation Mono | Liberation Mono Italic | LiberationMono-Italic.ttf | 56 | | 52 | Liberation Sans | Liberation Sans | LiberationSans-Regular.ttf | 57 | | 53 | Liberation Sans | Liberation Sans Bold | LiberationSans-Bold.ttf | 58 | | 54 | Liberation Sans | Liberation Sans Bold Italic | LiberationSans-BoldItalic.ttf | 59 | | 55 | Liberation Sans | Liberation Sans Italic | LiberationSans-Italic.ttf | 60 | | 56 | Liberation Serif | Liberation Serif | LiberationSerif-Regular.ttf | 61 | | 57 | Liberation Serif | Liberation Serif Bold | LiberationSerif-Bold.ttf | 62 | | 58 | Liberation Serif | Liberation Serif Bold Italic | LiberationSerif-BoldItalic.ttf | 63 | | 59 | Liberation Serif | Liberation Serif Italic | LiberationSerif-Italic.ttf | 64 | | 60 | Lohit Bengali | Lohit Bengali | lohit_bn.ttf | 65 | | 61 | Lohit Gujarati | Lohit Gujarati | lohit_gu.ttf | 66 | | 62 | Lohit Hindi | Lohit Hindi | lohit_hi.ttf | 67 | | 63 | Lohit Punjabi | Lohit Punjabi | lohit_pa.ttf | 68 | | 64 | Lohit Tamil | Lohit Tamil | lohit_ta.ttf | 69 | | 65 | Loma | Loma | Loma.ttf | 70 | | 66 | Loma | Loma Bold | Loma-Bold.ttf | 71 | | 67 | Loma | Loma Bold Oblique | Loma-BoldOblique.ttf | 72 | | 68 | Loma | Loma Oblique | Loma-Oblique.ttf | 73 | | 69 | Mallige | Mallige Bold | Malige-b.ttf | 74 | | 70 | Mallige | Mallige Normal | Malige-n.ttf | 75 | | 71 | Meera | Meera | Meera_04.ttf | 76 | | 72 | Mukti Narrow | Mukti Narrow | MuktiNarrow.ttf | 77 | | 73 | Mukti Narrow | Mukti Narrow Bold | MuktiNarrowBold.ttf | 78 | | 74 | Nimbus Mono L | Nimbus Mono L | n022003l.pfb | 79 | | 75 | Nimbus Mono L | Nimbus Mono L | n022004l.pfb | 80 | | 76 | Nimbus Mono L | Nimbus Mono L | n022023l.pfb | 81 | | 77 | Nimbus Mono L | Nimbus Mono L | n022024l.pfb | 82 | | 78 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021004l.pfb | 83 | | 79 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021003l.pfb | 84 | | 80 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021024l.pfb | 85 | | 81 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021023l.pfb | 86 | | 82 | Nimbus Sans L | Nimbus Sans L | n019004l.pfb | 87 | | 83 | Nimbus Sans L | Nimbus Sans L | n019003l.pfb | 88 | | 84 | Nimbus Sans L | Nimbus Sans L | n019024l.pfb | 89 | | 85 | Nimbus Sans L | Nimbus Sans L | n019044l.pfb | 90 | | 86 | Nimbus Sans L | Nimbus Sans L | n019023l.pfb | 91 | | 87 | Nimbus Sans L | Nimbus Sans L | n019043l.pfb | 92 | | 88 | Nimbus Sans L | Nimbus Sans L | n019064l.pfb | 93 | | 89 | Nimbus Sans L | Nimbus Sans L | n019063l.pfb | 94 | | 90 | Norasi | Norasi | Norasi.ttf | 95 | | 91 | Norasi | Norasi Bold | Norasi-Bold.ttf | 96 | | 92 | Norasi | Norasi Bold Italic | Norasi-BoldItalic.ttf | 97 | | 93 | Norasi | Norasi Bold Oblique | Norasi-BoldOblique.ttf | 98 | | 94 | Norasi | Norasi Italic | Norasi-Italic.ttf | 99 | | 95 | Norasi | Norasi Oblique | Norasi-Oblique.ttf | 100 | | 96 | OpenSymbol | OpenSymbol | opens___.ttf | 101 | | 97 | Phetsarath OT | Phetsarath OT | Phetsarath_OT.ttf | 102 | | 98 | Pothana2000 | Pothana2000 | Pothana2000.ttf | 103 | | 99 | Purisa | Purisa | Purisa.ttf | 104 | | 100 | Purisa | Purisa Bold | Purisa-Bold.ttf | 105 | | 101 | Purisa | Purisa Bold Oblique | Purisa-BoldOblique.ttf | 106 | | 102 | Purisa | Purisa Oblique | Purisa-Oblique.ttf | 107 | | 103 | Rachana | Rachana | Rachana_04.ttf | 108 | | 104 | Rekha | Rekha | Rekha.ttf | 109 | | 105 | Saab | Saab | Saab.ttf | 110 | | 106 | Sawasdee | Sawasdee | Sawasdee.ttf | 111 | | 107 | Sawasdee | Sawasdee Bold | Sawasdee-Bold.ttf | 112 | | 108 | Sawasdee | Sawasdee Bold Oblique | Sawasdee-BoldOblique.ttf | 113 | | 109 | Sawasdee | Sawasdee Oblique | Sawasdee-Oblique.ttf | 114 | | 110 | Standard Symbols L | Standard Symbols L | s050000l.pfb | 115 | | 111 | Symbol | Symbol | Symbol.pfb | 116 | | 112 | Symbol | Symbol | Symbol.pfb | 117 | | 113 | TakaoPGothic | TakaoPGothic | TakaoPGothic.ttf | 118 | | 114 | TakaoPGothic | TakaoPGothic | ttf-japanese-gothic.ttf | 119 | | 115 | Tlwg Typist | Tlwg Typist | TlwgTypist.ttf | 120 | | 116 | Tlwg Typist | Tlwg Typist Bold | TlwgTypist-Bold.ttf | 121 | | 117 | Tlwg Typist | Tlwg Typist Bold Oblique | TlwgTypist-BoldOblique.ttf | 122 | | 118 | Tlwg Typist | Tlwg Typist Oblique | TlwgTypist-Oblique.ttf | 123 | | 119 | Tlwg Typo | Tlwg Typo | TlwgTypo.ttf | 124 | | 120 | Tlwg Typo | Tlwg Typo Bold | TlwgTypo-Bold.ttf | 125 | | 121 | Tlwg Typo | Tlwg Typo Bold Oblique | TlwgTypo-BoldOblique.ttf | 126 | | 122 | Tlwg Typo | Tlwg Typo Oblique | TlwgTypo-Oblique.ttf | 127 | | 123 | TlwgMono | Tlwg Mono | TlwgMono.ttf | 128 | | 124 | TlwgMono | Tlwg Mono Bold | TlwgMono-Bold.ttf | 129 | | 125 | TlwgMono | Tlwg Mono Bold Oblique | TlwgMono-BoldOblique.ttf | 130 | | 126 | TlwgMono | Tlwg Mono Oblique | TlwgMono-Oblique.ttf | 131 | | 127 | TlwgTypewriter | Tlwg Typewriter | TlwgTypewriter.ttf | 132 | | 128 | TlwgTypewriter | Tlwg Typewriter Bold | TlwgTypewriter-Bold.ttf | 133 | | 129 | TlwgTypewriter | Tlwg Typewriter Bold Oblique | TlwgTypewriter-BoldOblique.ttf | 134 | | 130 | TlwgTypewriter | Tlwg Typewriter Mono Oblique | TlwgTypewriter-Oblique.ttf | 135 | | 131 | URW Bookman L | URW Bookman L | b018035l.pfb | 136 | | 132 | URW Bookman L | URW Bookman L | b018032l.pfb | 137 | | 133 | URW Bookman L | URW Bookman L | b018015l.pfb | 138 | | 134 | URW Bookman L | URW Bookman L | b018012l.pfb | 139 | | 135 | URW Chancery L | URW Chancery L | z003034l.pfb | 140 | | 136 | URW Gothic L | URW Gothic L | a010013l.pfb | 141 | | 137 | URW Gothic L | URW Gothic L | a010015l.pfb | 142 | | 138 | URW Gothic L | URW Gothic L | a010033l.pfb | 143 | | 139 | URW Gothic L | URW Gothic L | a010035l.pfb | 144 | | 140 | URW Palladio L | URW Palladio L | p052024l.pfb | 145 | | 141 | URW Palladio L | URW Palladio L | p052023l.pfb | 146 | | 142 | URW Palladio L | URW Palladio L | p052004l.pfb | 147 | | 143 | URW Palladio L | URW Palladio L | p052003l.pfb | 148 | | 144 | Umpush | Umpush | Umpush.ttf | 149 | | 145 | Umpush | Umpush Bold | Umpush-Bold.ttf | 150 | | 146 | Umpush | Umpush Bold Oblique | Umpush-BoldOblique.ttf | 151 | | 147 | Umpush | Umpush Light | Umpush-Light.ttf | 152 | | 148 | Umpush | Umpush Light Oblique | Umpush-LightOblique.ttf | 153 | | 149 | Umpush | Umpush Oblique | Umpush-Oblique.ttf | 154 | | 150 | UnBatang | Un Batang | UnBatang.ttf | 155 | | 151 | UnBatang | Un Batang Bold | UnBatangBold.ttf | 156 | | 152 | UnDotum | Un Dotum | UnDotum.ttf | 157 | | 153 | UnDotum | Un Dotum Bold | UnDotumBold.ttf | 158 | | 154 | Vemana2000 | Vemana2000 | Vemana.ttf | 159 | | 155 | Waree | Waree | Waree.ttf | 160 | | 156 | Waree | Waree Bold | Waree-Bold.ttf | 161 | | 157 | Waree | Waree Bold Oblique | Waree-BoldOblique.ttf | 162 | | 158 | Waree | Waree Oblique | Waree-Oblique.ttf | 163 | | 159 | WenQuanYi Micro Hei | WenQuanYi Micro Hei | wqy-microhei.ttc | 164 | | 160 | WenQuanYi Micro Hei Mono | WenQuanYi Micro Hei | wqy-microhei.ttc | 165 | | 161 | ori1Uni | ori1Uni Medium | utkal.ttf | 166 | -------------------------------------------------------------------------------- /md/linux/Ubuntu-11.04_Natty-Narwhal.md: -------------------------------------------------------------------------------- 1 | ## Ubuntu 11.04: Natty Narwhal 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | Bitstream Charter | Bitstream Charter | c0649bt_.pfb | 6 | | 2 | Bitstream Charter | Bitstream Charter | c0632bt_.pfb | 7 | | 3 | Bitstream Charter | Bitstream Charter | c0633bt_.pfb | 8 | | 4 | Bitstream Charter | Bitstream Charter | c0648bt_.pfb | 9 | | 5 | Century Schoolbook L | Century Schoolbook L | c059033l.pfb | 10 | | 6 | Century Schoolbook L | Century Schoolbook L | c059036l.pfb | 11 | | 7 | Century Schoolbook L | Century Schoolbook L | c059013l.pfb | 12 | | 8 | Century Schoolbook L | Century Schoolbook L | c059016l.pfb | 13 | | 9 | Courier 10 Pitch | Courier 10 Pitch | c0419bt_.pfb | 14 | | 10 | Courier 10 Pitch | Courier 10 Pitch | c0611bt_.pfb | 15 | | 11 | Courier 10 Pitch | Courier 10 Pitch | c0583bt_.pfb | 16 | | 12 | Courier 10 Pitch | Courier 10 Pitch | c0582bt_.pfb | 17 | | 13 | DejaVu Sans | DejaVu Sans | DejaVuSans.ttf | 18 | | 14 | DejaVu Sans | DejaVu Sans Bold | DejaVuSans-Bold.ttf | 19 | | 15 | DejaVu Sans Mono | DejaVu Sans Mono | DejaVuSansMono.ttf | 20 | | 16 | DejaVu Sans Mono | DejaVu Sans Mono Bold | DejaVuSansMono-Bold.ttf | 21 | | 17 | DejaVu Serif | DejaVu Serif | DejaVuSerif.ttf | 22 | | 18 | DejaVu Serif | DejaVu Serif Bold | DejaVuSerif-Bold.ttf | 23 | | 19 | Dingbats | Dingbats | d050000l.pfb | 24 | | 20 | FreeMono | Free Monospaced | FreeMono.ttf | 25 | | 21 | FreeMono | Free Monospaced Bold | FreeMonoBold.ttf | 26 | | 22 | FreeMono | Free Monospaced Bold Oblique | FreeMonoBoldOblique.ttf | 27 | | 23 | FreeMono | Free Monospaced Oblique | FreeMonoOblique.ttf | 28 | | 24 | FreeSans | Free Sans | FreeSans.ttf | 29 | | 25 | FreeSans | Free Sans Bold | FreeSansBold.ttf | 30 | | 26 | FreeSans | Free Sans Bold Oblique | FreeSansBoldOblique.ttf | 31 | | 27 | FreeSans | Free Sans Oblique | FreeSansOblique.ttf | 32 | | 28 | FreeSerif | Free Serif | FreeSerif.ttf | 33 | | 29 | FreeSerif | Free Serif Bold | FreeSerifBold.ttf | 34 | | 30 | FreeSerif | Free Serif Bold Italic | FreeSerifBoldItalic.ttf | 35 | | 31 | FreeSerif | Free Serif Italic | FreeSerifItalic.ttf | 36 | | 32 | Gargi | Gargi | gargi.ttf | 37 | | 33 | Garuda | Garuda | Garuda.ttf | 38 | | 34 | Garuda | Garuda Bold | Garuda-Bold.ttf | 39 | | 35 | Garuda | Garuda Bold Oblique | Garuda-BoldOblique.ttf | 40 | | 36 | Garuda | Garuda Oblique | Garuda-Oblique.ttf | 41 | | 37 | KacstOne | KacstOne | KacstOne.ttf | 42 | | 38 | Kedage | Kedage Bold | Kedage-b.ttf | 43 | | 39 | Kedage | Kedage Normal | Kedage-n.ttf | 44 | | 40 | Khmer OS | Khmer OS | KhmerOS.ttf | 45 | | 41 | Khmer OS System | Khmer OS System | KhmerOSsys.ttf | 46 | | 42 | Kinnari | Kinnari | Kinnari.ttf | 47 | | 43 | Kinnari | Kinnari Bold | Kinnari-Bold.ttf | 48 | | 44 | Kinnari | Kinnari Bold Italic | Kinnari-BoldItalic.ttf | 49 | | 45 | Kinnari | Kinnari Bold Oblique | Kinnari-BoldOblique.ttf | 50 | | 46 | Kinnari | Kinnari Italic | Kinnari-Italic.ttf | 51 | | 47 | Kinnari | Kinnari Oblique | Kinnari-Oblique.ttf | 52 | | 48 | Liberation Mono | Liberation Mono | LiberationMono-Regular.ttf | 53 | | 49 | Liberation Mono | Liberation Mono Bold | LiberationMono-Bold.ttf | 54 | | 50 | Liberation Mono | Liberation Mono Bold Italic | LiberationMono-BoldItalic.ttf | 55 | | 51 | Liberation Mono | Liberation Mono Italic | LiberationMono-Italic.ttf | 56 | | 52 | Liberation Sans | Liberation Sans | LiberationSans-Regular.ttf | 57 | | 53 | Liberation Sans | Liberation Sans Bold | LiberationSans-Bold.ttf | 58 | | 54 | Liberation Sans | Liberation Sans Bold Italic | LiberationSans-BoldItalic.ttf | 59 | | 55 | Liberation Sans | Liberation Sans Italic | LiberationSans-Italic.ttf | 60 | | 56 | Liberation Serif | Liberation Serif | LiberationSerif-Regular.ttf | 61 | | 57 | Liberation Serif | Liberation Serif Bold | LiberationSerif-Bold.ttf | 62 | | 58 | Liberation Serif | Liberation Serif Bold Italic | LiberationSerif-BoldItalic.ttf | 63 | | 59 | Liberation Serif | Liberation Serif Italic | LiberationSerif-Italic.ttf | 64 | | 60 | Lohit Bengali | Lohit Bengali | lohit_bn.ttf | 65 | | 61 | Lohit Gujarati | Lohit Gujarati | lohit_gu.ttf | 66 | | 62 | Lohit Hindi | Lohit Hindi | lohit_hi.ttf | 67 | | 63 | Lohit Punjabi | Lohit Punjabi | lohit_pa.ttf | 68 | | 64 | Lohit Tamil | Lohit Tamil | lohit_ta.ttf | 69 | | 65 | Loma | Loma | Loma.ttf | 70 | | 66 | Loma | Loma Bold | Loma-Bold.ttf | 71 | | 67 | Loma | Loma Bold Oblique | Loma-BoldOblique.ttf | 72 | | 68 | Loma | Loma Oblique | Loma-Oblique.ttf | 73 | | 69 | Mallige | Mallige Bold | Malige-b.ttf | 74 | | 70 | Mallige | Mallige Normal | Malige-n.ttf | 75 | | 71 | Meera | Meera | Meera_04.ttf | 76 | | 72 | Mukti Narrow | Mukti Narrow | MuktiNarrow.ttf | 77 | | 73 | Mukti Narrow | Mukti Narrow Bold | MuktiNarrowBold.ttf | 78 | | 74 | Nimbus Mono L | Nimbus Mono L | n022003l.pfb | 79 | | 75 | Nimbus Mono L | Nimbus Mono L | n022004l.pfb | 80 | | 76 | Nimbus Mono L | Nimbus Mono L | n022023l.pfb | 81 | | 77 | Nimbus Mono L | Nimbus Mono L | n022024l.pfb | 82 | | 78 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021004l.pfb | 83 | | 79 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021003l.pfb | 84 | | 80 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021024l.pfb | 85 | | 81 | Nimbus Roman No9 L | Nimbus Roman No9 L | n021023l.pfb | 86 | | 82 | Nimbus Sans L | Nimbus Sans L | n019004l.pfb | 87 | | 83 | Nimbus Sans L | Nimbus Sans L | n019003l.pfb | 88 | | 84 | Nimbus Sans L | Nimbus Sans L | n019024l.pfb | 89 | | 85 | Nimbus Sans L | Nimbus Sans L | n019044l.pfb | 90 | | 86 | Nimbus Sans L | Nimbus Sans L | n019023l.pfb | 91 | | 87 | Nimbus Sans L | Nimbus Sans L | n019043l.pfb | 92 | | 88 | Nimbus Sans L | Nimbus Sans L | n019064l.pfb | 93 | | 89 | Nimbus Sans L | Nimbus Sans L | n019063l.pfb | 94 | | 90 | Norasi | Norasi | Norasi.ttf | 95 | | 91 | Norasi | Norasi Bold | Norasi-Bold.ttf | 96 | | 92 | Norasi | Norasi Bold Italic | Norasi-BoldItalic.ttf | 97 | | 93 | Norasi | Norasi Bold Oblique | Norasi-BoldOblique.ttf | 98 | | 94 | Norasi | Norasi Italic | Norasi-Italic.ttf | 99 | | 95 | Norasi | Norasi Oblique | Norasi-Oblique.ttf | 100 | | 96 | OpenSymbol | OpenSymbol | opens___.ttf | 101 | | 97 | Phetsarath OT | Phetsarath OT | Phetsarath_OT.ttf | 102 | | 98 | Pothana2000 | Pothana2000 | Pothana2000.ttf | 103 | | 99 | Purisa | Purisa | Purisa.ttf | 104 | | 100 | Purisa | Purisa Bold | Purisa-Bold.ttf | 105 | | 101 | Purisa | Purisa Bold Oblique | Purisa-BoldOblique.ttf | 106 | | 102 | Purisa | Purisa Oblique | Purisa-Oblique.ttf | 107 | | 103 | Rachana | Rachana | Rachana_04.ttf | 108 | | 104 | Rekha | Rekha | Rekha.ttf | 109 | | 105 | Saab | Saab | Saab.ttf | 110 | | 106 | Sawasdee | Sawasdee | Sawasdee.ttf | 111 | | 107 | Sawasdee | Sawasdee Bold | Sawasdee-Bold.ttf | 112 | | 108 | Sawasdee | Sawasdee Bold Oblique | Sawasdee-BoldOblique.ttf | 113 | | 109 | Sawasdee | Sawasdee Oblique | Sawasdee-Oblique.ttf | 114 | | 110 | Standard Symbols L | Standard Symbols L | s050000l.pfb | 115 | | 111 | Symbol | Symbol | Symbol.pfb | 116 | | 112 | Symbol | Symbol | Symbol.pfb | 117 | | 113 | TakaoPGothic | TakaoPGothic | TakaoPGothic.ttf | 118 | | 114 | TakaoPGothic | TakaoPGothic | ttf-japanese-gothic.ttf | 119 | | 115 | Tlwg Typist | Tlwg Typist | TlwgTypist.ttf | 120 | | 116 | Tlwg Typist | Tlwg Typist Bold | TlwgTypist-Bold.ttf | 121 | | 117 | Tlwg Typist | Tlwg Typist Bold Oblique | TlwgTypist-BoldOblique.ttf | 122 | | 118 | Tlwg Typist | Tlwg Typist Oblique | TlwgTypist-Oblique.ttf | 123 | | 119 | Tlwg Typo | Tlwg Typo | TlwgTypo.ttf | 124 | | 120 | Tlwg Typo | Tlwg Typo Bold | TlwgTypo-Bold.ttf | 125 | | 121 | Tlwg Typo | Tlwg Typo Bold Oblique | TlwgTypo-BoldOblique.ttf | 126 | | 122 | Tlwg Typo | Tlwg Typo Oblique | TlwgTypo-Oblique.ttf | 127 | | 123 | TlwgMono | Tlwg Mono | TlwgMono.ttf | 128 | | 124 | TlwgMono | Tlwg Mono Bold | TlwgMono-Bold.ttf | 129 | | 125 | TlwgMono | Tlwg Mono Bold Oblique | TlwgMono-BoldOblique.ttf | 130 | | 126 | TlwgMono | Tlwg Mono Oblique | TlwgMono-Oblique.ttf | 131 | | 127 | TlwgTypewriter | Tlwg Typewriter | TlwgTypewriter.ttf | 132 | | 128 | TlwgTypewriter | Tlwg Typewriter Bold | TlwgTypewriter-Bold.ttf | 133 | | 129 | TlwgTypewriter | Tlwg Typewriter Bold Oblique | TlwgTypewriter-BoldOblique.ttf | 134 | | 130 | TlwgTypewriter | Tlwg Typewriter Mono Oblique | TlwgTypewriter-Oblique.ttf | 135 | | 131 | URW Bookman L | URW Bookman L | b018035l.pfb | 136 | | 132 | URW Bookman L | URW Bookman L | b018032l.pfb | 137 | | 133 | URW Bookman L | URW Bookman L | b018015l.pfb | 138 | | 134 | URW Bookman L | URW Bookman L | b018012l.pfb | 139 | | 135 | URW Chancery L | URW Chancery L | z003034l.pfb | 140 | | 136 | URW Gothic L | URW Gothic L | a010013l.pfb | 141 | | 137 | URW Gothic L | URW Gothic L | a010015l.pfb | 142 | | 138 | URW Gothic L | URW Gothic L | a010033l.pfb | 143 | | 139 | URW Gothic L | URW Gothic L | a010035l.pfb | 144 | | 140 | URW Palladio L | URW Palladio L | p052024l.pfb | 145 | | 141 | URW Palladio L | URW Palladio L | p052023l.pfb | 146 | | 142 | URW Palladio L | URW Palladio L | p052004l.pfb | 147 | | 143 | URW Palladio L | URW Palladio L | p052003l.pfb | 148 | | 144 | Ubuntu | Ubuntu | Ubuntu-R.ttf | 149 | | 145 | Ubuntu | Ubuntu Bold | Ubuntu-B.ttf | 150 | | 146 | Ubuntu | Ubuntu Bold Italic | Ubuntu-BI.ttf | 151 | | 147 | Ubuntu | Ubuntu Italic | Ubuntu-RI.ttf | 152 | | 148 | Ubuntu | Ubuntu Light | Ubuntu-L.ttf | 153 | | 149 | Ubuntu | Ubuntu Light Italic | Ubuntu-LI.ttf | 154 | | 150 | Umpush | Umpush | Umpush.ttf | 155 | | 151 | Umpush | Umpush Bold | Umpush-Bold.ttf | 156 | | 152 | Umpush | Umpush Bold Oblique | Umpush-BoldOblique.ttf | 157 | | 153 | Umpush | Umpush Light | Umpush-Light.ttf | 158 | | 154 | Umpush | Umpush Light Oblique | Umpush-LightOblique.ttf | 159 | | 155 | Umpush | Umpush Oblique | Umpush-Oblique.ttf | 160 | | 156 | UnBatang | Un Batang | UnBatang.ttf | 161 | | 157 | UnBatang | Un Batang Bold | UnBatangBold.ttf | 162 | | 158 | UnDotum | Un Dotum | UnDotum.ttf | 163 | | 159 | UnDotum | Un Dotum Bold | UnDotumBold.ttf | 164 | | 160 | Vemana2000 | Vemana2000 | Vemana.ttf | 165 | | 161 | Waree | Waree | Waree.ttf | 166 | | 162 | Waree | Waree Bold | Waree-Bold.ttf | 167 | | 163 | Waree | Waree Bold Oblique | Waree-BoldOblique.ttf | 168 | | 164 | Waree | Waree Oblique | Waree-Oblique.ttf | 169 | | 165 | WenQuanYi Micro Hei | WenQuanYi Micro Hei | wqy-microhei.ttc | 170 | | 166 | WenQuanYi Micro Hei Mono | WenQuanYi Micro Hei | wqy-microhei.ttc | 171 | | 167 | ori1Uni | ori1Uni Medium | utkal.ttf | 172 | -------------------------------------------------------------------------------- /md/macOS/Mac-OS-X-10.3_Panther.md: -------------------------------------------------------------------------------- 1 | ## Mac OS X 10.3: Panther 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | .Keyboard | .Keyboard | Keyboard.dfont | 6 | | 2 | Al Bayan | Al Bayan Bold | AlBayanBold.ttf | 7 | | 3 | Al Bayan | Al Bayan Plain | AlBayan.ttf | 8 | | 4 | American Typewriter | American Typewriter | AmericanTypewriter.dfont | 9 | | 5 | American Typewriter | American Typewriter Bold | AmericanTypewriter.dfont | 10 | | 6 | American Typewriter | American Typewriter Condensed | AmericanTypewriter.dfont | 11 | | 7 | American Typewriter | American Typewriter Condensed Bold | AmericanTypewriter.dfont | 12 | | 8 | American Typewriter | American Typewriter Condensed Light | AmericanTypewriter.dfont | 13 | | 9 | American Typewriter | American Typewriter Light | AmericanTypewriter.dfont | 14 | | 10 | Apple Chancery | Apple Chancery | Apple Chancery.dfont | 15 | | 11 | Apple LiGothic | Apple LiGothic Medium | Apple LiGothic Medium.dfont | 16 | | 12 | Apple LiSung | Apple LiSung Light | Apple LiSung Light.dfont | 17 | | 13 | Apple Symbols | Apple Symbols | Apple Symbols.ttf | 18 | | 14 | AppleGothic | AppleGothic Regular | AppleGothic.dfont | 19 | | 15 | AppleMyungjo | AppleMyungjo Regular | AppleMyungjo.dfont | 20 | | 16 | AquaKana | AquaKana | AquaKanaRegular.otf | 21 | | 17 | AquaKana | AquaKana Bold | AquaKanaBold.otf | 22 | | 18 | Arial | Arial | Arial | 23 | | 19 | Arial | Arial Black | Arial Black | 24 | | 20 | Arial Hebrew | Arial Hebrew | ArialHB.ttf | 25 | | 21 | Arial Hebrew | Arial Hebrew Bold | ArialHBBold.ttf | 26 | | 22 | Arial Narrow | Arial Narrow | Arial Narrow | 27 | | 23 | Arial Rounded MT Bold | Arial Rounded MT Bold | Arial Rounded Bold | 28 | | 24 | Ayuthaya | Ayuthaya | Ayuthaya.ttf | 29 | | 25 | Baghdad | Baghdad Regular | Baghdad.ttf | 30 | | 26 | Baskerville | Baskerville | Baskerville.dfont | 31 | | 27 | Baskerville | Baskerville Bold | Baskerville.dfont | 32 | | 28 | Baskerville | Baskerville Bold Italic | Baskerville.dfont | 33 | | 29 | Baskerville | Baskerville Italic | Baskerville.dfont | 34 | | 30 | Baskerville | Baskerville SemiBold | Baskerville.dfont | 35 | | 31 | Baskerville | Baskerville SemiBold Italic | Baskerville.dfont | 36 | | 32 | BiauKai | BiauKai | BiauKai.dfont | 37 | | 33 | Big Caslon | Big Caslon Medium | BigCaslon.dfont | 38 | | 34 | Brush Script MT | Brush Script MT Italic | Brush Script | 39 | | 35 | Chalkboard | Chalkboard | Chalkboard.ttf | 40 | | 36 | Charcoal CY | Charcoal CY | CharcoalCY.dfont | 41 | | 37 | Cochin | Cochin | Cochin.dfont | 42 | | 38 | Cochin | Cochin Bold | Cochin.dfont | 43 | | 39 | Cochin | Cochin Bold Italic | Cochin.dfont | 44 | | 40 | Cochin | Cochin Italic | Cochin.dfont | 45 | | 41 | Comic Sans MS | Comic Sans MS | Comic Sans MS | 46 | | 42 | Copperplate | Copperplate | Copperplate.dfont | 47 | | 43 | Copperplate | Copperplate Bold | Copperplate.dfont | 48 | | 44 | Copperplate | Copperplate Light | Copperplate.dfont | 49 | | 45 | Corsiva Hebrew | Corsiva Hebrew | Corsiva.ttf | 50 | | 46 | Corsiva Hebrew | Corsiva Hebrew Bold | CorsivaBold.ttf | 51 | | 47 | Courier | Courier | Courier.dfont | 52 | | 48 | Courier | Courier Bold | Courier.dfont | 53 | | 49 | Courier | Courier Bold Oblique | Courier.dfont | 54 | | 50 | Courier | Courier Oblique | Courier.dfont | 55 | | 51 | Courier New | Courier New | Courier New | 56 | | 52 | DecoType Naskh | DecoType Naskh Regular | DecoTypeNaskh.ttf | 57 | | 53 | Devanagari MT | Devanagari MT | DevanagariMT.ttf | 58 | | 54 | Devanagari MT | Devanagari MT Bold | DevanagariMTBold.ttf | 59 | | 55 | Didot | Didot | Didot.dfont | 60 | | 56 | Didot | Didot Bold | Didot.dfont | 61 | | 57 | Didot | Didot Italic | Didot.dfont | 62 | | 58 | Euphemia UCAS | Euphemia UCAS | EuphemiaCASRegular.ttf | 63 | | 59 | Euphemia UCAS | Euphemia UCAS Bold | EuphemiaCASBold.ttf | 64 | | 60 | Euphemia UCAS | Euphemia UCAS Italic | EuphemiaCASItalic.ttf | 65 | | 61 | FangSong | FangSong | Fang Song.dfont | 66 | | 62 | Futura | Futura Condensed ExtraBold | Futura.dfont | 67 | | 63 | Futura | Futura Condensed Medium | Futura.dfont | 68 | | 64 | Futura | Futura Medium | Futura.dfont | 69 | | 65 | Futura | Futura Medium Italic | Futura.dfont | 70 | | 66 | GB18030 Bitmap | GB18030 Bitmap | NISC18030.ttf | 71 | | 67 | Geeza Pro | Geeza Pro Bold | Geeza Pro Bold.ttf | 72 | | 68 | Geeza Pro | Geeza Pro Regular | Geeza Pro.ttf | 73 | | 69 | Geneva | Geneva | Geneva.dfont | 74 | | 70 | Geneva CY | Geneva CY | GenevaCY.dfont | 75 | | 71 | Georgia | Georgia | Georgia | 76 | | 72 | Gill Sans | Gill Sans | GillSans.dfont | 77 | | 73 | Gill Sans | Gill Sans Bold | GillSans.dfont | 78 | | 74 | Gill Sans | Gill Sans Bold Italic | GillSans.dfont | 79 | | 75 | Gill Sans | Gill Sans Italic | GillSans.dfont | 80 | | 76 | Gill Sans | Gill Sans Light | GillSans.dfont | 81 | | 77 | Gill Sans | Gill Sans Light Italic | GillSans.dfont | 82 | | 78 | Gujarati MT | Gujarati MT | GujaratiMT.ttf | 83 | | 79 | Gujarati MT | Gujarati MT Bold | GujaratiMTBold.ttf | 84 | | 80 | GungSeo | GungSeo Regular | Gungseouche.dfont | 85 | | 81 | Gurmukhi MT | Gurmukhi MT | Gurmukhi.ttf | 86 | | 82 | HeadlineA | HeadlineA | HeadlineA.dfont | 87 | | 83 | Hei | Hei Regular | Hei.dfont | 88 | | 84 | Helvetica | Helvetica | Helvetica.dfont | 89 | | 85 | Helvetica | Helvetica Bold | Helvetica.dfont | 90 | | 86 | Helvetica | Helvetica Bold Oblique | Helvetica.dfont | 91 | | 87 | Helvetica | Helvetica Oblique | Helvetica.dfont | 92 | | 88 | Helvetica CY | Helvetica CY Bold | HelveticaCY.dfont | 93 | | 89 | Helvetica CY | Helvetica CY BoldOblique | HelveticaCY.dfont | 94 | | 90 | Helvetica CY | Helvetica CY Oblique | HelveticaCY.dfont | 95 | | 91 | Helvetica CY | Helvetica CY Plain | HelveticaCY.dfont | 96 | | 92 | Helvetica Neue | Helvetica Neue | HelveticaNeue.dfont | 97 | | 93 | Helvetica Neue | Helvetica Neue Bold | HelveticaNeue.dfont | 98 | | 94 | Helvetica Neue | Helvetica Neue Bold Italic | HelveticaNeue.dfont | 99 | | 95 | Helvetica Neue | Helvetica Neue Condensed Black | HelveticaNeue.dfont | 100 | | 96 | Helvetica Neue | Helvetica Neue Condensed Bold | HelveticaNeue.dfont | 101 | | 97 | Helvetica Neue | Helvetica Neue Italic | HelveticaNeue.dfont | 102 | | 98 | Helvetica Neue | Helvetica Neue Light | HelveticaNeue.dfont | 103 | | 99 | Helvetica Neue | Helvetica Neue Light Italic | HelveticaNeue.dfont | 104 | | 100 | Helvetica Neue | Helvetica Neue UltraLight | HelveticaNeue.dfont | 105 | | 101 | Helvetica Neue | Helvetica Neue UltraLight Italic | HelveticaNeue.dfont | 106 | | 102 | Herculanum | Herculanum | Herculanum.dfont | 107 | | 103 | Hiragino Kaku Gothic Pro | Hiragino Kaku Gothic Pro W3 | ヒラギノ角ゴ Pro W3.otf | 108 | | 104 | Hiragino Kaku Gothic Pro | Hiragino Kaku Gothic Pro W6 | ヒラギノ角ゴ Pro W6.otf | 109 | | 105 | Hiragino Kaku Gothic Std | Hiragino Kaku Gothic Std W8 | ヒラギノ角ゴ Std W8.otf | 110 | | 106 | Hiragino Maru Gothic Pro | Hiragino Maru Gothic Pro W4 | ヒラギノ丸ゴ Pro W4.otf | 111 | | 107 | Hiragino Mincho Pro | Hiragino Mincho Pro W3 | ヒラギノ明朝 Pro W3.otf | 112 | | 108 | Hiragino Mincho Pro | Hiragino Mincho Pro W6 | ヒラギノ明朝 Pro W6.otf | 113 | | 109 | Hoefler Text | Hoefler Text | Hoefler Text.dfont | 114 | | 110 | Hoefler Text | Hoefler Text Black | Hoefler Text.dfont | 115 | | 111 | Hoefler Text | Hoefler Text Black Italic | Hoefler Text.dfont | 116 | | 112 | Hoefler Text | Hoefler Text Italic | Hoefler Text.dfont | 117 | | 113 | Hoefler Text Ornaments | Hoefler Text Ornaments | Hoefler Text.dfont | 118 | | 114 | Kai | Kai Regular | Kai.dfont | 119 | | 115 | Krungthep | Krungthep | Krungthep.ttf | 120 | | 116 | KufiStandardGK | KufiStandardGK Regular | KufiStandardGK.ttf | 121 | | 117 | LastResort | LastResort | LastResort.dfont | 122 | | 118 | LiHei Pro | LiHei Pro | 儷黑 Pro.ttf | 123 | | 119 | LiSong Pro | LiSong Pro | 儷宋 Pro.ttf | 124 | | 120 | Lucida Grande | Lucida Grande | LucidaGrande.dfont | 125 | | 121 | Lucida Grande | Lucida Grande Bold | LucidaGrande.dfont | 126 | | 122 | Marker Felt | Marker Felt Thin | MarkerFelt.dfont | 127 | | 123 | Marker Felt | Marker Felt Wide | MarkerFelt.dfont | 128 | | 124 | Monaco | Monaco | Monaco.dfont | 129 | | 125 | Monaco CY | Monaco CY | MonacoCY.dfont | 130 | | 126 | Mshtakan | Mshtakan Bold | MshtakanBold.ttf | 131 | | 127 | Mshtakan | Mshtakan Bold Oblique | MshtakanBoldOblique.ttf | 132 | | 128 | Mshtakan | Mshtakan Oblique | MshtakanOblique.ttf | 133 | | 129 | Mshtakan | Mshtakan Regular | MshtakanRegular.ttf | 134 | | 130 | Nadeem | Nadeem Regular | Nadeem.ttf | 135 | | 131 | New Peninim MT | New Peninim MT | NewPeninimMT.ttf | 136 | | 132 | New Peninim MT | New Peninim MT Bold | NewPeninimMTBold.ttf | 137 | | 133 | New Peninim MT | New Peninim MT Bold Inclined | NewPeninimMTBoldInclined.ttf | 138 | | 134 | New Peninim MT | New Peninim MT Inclined | NewPeninimMTInclined.ttf | 139 | | 135 | Optima | Optima Bold | Optima.dfont | 140 | | 136 | Optima | Optima Bold Italic | Optima.dfont | 141 | | 137 | Optima | Optima ExtraBlack | Optima.dfont | 142 | | 138 | Optima | Optima Italic | Optima.dfont | 143 | | 139 | Optima | Optima Regular | Optima.dfont | 144 | | 140 | Osaka | Osaka | Osaka.dfont | 145 | | 141 | Osaka Mono | Osaka Mono | OsakaMono.dfont | 146 | | 142 | PCMyungjo | PCMyungjo Regular | PCmyoungjo.dfont | 147 | | 143 | Papyrus | Papyrus | Papyrus.dfont | 148 | | 144 | Papyrus | Papyrus Condensed | Papyrus.dfont | 149 | | 145 | PilGi | PilGi Regular | Pilgiche.dfont | 150 | | 146 | Plantagenet Cherokee | Plantagenet Cherokee | PlantagenetCherokee.ttf | 151 | | 147 | Raanana | Raanana | Raanana.ttf | 152 | | 148 | Raanana | Raanana Bold | RaananaBold.ttf | 153 | | 149 | STFangSong | STFangSong | 华文仿宋.ttf | 154 | | 150 | STHeiti | STHeiti Light | 华文细黑.ttf | 155 | | 151 | STHeiti | STHeiti Regular | 华文黑体.ttf | 156 | | 152 | STKaiti | STKaiti | 华文楷体.ttf | 157 | | 153 | STSong | STSong | 华文宋体.ttf | 158 | | 154 | Sathu | Sathu | Sathu.ttf | 159 | | 155 | Silom | Silom | Silom.ttf | 160 | | 156 | Skia | Skia | Skia.dfont | 161 | | 157 | Song | Song | Song.dfont | 162 | | 158 | Symbol | Symbol | Symbol.dfont | 163 | | 159 | Thonburi | Thonburi | Thonburi.ttf | 164 | | 160 | Times | Times | Times.dfont | 165 | | 161 | Times | Times Bold | Times.dfont | 166 | | 162 | Times | Times Bold Italic | Times.dfont | 167 | | 163 | Times | Times Italic | Times.dfont | 168 | | 164 | Times | Times Roman | Times.dfont | 169 | | 165 | Times CY | Times CY Bold | TimesCY.dfont | 170 | | 166 | Times CY | Times CY Bold Italic | TimesCY.dfont | 171 | | 167 | Times CY | Times CY Italic | TimesCY.dfont | 172 | | 168 | Times CY | Times CY Roman | TimesCY.dfont | 173 | | 169 | Times New Roman | Times New Roman | Times New Roman | 174 | | 170 | Trebuchet MS | Trebuchet MS | Trebuchet MS | 175 | | 171 | Verdana | Verdana | Verdana | 176 | | 172 | Webdings | Webdings | Webdings | 177 | | 173 | Zapf Dingbats | Zapf Dingbats | ZapfDingbats.dfont | 178 | | 174 | Zapfino | Zapfino | Zapfino.dfont | 179 | -------------------------------------------------------------------------------- /md/windows/Windows-2000.md: -------------------------------------------------------------------------------- 1 | ## Windows 2000 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | Aharoni Bold | Aharoni Bold | ahronbd.ttf | 6 | | 2 | Andalus | Andalus | andlso.ttf | 7 | | 3 | Arabic Transparent | Arabic Transparent | artro.ttf | 8 | | 4 | Arabic Transparent | Arabic Transparent Bold | artrbdo.ttf | 9 | | 5 | Arial | Arial | arial.ttf | 10 | | 6 | Arial | Arial Bold | arialbd.ttf | 11 | | 7 | Arial | Arial Bold Italic | arialbi.ttf | 12 | | 8 | Arial | Arial Italic | ariali.ttf | 13 | | 9 | Arial Black | Arial Black | ariblk.ttf | 14 | | 10 | Batang | Batang | batang.ttc | 15 | | 11 | Browallia New | Browallia New | browa.ttf | 16 | | 12 | Browallia New | Browallia New Bold | browab.ttf | 17 | | 13 | Browallia New | Browallia New Bold Italic | browaz.ttf | 18 | | 14 | Browallia New | Browallia New Italic | browai.ttf | 19 | | 15 | BrowalliaUPC | BrowalliaUPC | browau.ttf | 20 | | 16 | BrowalliaUPC | BrowalliaUPC Bold | browaub.ttf | 21 | | 17 | BrowalliaUPC | BrowalliaUPC Bold Italic | browauz.ttf | 22 | | 18 | BrowalliaUPC | BrowalliaUPC Italic | browaui.ttf | 23 | | 19 | Comic Sans MS | Comic Sans MS | comic.ttf | 24 | | 20 | Comic Sans MS | Comic Sans MS Bold | comicbd.ttf | 25 | | 21 | Cordia New | Cordia New | cordia.ttf | 26 | | 22 | Cordia New | Cordia New Bold | cordiab.ttf | 27 | | 23 | Cordia New | Cordia New Bold Italic | cordiaz.ttf | 28 | | 24 | Cordia New | Cordia New Italic | cordiai.ttf | 29 | | 25 | CordiaUPC | CordiaUPC | cordiau.ttf | 30 | | 26 | CordiaUPC | CordiaUPC Bold | cordiaub.ttf | 31 | | 27 | CordiaUPC | CordiaUPC Bold Italic | cordiauz.ttf | 32 | | 28 | CordiaUPC | CordiaUPC Italic | cordiaui.ttf | 33 | | 29 | Courier New | Courier New | cour.ttf | 34 | | 30 | Courier New | Courier New Bold | courbd.ttf | 35 | | 31 | Courier New | Courier New Bold Italic | courbi.ttf | 36 | | 32 | Courier New | Courier New Italic | couri.ttf | 37 | | 33 | DFKai-SB | DFKai-SB | kaiu.ttf | 38 | | 34 | David | David | david.ttf | 39 | | 35 | David | David Bold | davidbd.ttf | 40 | | 36 | David | David Transparent | davidtr.ttf | 41 | | 37 | DilleniaUPC | DilleniaUPC | upcdl.ttf | 42 | | 38 | DilleniaUPC | DilleniaUPC Bold | upcdb.ttf | 43 | | 39 | DilleniaUPC | DilleniaUPC Bold Italic | upcdbi.ttf | 44 | | 40 | DilleniaUPC | DilleniaUPC Italic | upcdi.ttf | 45 | | 41 | EucrosiaUPC | EucrosiaUPC | upcel.ttf | 46 | | 42 | EucrosiaUPC | EucrosiaUPC Bold | upceb.ttf | 47 | | 43 | EucrosiaUPC | EucrosiaUPC Bold Italic | upcebi.ttf | 48 | | 44 | EucrosiaUPC | EucrosiaUPC Italic | upcei.ttf | 49 | | 45 | Fixed Miriam Transparent | Fixed Miriam Transparent | mriamfx.ttf | 50 | | 46 | FrankRuehl | FrankRuehl | frank.ttf | 51 | | 47 | FreesiaUPC | FreesiaUPC | upcfl.ttf | 52 | | 48 | FreesiaUPC | FreesiaUPC Bold | upcfb.ttf | 53 | | 49 | FreesiaUPC | FreesiaUPC Bold Italic | upcfbi.ttf | 54 | | 50 | FreesiaUPC | FreesiaUPC Italic | upcfi.ttf | 55 | | 51 | Georgia | Georgia | georgia.ttf | 56 | | 52 | Georgia | Georgia Bold | georgiab.ttf | 57 | | 53 | Georgia | Georgia Bold Italic | georgiaz.ttf | 58 | | 54 | Georgia | Georgia Italic | georgiai.ttf | 59 | | 55 | Gulim | Gulim | gulim.ttc | 60 | | 56 | Impact | Impact | impact.ttf | 61 | | 57 | IrisUPC | IrisUPC | upcil.ttf | 62 | | 58 | IrisUPC | IrisUPC Bold | upcib.ttf | 63 | | 59 | IrisUPC | IrisUPC Bold Italic | upcibi.ttf | 64 | | 60 | IrisUPC | IrisUPC Italic | upcii.ttf | 65 | | 61 | JasmineUPC | JasmineUPC | upcjl.ttf | 66 | | 62 | JasmineUPC | JasmineUPC Bold | upcjb.ttf | 67 | | 63 | JasmineUPC | JasmineUPC Bold Italic | upcjbi.ttf | 68 | | 64 | JasmineUPC | JasmineUPC Italic | upcji.ttf | 69 | | 65 | KaiTi | KaiTi | simkai.ttf | 70 | | 66 | KodchiangUPC | KodchiangUPC | upckl.ttf | 71 | | 67 | KodchiangUPC | KodchiangUPC Bold | upckb.ttf | 72 | | 68 | KodchiangUPC | KodchiangUPC Bold Italic | upckbi.ttf | 73 | | 69 | KodchiangUPC | KodchiangUPC Italic | upcki.ttf | 74 | | 70 | Levenim MT | Levenim MT | lvnm.ttf | 75 | | 71 | Levenim MT | Levenim MT Bold | lvnmbd.ttf | 76 | | 72 | LilyUPC | LilyUPC | upcll.ttf | 77 | | 73 | LilyUPC | LilyUPC Bold | upclb.ttf | 78 | | 74 | LilyUPC | LilyUPC Bold Italic | upclbi.ttf | 79 | | 75 | LilyUPC | LilyUPC Italic | upcli.ttf | 80 | | 76 | Lucida Console | Lucida Console | lucon.ttf | 81 | | 77 | Lucida Sans Typewriter | Lucida Sans Typewriter Regular | ltype.ttf | 82 | | 78 | Lucida Sans Unicode | Lucida Sans Unicode | l_10646.ttf | 83 | | 79 | MS Gothic | MS Gothic | msgothic.ttc | 84 | | 80 | MS Mincho | MS Mincho | msmincho.ttc | 85 | | 81 | Marlett | Marlett | marlett.ttf | 86 | | 82 | Microsoft Sans Serif | Microsoft Sans Serif | micross.ttf | 87 | | 83 | MingLiU | PMingLiU | mingliu.ttc | 88 | | 84 | MingLiU-ExtB | PMingLiU-ExtB | mingliub.ttc | 89 | | 85 | Miriam | Miriam | mriam.ttf | 90 | | 86 | Miriam | Miriam Fixed | mriamc.ttf | 91 | | 87 | Miriam | Miriam Transparent | mriamtr.ttf | 92 | | 88 | Narkisim | Narkisim | nrkis.ttf | 93 | | 89 | Palatino Linotype | Palatino Linotype | pala.ttf | 94 | | 90 | Palatino Linotype | Palatino Linotype Bold | palab.ttf | 95 | | 91 | Palatino Linotype | Palatino Linotype Bold Italic | palabi.ttf | 96 | | 92 | Palatino Linotype | Palatino Linotype Italic | palai.ttf | 97 | | 93 | Rod | Rod | rod.ttf | 98 | | 94 | Rod | Rod Transparent | rodtr.ttf | 99 | | 95 | SimHei | SimHei | simhei.ttf | 100 | | 96 | SimSun | SimSun | simsun.ttc | 101 | | 97 | Simplified Arabic | Simplified Arabic Fixed | simpfxo.ttf | 102 | | 98 | Symbol | Symbol | symbol.ttf | 103 | | 99 | Tahoma | Tahoma | tahoma.ttf | 104 | | 100 | Tahoma | Tahoma Bold | tahomabd.ttf | 105 | | 101 | Times New Roman | Times New Roman | times.ttf | 106 | | 102 | Times New Roman | Times New Roman Bold | timesbd.ttf | 107 | | 103 | Times New Roman | Times New Roman Bold Italic | timesbi.ttf | 108 | | 104 | Times New Roman | Times New Roman Italic | timesi.ttf | 109 | | 105 | Traditional Arabic | Traditional Arabic | trado.ttf | 110 | | 106 | Traditional Arabic | Traditional Arabic Bold | tradbdo.ttf | 111 | | 107 | Trebuchet MS | Trebuchet MS | trebuc.ttf | 112 | | 108 | Trebuchet MS | Trebuchet MS Bold | trebucbd.ttf | 113 | | 109 | Trebuchet MS | Trebuchet MS Bold Italic | trebucbi.ttf | 114 | | 110 | Trebuchet MS | Trebuchet MS Italic | trebucit.ttf | 115 | | 111 | Verdana | Verdana | verdana.ttf | 116 | | 112 | Verdana | Verdana Bold | verdanab.ttf | 117 | | 113 | Verdana | Verdana Bold Italic | verdanaz.ttf | 118 | | 114 | Verdana | Verdana Italic | verdanai.ttf | 119 | | 115 | Webdings | Webdings | webdings.ttf | 120 | | 116 | Wingdings | Wingdings | wingding.ttf | 121 | -------------------------------------------------------------------------------- /md/windows/Windows-3.1.md: -------------------------------------------------------------------------------- 1 | ## Windows 3.1 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | Arial | Arial | arial.ttf | 6 | | 2 | Arial | Arial Bold | arialbd.ttf | 7 | | 3 | Arial | Arial Bold Italic | arialbi.ttf | 8 | | 4 | Arial | Arial Italic | ariali.ttf | 9 | | 5 | Courier New | Courier New | cour.ttf | 10 | | 6 | Courier New | Courier New Bold | courbd.ttf | 11 | | 7 | Courier New | Courier New Bold Italic | courbi.ttf | 12 | | 8 | Courier New | Courier New Italic | couri.ttf | 13 | | 9 | Symbol | Symbol | symbol.ttf | 14 | | 10 | Times New Roman | Times New Roman | times.ttf | 15 | | 11 | Times New Roman | Times New Roman Bold | timesbd.ttf | 16 | | 12 | Times New Roman | Times New Roman Bold Italic | timesbi.ttf | 17 | | 13 | Times New Roman | Times New Roman Italic | timesi.ttf | 18 | | 14 | Wingdings | Wingdings | wingding.ttf | 19 | -------------------------------------------------------------------------------- /md/windows/Windows-95.md: -------------------------------------------------------------------------------- 1 | ## Windows 95 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | Arial | Arial | arial.ttf | 6 | | 2 | Arial | Arial Bold | arialbd.ttf | 7 | | 3 | Arial | Arial Bold Italic | arialbi.ttf | 8 | | 4 | Arial | Arial Italic | ariali.ttf | 9 | | 5 | Comic Sans MS | Comic Sans MS | comic.ttf | 10 | | 6 | Courier New | Courier New | cour.ttf | 11 | | 7 | Courier New | Courier New Bold | courbd.ttf | 12 | | 8 | Courier New | Courier New Bold Italic | courbi.ttf | 13 | | 9 | Courier New | Courier New Italic | couri.ttf | 14 | | 10 | Marlett | Marlett | marlett.ttf | 15 | | 11 | Symbol | Symbol | symbol.ttf | 16 | | 12 | Times New Roman | Times New Roman | times.ttf | 17 | | 13 | Times New Roman | Times New Roman Bold | timesbd.ttf | 18 | | 14 | Times New Roman | Times New Roman Bold Italic | timesbi.ttf | 19 | | 15 | Times New Roman | Times New Roman Italic | timesi.ttf | 20 | | 16 | Wingdings | Wingdings | wingding.ttf | 21 | -------------------------------------------------------------------------------- /md/windows/Windows-98.md: -------------------------------------------------------------------------------- 1 | ## Windows 98 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | Abadi MT Condensed | Abadi MT Condensed Light | abac.ttf | 6 | | 2 | Arial | Arial | arial.ttf | 7 | | 3 | Arial | Arial Bold | arialbd.ttf | 8 | | 4 | Arial | Arial Bold Italic | arialbi.ttf | 9 | | 5 | Arial | Arial Italic | ariali.ttf | 10 | | 6 | Arial Black | Arial Black | ariblk.ttf | 11 | | 7 | Book Antiqua | Book Antiqua | bkant.ttf | 12 | | 8 | Book Antiqua | Book Antiqua Bold | antquab.ttf | 13 | | 9 | Book Antiqua | Book Antiqua Bold Italic | antquabi.ttf | 14 | | 10 | Book Antiqua | Book Antiqua Italic | antquai.ttf | 15 | | 11 | Calisto MT | Calisto MT | calist.ttf | 16 | | 12 | Century Gothic | Century Gothic | gothic.ttf | 17 | | 13 | Century Gothic | Century Gothic Bold | gothicb.ttf | 18 | | 14 | Century Gothic | Century Gothic Bold Italic | gothicbi.ttf | 19 | | 15 | Century Gothic | Century Gothic Italic | gothici.ttf | 20 | | 16 | Comic Sans MS | Comic Sans MS | comic.ttf | 21 | | 17 | Comic Sans MS | Comic Sans MS Bold | comicbd.ttf | 22 | | 18 | Copperplate Gothic | Copperplate Gothic Bold | coprgtb.ttf | 23 | | 19 | Copperplate Gothic | Copperplate Gothic Light | coprgtl.ttf | 24 | | 20 | Courier New | Courier New | cour.ttf | 25 | | 21 | Courier New | Courier New Bold | courbd.ttf | 26 | | 22 | Courier New | Courier New Bold Italic | courbi.ttf | 27 | | 23 | Courier New | Courier New Italic | couri.ttf | 28 | | 24 | Georgia | Georgia | georgia.ttf | 29 | | 25 | Georgia | Georgia Bold | georgiab.ttf | 30 | | 26 | Georgia | Georgia Bold Italic | georgiaz.ttf | 31 | | 27 | Georgia | Georgia Italic | georgiai.ttf | 32 | | 28 | Impact | Impact | impact.ttf | 33 | | 29 | Lucida Console | Lucida Console | lucon.ttf | 34 | | 30 | Lucida Handwriting | Lucida Handwriting | lhandw.ttf | 35 | | 31 | Lucida Sans | Lucida Sans Regular | lsansi.ttf | 36 | | 32 | Lucida Sans Unicode | Lucida Sans Unicode | l_10646.ttf | 37 | | 33 | Marlett | Marlett | marlett.ttf | 38 | | 34 | News Gothic MT | News Gothic MT | nwgthc.ttf | 39 | | 35 | News Gothic MT | News Gothic MT Bold | nwgthcb.ttf | 40 | | 36 | News Gothic MT | News Gothic MT Italic | nwgthci.ttf | 41 | | 37 | OCR A Extended | OCR A Extended | ocraext.ttf | 42 | | 38 | Symbol | Symbol | symbol.ttf | 43 | | 39 | Tahoma | Tahoma | tahoma.ttf | 44 | | 40 | Tahoma | Tahoma Bold | tahomabd.ttf | 45 | | 41 | Times New Roman | Times New Roman | times.ttf | 46 | | 42 | Times New Roman | Times New Roman Bold | timesbd.ttf | 47 | | 43 | Times New Roman | Times New Roman Bold Italic | timesbi.ttf | 48 | | 44 | Times New Roman | Times New Roman Italic | timesi.ttf | 49 | | 45 | Trebuchet MS | Trebuchet MS | trebuc.ttf | 50 | | 46 | Trebuchet MS | Trebuchet MS Bold | trebucbd.ttf | 51 | | 47 | Trebuchet MS | Trebuchet MS Bold Italic | trebucbi.ttf | 52 | | 48 | Trebuchet MS | Trebuchet MS Italic | trebucit.ttf | 53 | | 49 | Verdana | Verdana | verdana.ttf | 54 | | 50 | Verdana | Verdana Bold | verdanab.ttf | 55 | | 51 | Verdana | Verdana Bold Italic | verdanaz.ttf | 56 | | 52 | Verdana | Verdana Italic | verdanai.ttf | 57 | | 53 | Webdings | Webdings | webdings.ttf | 58 | | 54 | Westminster | Westminster | westm.ttf | 59 | | 55 | Wingdings | Wingdings | wingding.ttf | 60 | -------------------------------------------------------------------------------- /md/windows/Windows-NT.md: -------------------------------------------------------------------------------- 1 | ## Windows NT 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | Arial | Arial | arial.ttf | 6 | | 2 | Arial | Arial Bold | arialbd.ttf | 7 | | 3 | Arial | Arial Bold Italic | arialbi.ttf | 8 | | 4 | Arial | Arial Italic | ariali.ttf | 9 | | 5 | Courier New | Courier New | cour.ttf | 10 | | 6 | Courier New | Courier New Bold | courbd.ttf | 11 | | 7 | Courier New | Courier New Bold Italic | courbi.ttf | 12 | | 8 | Courier New | Courier New Italic | couri.ttf | 13 | | 9 | Lucida Console | Lucida Console | lucon.ttf | 14 | | 10 | Lucida Sans Unicode | Lucida Sans Unicode | l_10646.ttf | 15 | | 11 | Marlett | Marlett | marlett.ttf | 16 | | 12 | Symbol | Symbol | symbol.ttf | 17 | | 13 | Times New Roman | Times New Roman | times.ttf | 18 | | 14 | Times New Roman | Times New Roman Bold | timesbd.ttf | 19 | | 15 | Times New Roman | Times New Roman Bold Italic | timesbi.ttf | 20 | | 16 | Times New Roman | Times New Roman Italic | timesi.ttf | 21 | | 17 | Verdana | Verdana | verdana.ttf | 22 | | 18 | Verdana | Verdana Bold | verdanab.ttf | 23 | | 19 | Verdana | Verdana Bold Italic | verdanaz.ttf | 24 | | 20 | Verdana | Verdana Italic | verdanai.ttf | 25 | | 21 | Wingdings | Wingdings | wingding.ttf | 26 | -------------------------------------------------------------------------------- /md/windows/Windows-XP.md: -------------------------------------------------------------------------------- 1 | ## Windows XP 2 | 3 | | # | Family | Name | Filename | 4 | | :--- | :--- | :--- | :--- | 5 | | 1 | Aharoni Bold | Aharoni Bold | ahronbd.ttf | 6 | | 2 | Andalus | Andalus | andlso.ttf | 7 | | 3 | Angsana New | Angsana New | angsa.ttf | 8 | | 4 | Angsana New | Angsana New Bold | angsab.ttf | 9 | | 5 | Angsana New | Angsana New Bold Italic | angsaz.ttf | 10 | | 6 | Angsana New | Angsana New Italic | angsai.ttf | 11 | | 7 | AngsanaUPC | AngsanaUPC | angsau.ttf | 12 | | 8 | AngsanaUPC | AngsanaUPC Bold | angsaub.ttf | 13 | | 9 | AngsanaUPC | AngsanaUPC Bold Italic | angsauz.ttf | 14 | | 10 | AngsanaUPC | AngsanaUPC Italic | angsaui.ttf | 15 | | 11 | Arabic Transparent | Arabic Transparent | artro.ttf | 16 | | 12 | Arabic Transparent | Arabic Transparent Bold | artrbdo.ttf | 17 | | 13 | Arial | Arial | arial.ttf | 18 | | 14 | Arial | Arial Bold | arialbd.ttf | 19 | | 15 | Arial | Arial Bold Italic | arialbi.ttf | 20 | | 16 | Arial | Arial Italic | ariali.ttf | 21 | | 17 | Arial Black | Arial Black | ariblk.ttf | 22 | | 18 | Batang | Batang | batang.ttc | 23 | | 19 | Browallia New | Browallia New | browa.ttf | 24 | | 20 | Browallia New | Browallia New Bold | browab.ttf | 25 | | 21 | Browallia New | Browallia New Bold Italic | browaz.ttf | 26 | | 22 | Browallia New | Browallia New Italic | browai.ttf | 27 | | 23 | BrowalliaUPC | BrowalliaUPC | browau.ttf | 28 | | 24 | BrowalliaUPC | BrowalliaUPC Bold | browaub.ttf | 29 | | 25 | BrowalliaUPC | BrowalliaUPC Bold Italic | browauz.ttf | 30 | | 26 | BrowalliaUPC | BrowalliaUPC Italic | browaui.ttf | 31 | | 27 | Comic Sans MS | Comic Sans MS | comic.ttf | 32 | | 28 | Comic Sans MS | Comic Sans MS Bold | comicbd.ttf | 33 | | 29 | Cordia New | Cordia New | cordia.ttf | 34 | | 30 | Cordia New | Cordia New Bold | cordiab.ttf | 35 | | 31 | Cordia New | Cordia New Bold Italic | cordiaz.ttf | 36 | | 32 | Cordia New | Cordia New Italic | cordiai.ttf | 37 | | 33 | CordiaUPC | CordiaUPC | cordiau.ttf | 38 | | 34 | CordiaUPC | CordiaUPC Bold | cordiaub.ttf | 39 | | 35 | CordiaUPC | CordiaUPC Bold Italic | cordiauz.ttf | 40 | | 36 | CordiaUPC | CordiaUPC Italic | cordiaui.ttf | 41 | | 37 | Courier New | Courier New | cour.ttf | 42 | | 38 | Courier New | Courier New Bold | courbd.ttf | 43 | | 39 | Courier New | Courier New Bold Italic | courbi.ttf | 44 | | 40 | Courier New | Courier New Italic | couri.ttf | 45 | | 41 | DFKai-SB | DFKai-SB | kaiu.ttf | 46 | | 42 | David | David | david.ttf | 47 | | 43 | David | David Bold | davidbd.ttf | 48 | | 44 | David | David Transparent | davidtr.ttf | 49 | | 45 | DilleniaUPC | DilleniaUPC | upcdl.ttf | 50 | | 46 | DilleniaUPC | DilleniaUPC Bold | upcdb.ttf | 51 | | 47 | DilleniaUPC | DilleniaUPC Bold Italic | upcdbi.ttf | 52 | | 48 | DilleniaUPC | DilleniaUPC Italic | upcdi.ttf | 53 | | 49 | Estrangelo Edessa | Estrangelo Edessa | estre.ttf | 54 | | 50 | EucrosiaUPC | EucrosiaUPC | upcel.ttf | 55 | | 51 | EucrosiaUPC | EucrosiaUPC Bold | upceb.ttf | 56 | | 52 | EucrosiaUPC | EucrosiaUPC Bold Italic | upcebi.ttf | 57 | | 53 | EucrosiaUPC | EucrosiaUPC Italic | upcei.ttf | 58 | | 54 | Fixed Miriam Transparent | Fixed Miriam Transparent | mriamfx.ttf | 59 | | 55 | FrankRuehl | FrankRuehl | frank.ttf | 60 | | 56 | Franklin Gothic Medium | Franklin Gothic Medium | framd.ttf | 61 | | 57 | Franklin Gothic Medium | Franklin Gothic Medium Italic | framdit.ttf | 62 | | 58 | FreesiaUPC | FreesiaUPC | upcfl.ttf | 63 | | 59 | FreesiaUPC | FreesiaUPC Bold | upcfb.ttf | 64 | | 60 | FreesiaUPC | FreesiaUPC Bold Italic | upcfbi.ttf | 65 | | 61 | FreesiaUPC | FreesiaUPC Italic | upcfi.ttf | 66 | | 62 | Gautami | Gautami | gautami.ttf | 67 | | 63 | Georgia | Georgia | georgia.ttf | 68 | | 64 | Georgia | Georgia Bold | georgiab.ttf | 69 | | 65 | Georgia | Georgia Bold Italic | georgiaz.ttf | 70 | | 66 | Georgia | Georgia Italic | georgiai.ttf | 71 | | 67 | Gulim | Gulim | gulim.ttc | 72 | | 68 | Impact | Impact | impact.ttf | 73 | | 69 | IrisUPC | IrisUPC | upcil.ttf | 74 | | 70 | IrisUPC | IrisUPC Bold | upcib.ttf | 75 | | 71 | IrisUPC | IrisUPC Bold Italic | upcibi.ttf | 76 | | 72 | IrisUPC | IrisUPC Italic | upcii.ttf | 77 | | 73 | JasmineUPC | JasmineUPC | upcjl.ttf | 78 | | 74 | JasmineUPC | JasmineUPC Bold | upcjb.ttf | 79 | | 75 | JasmineUPC | JasmineUPC Bold Italic | upcjbi.ttf | 80 | | 76 | JasmineUPC | JasmineUPC Italic | upcji.ttf | 81 | | 77 | KaiTi | KaiTi | simkai.ttf | 82 | | 78 | Kartika | Kartika | kartika.ttf | 83 | | 79 | KodchiangUPC | KodchiangUPC | upckl.ttf | 84 | | 80 | KodchiangUPC | KodchiangUPC Bold | upckb.ttf | 85 | | 81 | KodchiangUPC | KodchiangUPC Bold Italic | upckbi.ttf | 86 | | 82 | KodchiangUPC | KodchiangUPC Italic | upcki.ttf | 87 | | 83 | Latha | Latha | latha.ttf | 88 | | 84 | Levenim MT | Levenim MT | lvnm.ttf | 89 | | 85 | Levenim MT | Levenim MT Bold | lvnmbd.ttf | 90 | | 86 | LilyUPC | LilyUPC | upcll.ttf | 91 | | 87 | LilyUPC | LilyUPC Bold | upclb.ttf | 92 | | 88 | LilyUPC | LilyUPC Bold Italic | upclbi.ttf | 93 | | 89 | LilyUPC | LilyUPC Italic | upcli.ttf | 94 | | 90 | Lucida Console | Lucida Console | lucon.ttf | 95 | | 91 | Lucida Sans | Lucida Sans Demibold Italic | lsansdi.ttf | 96 | | 92 | Lucida Sans | Lucida Sans Demibold Roman | lsansd.ttf | 97 | | 93 | Lucida Sans | Lucida Sans Italic | lsansi.ttf | 98 | | 94 | Lucida Sans | Lucida Sans Regular | lsans.ttf | 99 | | 95 | Lucida Sans Unicode | Lucida Sans Unicode | l_10646.ttf | 100 | | 96 | MS Gothic | MS Gothic | msgothic.ttc | 101 | | 97 | MS Mincho | MS Mincho | msmincho.ttc | 102 | | 98 | MV Boli | MV Boli | mvboli.ttf | 103 | | 99 | Mangal | Mangal | mangal.ttf | 104 | | 100 | Marlett | Marlett | marlett.ttf | 105 | | 101 | Microsoft Sans Serif | Microsoft Sans Serif | micross.ttf | 106 | | 102 | MingLiU | PMingLiU | mingliu.ttc | 107 | | 103 | MingLiU-ExtB | PMingLiU-ExtB | mingliub.ttc | 108 | | 104 | Miriam | Miriam | mriam.ttf | 109 | | 105 | Miriam | Miriam Fixed | mriamc.ttf | 110 | | 106 | Miriam | Miriam Transparent | mriamtr.ttf | 111 | | 107 | Narkisim | Narkisim | nrkis.ttf | 112 | | 108 | Palatino Linotype | Palatino Linotype | pala.ttf | 113 | | 109 | Palatino Linotype | Palatino Linotype Bold | palab.ttf | 114 | | 110 | Palatino Linotype | Palatino Linotype Bold Italic | palabi.ttf | 115 | | 111 | Palatino Linotype | Palatino Linotype Italic | palai.ttf | 116 | | 112 | Raavi | Raavi | raavi.ttf | 117 | | 113 | Rod | Rod | rod.ttf | 118 | | 114 | Rod | Rod Transparent | rodtr.ttf | 119 | | 115 | Shruti | Shruti | shruti.ttf | 120 | | 116 | SimHei | SimHei | simhei.ttf | 121 | | 117 | SimSun | SimSun | simsun.ttc | 122 | | 118 | Simplified Arabic | Simplified Arabic Fixed | simpfxo.ttf | 123 | | 119 | Sylfaen | Sylfaen | sylfaen.ttf | 124 | | 120 | Symbol | Symbol | symbol.ttf | 125 | | 121 | Tahoma | Tahoma | tahoma.ttf | 126 | | 122 | Tahoma | Tahoma Bold | tahomabd.ttf | 127 | | 123 | Times New Roman | Times New Roman | times.ttf | 128 | | 124 | Times New Roman | Times New Roman Bold | timesbd.ttf | 129 | | 125 | Times New Roman | Times New Roman Bold Italic | timesbi.ttf | 130 | | 126 | Times New Roman | Times New Roman Italic | timesi.ttf | 131 | | 127 | Traditional Arabic | Traditional Arabic | trado.ttf | 132 | | 128 | Traditional Arabic | Traditional Arabic Bold | tradbdo.ttf | 133 | | 129 | Trebuchet MS | Trebuchet MS | trebuc.ttf | 134 | | 130 | Trebuchet MS | Trebuchet MS Bold | trebucbd.ttf | 135 | | 131 | Trebuchet MS | Trebuchet MS Bold Italic | trebucbi.ttf | 136 | | 132 | Trebuchet MS | Trebuchet MS Italic | trebucit.ttf | 137 | | 133 | Tunga | Tunga | tunga.ttf | 138 | | 134 | Verdana | Verdana | verdana.ttf | 139 | | 135 | Verdana | Verdana Bold | verdanab.ttf | 140 | | 136 | Verdana | Verdana Bold Italic | verdanaz.ttf | 141 | | 137 | Verdana | Verdana Italic | verdanai.ttf | 142 | | 138 | Vrinda | Vrinda | vrinda.ttf | 143 | | 139 | Webdings | Webdings | webdings.ttf | 144 | | 140 | Wingdings | Wingdings | wingding.ttf | 145 | -------------------------------------------------------------------------------- /util/fc-list.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import sys 3 | import csv 4 | import os 5 | 6 | # Generate input CSV using: 7 | # fc-list : -f "%{file}:%{family}:%{fullname}\n" 8 | if len(sys.argv) < 3: 9 | sys.exit("usage: python fc-list.py IN.csv OUT.csv") 10 | 11 | with open(sys.argv[1]) as csv_file: 12 | csv_reader = csv.reader(csv_file, delimiter=':') 13 | 14 | fonts = [] 15 | for row in csv_reader: 16 | filename = row[0].strip() 17 | _, ext = os.path.splitext(filename) 18 | if '.local/share/fonts' in filename: 19 | continue 20 | 21 | basename = os.path.basename(filename) 22 | family = row[1].strip().split(',')[0].strip() 23 | 24 | name = '' 25 | if len(row) >= 3: 26 | name = row[2].strip().split(',')[0].strip() 27 | if name == '': 28 | name = family 29 | 30 | fonts.append({ 31 | 'name': name, 32 | 'family': family, 33 | 'filename': basename, 34 | }) 35 | 36 | fonts.sort(key = lambda x: x['family']) 37 | with open(sys.argv[2], 'wb') as csv_file: 38 | csv_writer = csv.writer(csv_file) 39 | for font in fonts: 40 | csv_writer.writerow([font['family'], font['name'], font['filename']]) 41 | --------------------------------------------------------------------------------