From eb49009d023e6e3b5d59a97b8fb5fed5eee83296 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Tue, 14 Feb 2017 01:08:17 -0800 Subject: FreeType: address font license issues (#5230) It appears we were shipping font files without license text, and I had my doubts about the bitmap fonts being usable directly. This replaces existing TTF fonts with Apache-2.0 licensed fonts from chome core (Cousine, Arimo, Tinos). Include the full license file for all three fonts. The Lucida Sans font bitmap is removed entirely for non-freetype builds. There is therefore only mono fonts for non-freetype builds. --- fonts/Arimo-Regular.ttf | Bin 0 -> 436876 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 fonts/Arimo-Regular.ttf (limited to 'fonts/Arimo-Regular.ttf') diff --git a/fonts/Arimo-Regular.ttf b/fonts/Arimo-Regular.ttf new file mode 100644 index 000000000..9be443c7d Binary files /dev/null and b/fonts/Arimo-Regular.ttf differ -- cgit v1.2.3