~ A Complete Google Fonts Viewer ~

Hi there peeps,

if any anyone is interested in checking out the full
range - (848 and growing) - of “Google” fonts, I
have created a viewer that can be found in this
attachment…

all-google-fonts.zip (2.9 KB).

It can also be viewed online here…

http://coothead.co.uk/all-google-fonts/

coothead

5 Likes

Hi there peep,

I would like to point, out that I do not really advocate
the use of “Google” fonts. :rolleyes:

The majority of them definitely have no business on
a web page and some of them could possibly lead to
temporary blindness. :eek:

coothead

May I make a suggestion for improvement?
The line-height would benefit from being changed to a unitless value so that it increases in proportion with the font size.
It gets a bit too tight for my liking at the larger sizes.

1 Like

Thanks for that suggestion. :winky:

Check out the link to see it introduced.

If anyone has downloaded the attachment, then amend the CSS file to read…

#container {
    max-width: 62.5em;
    line-height: 1.25;
    padding: 2em;
    margin: auto;
    border: 0.062em solid #999;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0.4em 0.4em 0.4em rgba( 0, 0, 0, 0.3 );
 }

coothead

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.