Hacker News new | past | comments | ask | show | jobs | submit login
Taking a second look at free fonts (smashingmagazine.com)
96 points by thefutureisfake on March 12, 2014 | hide | past | favorite | 31 comments



My favorite is still DejaVu (I mostly use the Bistream Vera portion) that strangely the article doesn't even mention. I like it enough and hate the way that most websites use fonts enough that I just use it for everything (I use it under urxvt also). I also set a minimum font size wich breaks a lot of things but is still a net benefit IMO. http://dejavu-fonts.org


Same here, I configured Firefox to not allow pages to choose their own fonts. Instead, I use a font of my own choosing to render all webbrowser content, and I've set a minimum font size limit, too.

Together with the 'View/Zoom/Zoom Text Only' option enabled, I can comfortably read almost any web page, without having to scroll horizontally. Also, quite some sites show a bit breakage because their developers use fixed heights for container DIVs etc... (a container should size itself to its content, instead).


I may not know what I'm talking about, but Adobe's source sans and source code pro look a lot like dejavu but have some nice refinements IMO: eg the "-" is a little higher so "->" is better aligned. You may want to check them out.


After every HN article about the next best programming font I go back to DejaVu Sans Mono, so you may be on to something here.


I use DejaVu Sans Mono as well for terminal and source editing, but I found that it looks more slim if you apply autohinting to it (for example on Debian it changes quite significantly because of it). I usually put this in $HOME/.config/fontconfig/fonts.conf

    <match target="font">
      <test name="family">
       <string>DejaVu Sans Mono</string>
      </test>
      <edit mode="assign" name="autohint">
       <bool>true</bool>
      </edit>
      <edit mode="assign" name="rgba">
       <const>vrgb</const>
      </edit>
    </match>


I used DejaVu Sans Mono until Ubuntu released their Ubuntu Fonts. Ubuntu Mono is a nice programming font! Sorry to tempt you...

The font grass is always greener in the next pasture. :)


Same here, always sought out DejaVu fonts until Canonical ? came out with the Ubuntu font. Now I literally even use it on Windows, not my preference to use Windows but Ubuntu fonts and Cygwin make the limited time I have to spend on it bearable.


I'm the same way with DejaVu. I forget how I originally found it but it seems to be very light on the eyes and renders really well on every platform and looks great.


On a quick read, the article doesn't talk about the licensing for the free fonts. Several free fonts I've liked are free for personal projects or websites, but are chargeable for commercial projects - and one should be careful about selecting them.

Secondly, fonts are very easy to pirate. The commerical fonts (eg. TypeKit fonts) can be copied and reused with a bit of HTML+CSS knowledge. Anyone know of a way to enforce the font licenses?


Font piracy is one of the oldest forms of piracy around. Enforcing font licenses in any form is pretty much futile.

