Skip to content

Commit

Permalink
init docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aeoth committed Feb 7, 2012
1 parent d9312c2 commit ebc38c8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
@@ -0,0 +1,3 @@
As we'll be either pulling in parts of [Bootstrap](http://bootstrap.io) or at the very least aiming for that type of project, we're going to use [Less](http://lesscss.org/) which adds variables and other goodies into CSS.

For those new to Less, it's worth checking out [SimpLESS](http://wearekiss.com/simpless) (which runs on all platforms) which watches and compiles Less into CSS.
9 changes: 9 additions & 0 deletions docs/type_example.md
@@ -0,0 +1,9 @@
Metro is all about clean, clear typography. Segoe UI is the most popular font for metro designs, but isn't on all platforms. We're currently investigating a good set of similar and commonly installed fonts to create the perfect font family, taking into account licensing with Segoe UI for @font-face just isn't feasible.

`Helvetica Neue` is installed on OS X and iOS which has all the weightings and similarities (or visa-versa) to Segoe. `Roboto` is the new font from Google for Android 4 ("Ice Cream Sandwhich") and is under the Apache license, meaning it is fair play for @font-face.

`font-family: Segoe UI, Segoe WP, Helvetica Neue, Roboto, sans-serif;`

From top left to bottom right, Segoe UI, Helvetica Neue, Lato and Roboto

![](type_example.png)
Binary file added docs/type_example.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ebc38c8

Please sign in to comment.