From 7789f00bac202e4aea9d36f03f2e5375227723cc Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Tue, 31 Oct 2017 07:52:36 -0400 Subject: [PATCH] Switch to Aktiv Grotesk --- .../{index.blade.md => index.blade.php} | 33 ++++--------------- docs/tailwind.js | 9 ++++- 2 files changed, 14 insertions(+), 28 deletions(-) rename docs/source/{index.blade.md => index.blade.php} (57%) diff --git a/docs/source/index.blade.md b/docs/source/index.blade.php similarity index 57% rename from docs/source/index.blade.md rename to docs/source/index.blade.php index 26e976ab3..ff210d0ae 100644 --- a/docs/source/index.blade.md +++ b/docs/source/index.blade.php @@ -1,32 +1,13 @@ ---- -extends: _layouts.master ---- +@extends('_layouts.master') @section('body') -
- - - - - - - - - - - - - - - - - - - - -

A Utility-First CSS Framework for Rapid UI Development

+
+ +

Tailwind CSS

+
+

A Utility-First CSS Framework for Rapid UI Development

Get Started GitHub @@ -90,7 +71,5 @@ extends: _layouts.master Twitter
-
- @endsection diff --git a/docs/tailwind.js b/docs/tailwind.js index 82bcb429f..9b00ca94f 100644 --- a/docs/tailwind.js +++ b/docs/tailwind.js @@ -14,7 +14,7 @@ config.colors = { } config.fonts = { - 'sans': 'Proxima Nova, proxima-nova, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue', + 'sans': 'Aktiv Grotesk, aktiv-grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue', 'serif': 'Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif', 'mono': 'Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace', } @@ -32,11 +32,18 @@ config.textSizes = { } config.fontWeights = { + 'light': 300, 'normal': 400, 'semibold': 500, 'bold': 700, } +config.tracking = { + 'tight': '-0.02em', + 'normal': '0', + 'wide': '0.05em', +} + config.textColors = config.colors config.backgroundColors = config.colors