GoTo [[End]]
This tests the Google Font API.
I can no longer use a + in multiword font names. Only the use of a space works.
<span class="droidplsans">This should be the font Droid+Sans)</span>.
<span class="droidspsans">This should be the font Droid Sans</span>.
<span class="droidplserif">This should be the font Droid+Serif)</span>.
<span class="droidspserif">This should be the font Droid Serif</span>.
<span class="plexplsans">This should be the font IBM+Plex+Sans</span>.
<span class="plexspsans">This should be the font IBM Plex Sans</span>.
<span class="plexplserif">This should be the font IBM+Plex+Serif</span>.
<span class="plexspserif">This should be the font IBM Plex Serif</span>.
----
This should be the html class font. (Lato)
Test uniqueness of "vertical stroke" letters in the "html" font.
Capital Eye = I
Numeral One = 1
Lower Case Ell = l
Test uniqueness of "vertical stroke" letters in the Droid Sans font.
<div class="droidspsans">
Capital Eye = I
Numeral One = 1
Lower Case Ell = l
</div>
Test uniqueness of "vertical stroke" letters in the IBM Plex Sans font.
<div class="plexspsans">
Capital Eye = I
Numeral One = 1
Lower Case Ell = l
</div>
----
Environment:
''Story Compiler:'' <<= $('tw-storydata').attr('creator') + " v" + $('tw-storydata').attr('creator-version')>> by Thomas M. Edwards
''Story Format:'' <<= $('tw-storydata').attr('format') + " v" + $('tw-storydata').attr('format-version')>> by Thomas M. Edwards
''Your Reader (Browser):'' <<= navigator.userAgent>>by selden!! This is the End
GoTo [[Start]]