From 6eeb644674e41fbf21c3f77321b6825042ea8b07 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 22 Aug 2017 02:45:06 -0700 Subject: docs --- docs/index.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 268c6703c..00abd51b8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -145,6 +145,20 @@ h1 > a, h2 > a, h3 > a { color: #ccc; background: none; } +a > img { + display: block; +} + +#repertoire-image { + display:block; + width:100%; + height:40vw; + background-image: url(res/repertoire.png); + background-repeat: no-repeat; + background-size: cover; + background-blend-mode: multiply; + background-color: #f4f4f4; +} @@ -221,10 +235,15 @@ h1 > a, h2 > a, h3 > a {

Interface works great for English–language text, and pretty well for other latin and cyrillic languages. There's still a lot of work to be done, and - contributions are warmly welcomed. + contributions are warmly welcomed. The playground contains a lot of samples, including some common non English–language words in the playground. +

+ +

+ +

+

Please refer to the glyph repertoire for an overview of currently–available glyphs and their quality. - You can also look at some common non English–language words in the playground.

-- cgit v1.2.3