Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: LayoutTests/third_party/GardinerMod/README.Chromium

Issue 307243002: Fix font family based fallback font selection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Windows link fix. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/third_party/GardinerMod/LICENSE.txt ('k') | Source/core/css/CSSFontFaceSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/third_party/GardinerMod/README.Chromium
diff --git a/LayoutTests/third_party/GardinerMod/README.Chromium b/LayoutTests/third_party/GardinerMod/README.Chromium
new file mode 100644
index 0000000000000000000000000000000000000000..d9c0e938cc8ceff6e9fc4224b85cc01f1e931ef3
--- /dev/null
+++ b/LayoutTests/third_party/GardinerMod/README.Chromium
@@ -0,0 +1,15 @@
+GardinerMod Font Family
+
+Required for testing issues with font-family based fallback font selection.
+For now, install the two .ttf fonts system wide in order for the test to work.
+
+Based on Gardiner font by George Douros, from http://users.teilar.gr/~g1951d/ which is public domain, quoting from the site:
+"In lieu of a licence Fonts in this site are offered free for any use; they may be installed, embedded, opened, edited,
+modified, regenerated, posted, packaged and redistributed. George Douros"
+
+Created using the following commands:
+
+$ pyftsubset Gardiner.ttf U+131A3
+$ mv Gardiner.ttf.subset GardinerBug.ttf
+$ pyftsubset Gardiner.ttf U+130E0
+$ mv Gardiner.ttf.subset GardinerCat.ttf
« no previous file with comments | « LayoutTests/third_party/GardinerMod/LICENSE.txt ('k') | Source/core/css/CSSFontFaceSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698