Giter VIP home page Giter VIP logo

beautiful-web-type's Introduction

In October 2018 I released a completely re-thought and re-designed version of this project. The new version aims to provide a complete look at each typeface, cataloging all the available weights and styles, the full glyph set, the kerning quality, OpenType features, recommended pairings and more. I will highlight only typefaces that show a high level of quality.

The original version of the site is archived here: https://beautifulwebtype.com/v1/

Changelog

23 Oct 2023

8 Apr 2023

22 Nov 2020

  • Added Fraunces.
  • Added pairing example for Fraunces and Libre Franklin.
  • Added pairing example for Messapia and Inter.

21 Nov 2020

  • Added Inter.
  • Updated glyph inspector to include plain text character in sidebar for easier copying.

23 May 2020

Read full Changelog

Featured typefaces

All typefaces are licensed under the SIL Open Font License.

Suggesting Typefaces

I'm happy to receive suggestions for typefaces via a GitHub issue. When sending suggestions please include an example or two of the typeface in use. This helps me to make an initial evaluation of the typeface.

Local development

To work with the site locally, start the Jekyll server and watch the Sass files with:

rake s

beautiful-web-type's People

Contributors

arantor avatar flevour avatar iapellaniz avatar jorenvanhee avatar koester avatar t1ml3arn avatar ubuwaits avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

beautiful-web-type's Issues

Doesn't even remotely work in IE8

Looks like it's not dealing well with nested section tags? That sounds weird and might not be the actual reason, but it's the first error I see in IE8's parsing.

Titillium

Titillium is quite a nice font.

A good example of it in use is on Karma Runner.

I'm not entirely sure what the procedure is for submitting new suggestions here - does this suffice, or should I submit a pull request?

Thanks. Great repo by the way!

No font name rollovers on "Home" panel?

The main headline, "Beautiful Web Type" is set in Abril Fatface, but on http://hellohappy.org/beautiful-web-type/ I had to view the page's source code to find that out. (Fringe benefit: I also learned the hard way that you kerned W-eb, which for more easily is discoverable if you highlight the text by selecting it.) But, my point is, that first panel at the top of the page--shouldn't the fonts in it be conveniently identified too? (Pretty please?)

Suggestion/Question: Small Caps?

My understanding is that even "open source" typefaces that support (things like) small caps don't ship with small caps in the Google Fonts version.

Is any attempt made to make that kind of information available on the site? Would a font page show it if it was available "elsewhere" even if not in the version served by Google? That would be important information for me.

(LOVE the design and the site in general btw. I will Patreon you when a space opens up in my Patreon budget!)

Suggestion: Hack Font

Hack is a font designed for source code. I've found it readable on small screens and has not given me eye strain.

The font is open-source (Here on Github!)
It is released under an MIT license.

Here are some example images.
Type Face
Source Code

Suggestion: Titillium

Titillium is a sans-serif font consisting of a six weights created by students at the Italian Accademia di Belle Arti di Urbino:

https://www.fontsquirrel.com/fonts/Titillium

Titillium excels as a typeface for use in signage or technical drawings and schematics, and has a very modern feel. To give an impression:

https://twitter.com/DA_Rostock/status/1090546045275328512

Unfortunately, their project website appears to be lost, the domain lapsed and was apparently snapped up by some completely unrelated blog (or a scammer copying an existing blog for link farming).

Web Archive:

https://web.archive.org/web/20180212050943/http://www.campivisivi.net/titillium/

Add Josefin Sans

Hey!

What're the contributing guidelines like for this project? I wanna add Josefin Sans because it's a whimsical font with some great use cases.

Suggestion: Gentium

Gentium has been my go-to typeface for elegantly typeset body text for years. It works especially well in print but is also suitable for full paragraphs of text on screen in documents and such if used with care:

https://software.sil.org/gentium/

As a sample: I've used it ten years a go for my Master's thesis. The screenshot doesn't really do the font justice do to Github scaling it, but to give an impression:

Screenshot from 2019-06-05 09-07-19

Gentium comes in Plus, Basic, and Book Basic variants. The FAQ explains the differences:

http://software.sil.org/gentium/support/faq/

Gentium supports Latin, Greek, and Cyrillic text.

Add LICENSE

I want to use your HTML / CSS as a starting point for a small static site. I'd love to attribute you, etc -- please add a license to make this clear :)

I'd suggest CC0 or public domain, personally.

Display error for Source Sans Pro w600 in Smallcap headlines

There is a problem in the Source Sans Pro showcase for Smallcap headlines @weight 600 (see screenshot).
The fallback fond (serif) gets rendered.

screenshot 2018-12-06 at 14 26 54

I'm using

Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:63.0) Gecko/20100101 Firefox/63.0

Smooth fonts in Windows

Hello,

Using your example the fonts are very smooth on Windows 7.

When I use my own Google web font, I can't get this kind of smooth.

Where is the trick?

Thanks in advance!

Use text-rendering:optimizeLegibility instead of kern hack

Instead of this hack:

    <h1>Beautiful W<span class="kern">eb</span> Type</h1>

You should specify text-rendering:optimizeLegibility, which will enable kerning for Latin text in Chrome and Safari. Or is there another reason for that?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.