Skip to content

Commit

Permalink
update README with install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Jul 8, 2015
1 parent 324910b commit 2aa9a76
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,45 @@ Titillium
Custom version of Titillium.

Main project homepage: [http://www.campivisivi.net/titillium/](http://www.campivisivi.net/titillium/)

## Use in your App

Using bower:

```sh
bower install https://github.com/Chialab/titillium.git
```

Using npm:

```sh
npm install https://github.com/Chialab/titillium.git
```

Or download [here](https://github.com/Chialab/titillium/archive/master.zip)

### Import

Titillium Text

```html
<link rel="stylesheet" type="text/css" href="titillium-text.css">
```

Titillium Text Upright

```html
<link rel="stylesheet" type="text/css" href="titillium-text-up.css">
```

Titillium Maps

```html
<link rel="stylesheet" type="text/css" href="titillium-maps.css">
```

Titillium Title

```html
<link rel="stylesheet" type="text/css" href="titillium-title.css">
```
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ <h2>ExtraBold</h2>
<p contenteditable ng-model="text" style="font-weight: 900;"></p>
</div>
</article>
<a href="https://github.com/Chialab/titillium"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.2/angular.min.js"></script>
<script type="text/javascript">
var app = angular.module('TitilliumDemo', []);
Expand Down

0 comments on commit 2aa9a76

Please sign in to comment.