Commit b9c7a7e3 authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Add Arimo and Tinos to list of GCS-synced fonts

BUG=787020
R=dpranke@chromium.org,derat@chromium.org
CC=​drott@chromium.org,sergeyu@chromium.org
TBR=dpranke@chromium.org

Change-Id: If78501622d71743c101b77464bd9edbadd2ad654
Reviewed-on: https://chromium-review.googlesource.com/933096Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Reviewed-by: default avatarDominik Röttsches <drott@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543568}
parent 92d3c167
......@@ -103,6 +103,10 @@ FONT_FILES = [
[['/usr/share/doc/ttf-mscorefonts-installer/'], 'READ_ME!.gz', MS_TRUETYPE_FONTS_PACKAGE],
# Other fonts: Arabic, CJK, Indic, Thai, etc.
[[CONTENT_SHELL_FONTS_DIR], 'Arimo-Bold.ttf', None],
[[CONTENT_SHELL_FONTS_DIR], 'Arimo-BoldItalic.ttf', None],
[[CONTENT_SHELL_FONTS_DIR], 'Arimo-Italic.ttf', None],
[[CONTENT_SHELL_FONTS_DIR], 'Arimo-Regular.ttf', None],
[[CONTENT_SHELL_FONTS_DIR], 'DejaVuSans.ttf', None],
[[CONTENT_SHELL_FONTS_DIR], 'Garuda.ttf', None],
[[CONTENT_SHELL_FONTS_DIR], 'Lohit-Devanagari.ttf', None],
......@@ -111,6 +115,10 @@ FONT_FILES = [
[[CONTENT_SHELL_FONTS_DIR], 'MuktiNarrow.ttf', None],
[[CONTENT_SHELL_FONTS_DIR], 'NotoSansKhmer-Regular.ttf', None],
[[CONTENT_SHELL_FONTS_DIR], 'NotoSansCJKjp-Regular.otf', None],
[[CONTENT_SHELL_FONTS_DIR], 'Tinos-Bold.ttf', None],
[[CONTENT_SHELL_FONTS_DIR], 'Tinos-BoldItalic.ttf', None],
[[CONTENT_SHELL_FONTS_DIR], 'Tinos-Italic.ttf', None],
[[CONTENT_SHELL_FONTS_DIR], 'Tinos-Regular.ttf', None],
]
......
......@@ -5,6 +5,10 @@
copy("test_fonts") {
sources = [
"LICENSE",
"test_fonts/Arimo-Bold.ttf",
"test_fonts/Arimo-BoldItalic.ttf",
"test_fonts/Arimo-Italic.ttf",
"test_fonts/Arimo-Regular.ttf",
"test_fonts/DejaVuSans-Bold.ttf",
"test_fonts/DejaVuSans.ttf",
"test_fonts/Garuda.ttf",
......@@ -14,6 +18,10 @@ copy("test_fonts") {
"test_fonts/MuktiNarrow.ttf",
"test_fonts/NotoSansCJKjp-Regular.otf",
"test_fonts/NotoSansKhmer-Regular.ttf",
"test_fonts/Tinos-Bold.ttf",
"test_fonts/Tinos-BoldItalic.ttf",
"test_fonts/Tinos-Italic.ttf",
"test_fonts/Tinos-Regular.ttf",
]
outputs = [
......
This diff is collapsed.
......@@ -30,12 +30,16 @@ How to update or add fonts:
7. (optional) Update FONT_FILES in
third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py .
If you need access to the chromium-fonts bucket, contact Chrome infra. For
If you need access to the chromium-fonts bucket, contact Chrome infra.% For
details, please refer to
https://chromium.googlesource.com/infra/infra/+/master/doc/users/contacting_troopers.md
Font Origins:
Arimo-Bold.ttf https://github.com/google/fonts/tree/master/apache/arimo
Arimo-BoldItalic.ttf https://github.com/google/fonts/tree/master/apache/arimo
Arimo-Italic.ttf https://github.com/google/fonts/tree/master/apache/arimo
Arimo-Regular.ttf https://github.com/google/fonts/tree/master/apache/arimo
DejaVuSans.ttf https://dejavu-fonts.github.io/Download.html
Garuda.ttf https://linux.thai.net/projects/fonts-tlwg
Lohit-Devanagari.ttf https://pagure.io/lohit
......@@ -44,3 +48,7 @@ Lohit-Tamil.ttf https://pagure.io/lohit
MuktiNarrow.ttf http://www.nongnu.org/freebangfont/downloads.html#mukti
NotoSansCJKjp-Regular.otf https://www.google.com/get/noto/#sans-jpan
NotoSansKhmer-Regular.ttf https://www.google.com/get/noto/#sans-khmr
Tinos-Bold.ttf https://github.com/google/fonts/tree/master/apache/tinos
Tinos-BoldItalic.ttf https://github.com/google/fonts/tree/master/apache/tinos
Tinos-Italic.ttf https://github.com/google/fonts/tree/master/apache/tinos
Tinos-Regular.ttf https://github.com/google/fonts/tree/master/apache/tinos
9c1ff266a05e3b8523de198f62dabb9a881ab28f
\ No newline at end of file
e494bc9cb34c0dd6629fb783acb7e8bff422a8dd
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment