Default fonts that we rely on in elementary OS
"Redacted" and "Roboto Mono" is available under SIL OPEN FONT LICENSE Version 1.1
Other files are available under the license described in LICENSE.
We ship a fontconfig file that maps metrically compatible open-source fonts Arimo (sans-serif), Tinos (serif) and Cousine (monospace) to Arial, Times New Roman, and Courier New, respectively.
You'll need the following dependencies:
- meson
Run meson setup to configure the build environment
meson setup build --prefix=/usrChange to the build directory and run ninja install to install
cd build
ninja install