All Projects → jxnblk → Ashley

jxnblk / Ashley

A Readable & Responsive Theme for Tumblr

Labels

Ashley

A Responsive and Readable Theme for Tumblr, utilizing Google Web Fonts

Over 70,000 active installs

Ashley Screenshot

Readable

Don't hunch over. Sit back and enjoy.

Responsive

Content is device agnostic. Your blog should be too.

Minimal

Just what you need. No more. No less.

Customizable

Use any Google Web Font. Defaults to Gentium Book.

jxnblk.com/ashley

View on Tumblr Themes


How to switch Google Web Fonts in Tumblr

  1. Choose a font from Google Web Fonts

  2. Go to your blog and click Customize

  3. In the GoogleWebFont field, type or paste in the name of the font – e.g. Gentium Book Basic

  4. In the GoogleWebFontURL field, type or paste in the name as it appears in Google's code – e.g. Gentium+Book+Basic

  5. Click Save


How to use Typekit

  1. Create a kit on Typekit

  2. Go to your blog and click Customize

  3. Click the Edit HTML button

  4. Replace the Google Web Font block with the Typekit embed code

    <!-- Replace this block: -->
    {block:IfGoogleWebFont}
      <link href='http://fonts.googleapis.com/css?family={text:GoogleWebFontURL}' rel='stylesheet' type='text/css'>
    {/block:IfGoogleWebFont}
    
    <!-- with your Typekit embed code: -->
    <script type="text/javascript" src="//use.typekit.net/XXXXXXX.js"></script>
    <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
    
  5. Replace the font-family declaration with the one from Typekit

    <!-- Change this line: -->
    font-family: '{text:GoogleWebFont}', Georgia, serif;
    
    <!-- To something like this: -->
    font-family: "skolar",serif;
    
  6. Click Update Preview, then Save

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].