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.
diff --git a/docs/res/repertoire.png b/docs/res/repertoire.png new file mode 100644 index 000000000..82315f649 Binary files /dev/null and b/docs/res/repertoire.png differ