summaryrefslogtreecommitdiffstats
path: root/core/fonts
Commit message (Collapse)AuthorAgeFilesLines
* Include additional scripts in Noto fontsDaniel Calviño Sánchez2021-03-012-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generated avatars as well as text file previews are rendered using the "core/fonts/NotoSans-Regular.ttf" font. The file was the standard hinted "NotoSans-Regular.ttf" file from https://www.google.com/get/noto/. However that file does not cover some non LGC (Latin, Greek, Cyrillic) scripts, like Arabic, Devanagari or Hebrew, to name a few. Markdown file previews also use "core/fonts/NotoSans-Bold.ttf", which is in the same situation as the regular one. Due to limitations in the TTF format it is not possible to provide a single file for each style that includes all Noto fonts. However, it is possible to add more scripts to the standard "NotoSans-Regular.ttf" and "NotoSans-Bold.ttf" files (although no CJK (Chinese, Japanese, Korean) glyph can be included due to the aforementioned limitations). This commit replaces the standard files with an extended version created using the Noto Tools. The build script (as well as a patch for the Noto Tools) is also included for reference and to be able to update the font files in the future if needed. Due to the additional scripts added the font files are now much larger, although this does not seem to increase the time spent rendering LGC scripts. Note that the file for the bold style still contains less scripts than the regular one, as not all scripts supported by Noto have a bold weight. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Move font from Nunito to Noto SansJan-Christoph Borchardt2019-06-2225-26/+25
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add woff2 format of Nunito for better performance in modern browsersJan-Christoph Borchardt2018-10-194-0/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Change typeface from Open Sans to NunitoJan-Christoph Borchardt2018-10-198-202/+93
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Move fonts from light/semibold to regular/bold for better readabilityJan-Christoph Borchardt2018-10-194-0/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* OpenSans font contrast optionJohn Molakvoæ (skjnldsv)2018-06-258-0/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add TTF of OpenSand-{Ligh,Semibold}Roeland Jago Douma2018-02-192-0/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* move font back from Light to Regular for body text on normal-res screens, ↵Jan-Christoph Borchardt2015-11-101-0/+0
| | | | fix #18954
* move fonts from Regular+Bold to Light+Semibold for lighter feelJan-Christoph Borchardt2015-08-254-0/+0
|
* make text preview backend use imagettftext, fixes #8087Georg Ehrke2014-06-101-0/+0
|
* move from tff to woff and fix IE8Morris Jobke2014-06-044-0/+0
|
* use Open Sans as typefaceJan-Christoph Borchardt2014-06-033-0/+202