Of course, you could always scramble the glyphs and then do an inverse scramble on the page (seriously though, don't do that unless you hate your users).


All of the fonts featured in the article are free for personal and commercial use. And yeah font piracy is a pretty big issue. I'm sure Proxima Nova is one of the most pirated fonts in the world. I see it on websites everywhere and I have a hard time believing every site actually purchased a license...


We need a font DRM standard for the web! Quickly, to the W3C!


Ha!


It really varies widely depending on how you use fonts:

Fonts for PRINTING: You need tons of sizes, really high definitions, as it can be printed 4" high at 300dpi. 3MB for a TTF? OK.

Fonts for iPad Games: You need TINY file size. <200KB, & won't need as high-res at all, esp. variations. You're fighting hard against the size for your game download, to get under the 50MB limit for mobile vs. wifi-only with most US carriers.

Fonts for Web: You need to ensure browser compatibility, size (for download times, which kill UX if it's slow). Too often, devs forget their homepage assets are cached, & don't see the critical first time user experience with their site as slow.)


>Too often, devs forget their homepage assets are cached, & don't see the critical first time user experience with their site as slow.)

I always consider running PageSpeed Insights to be a mandatory final step before making any significant change (that is, anything that loads new assets) live. That helps to avoid this issue.


Typefaces are a new passion of mine.

Wanting to start a blog, one of the things I focused were the presentation. I wanted something medium and svbtle like (big and serifed body typeface, clean and responsive design). I found here in HN the site [1] . It is a great read, very newbie friendly and sparked my love for typefaces. While the author, like the OP's writer, mostly scorns free fonts, it gives a lot of insights on the "other stuff" like line height and width, when to use bolds and italics and smallcaps.

Later I found out about google fonts and lost hours in there. I'm a big fan of serif typefaces. My favourites are Vollkorn, Merriweather, and Gentium Book Basic. I'm in love with Vollkorn, but I find that it's hard to pair it with others when used in the body.

For a monospace typeface, either for display or programming I use DejaVu Sans Mono everywhere.

I have a certain fascination for slab-serifs, but I dislike most os the typefaces I find, or can't pair it correctly with other.

I'm still procrestinating, and my blog keeps being delayed, but here's a sample of it, if you want to take a look: [2]

It was made with pelican and I adapted the theme "storm". You can check it here [3]

If you want some suggestions of font combinations, my "experiments" can be found in this source file: [4]

I'm still learning a lot (what the hell is a "humanist typeface"?), but I find it a lot of fun opening a website and going to the source to see the typefaces used.

[1] http://practicaltypography.com/ [2] http://web.ist.utl.pt/~ist155461/blog/posts/2013/Jan/25/moai... [3] https://github.com/Vaskivo/v-storm [4] https://github.com/Vaskivo/v-storm


On my blog, I use Noto Sans for text and Questrial for headings. On the rare occasion that I require a monospace font (anywhere, blog, programming or otherwise), I go for Cousine.

http://www.google.com/fonts/specimen/Noto+Sans

http://www.google.com/fonts/specimen/Questrial

http://www.google.com/fonts/specimen/Cousine

http://theandrewbailey.com/


I paired Playfair with Lato for my personal site. I'm happy with the results, particularly given that my web site is pretty much just unadorned text.

http://steveasleep.com/


It looks kind of cluttered, like you're using too many fonts. I would limit where you use the serifed font to mainly the headline.


Like other users said, it looks a bit cluttered. I think it's because Lato has very narrow lines. My (amateurish) suggestion is either a typeface with thicker lines or a taller typeface.


Looks messy to me. Try increasing the line height.


I am working on a MVP and am going for an elegant look. I have the <p> in Georgia 22px but would like something a little less common. Georgia is a nice font but it is everywhere.

My current main fonts are:

      p { font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif; 
          font-size: 22px; }

      h2 { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
          font-size: 22px; }
Has anyone found a font combination with an elegant, "classical" look?

Edited: for spacing


Have a look at this book:

http://practicaltypography.com/


But it says in the opening salvo, "The fastest, eas­i­est, and most vis­i­ble im­prove­ment you can make to your ty­pog­ra­phy is to ig­nore the fonts that came free with your com­put­er... and buy a pro­fes­sion­al font". Not quite "in the spirit" of the OP!



Playfair Display has a very elegant and classical look. Especially set in italics for headers. It actually pairs fairly well with Georgia. Look into Alegreya as well.


I was a typesetter for sometime(never released a typeface officially) and during another recent discussion on typefaces, I heard about source code pro. I swear I told many people that consolas is the best mono-space font. But source-code pro changed it. It became my main coding font now and it is simply amazing.

I request everyone to try it.


Do you have a link?


It was announced here: http://blogs.adobe.com/typblography/2012/09/source-code-pro....

the last paragraph of that post has links for the source, web fonts, etc.

DL link (from sourceforge): http://sourceforge.net/projects/sourcecodepro.adobe/files/la...


We went with the free version of Sofia Pro for our event titles/etc. Seems to display more smoothly than most free fonts.

http://wesawit.com/events/imagine-dragons-at-the-staples-cen...


I have been digging Karla recently and was pleased to see it mentioned. A few that I didn’t know look interesting as well.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: