Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jxnblk/Ashley

A Readable & Responsive Theme for Tumblr
https://github.com/jxnblk/Ashley

Last synced: about 2 months ago
JSON representation

A Readable & Responsive Theme for Tumblr

Awesome Lists containing this project

README

        

Ashley
======

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

Over 70,000 active installs

![Ashley Screenshot](Ashley.png)

## 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](http://jxnblk.com/ashley)

[View on Tumblr Themes](http://www.tumblr.com/theme/37012)

---

## How to switch Google Web Fonts in Tumblr

1. Choose a font from [Google Web Fonts](http://www.google.com/webfonts)

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

```html

{block:IfGoogleWebFont}

{/block:IfGoogleWebFont}



try{Typekit.load();}catch(e){}
```

5. Replace the font-family declaration with the one from Typekit

```html

font-family: '{text:GoogleWebFont}', Georgia, serif;


font-family: "skolar",serif;
```

6. Click *Update Preview*, then *Save*