Skip to content

Instantly share code, notes, and snippets.

@reinislejnieks
Created March 22, 2012 15:17
Show Gist options
  • Save reinislejnieks/2158961 to your computer and use it in GitHub Desktop.
Save reinislejnieks/2158961 to your computer and use it in GitHub Desktop.
Google Fonts use example - Helvetica like
<link href="http://fonts.googleapis.com/css?family=Anonymous+Pro:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" >
<style>
.helv {font:14px 'Anonymous Pro', serif;}
</style>
<p class="helv">I'm almost cool like helvetica.</p>
<p>I'am normal Arial shit.</p>
<a href="http://www.webdesignshock.com/helvetica-free-download" target=_blank>http://www.webdesignshock.com/helvetica-free-download</a> - tady doporučují, které fonty použít, které vypadají nejvíce Helvetica-like. Myslm, že tenhle je v cajku, ale klidně čekni další.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment