From 7231bcd5ceb9eec27d62992fceb7dd4ccc34eb14 Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 18 Feb 2015 16:20:28 -0800 Subject: [PATCH] Flesh out font faces --- stylesheets/_variables.scss | 10 ++++++++++ stylesheets/manifest.css | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/stylesheets/_variables.scss b/stylesheets/_variables.scss index f24f71ce747e..ad101f42019f 100644 --- a/stylesheets/_variables.scss +++ b/stylesheets/_variables.scss @@ -13,6 +13,16 @@ $grey_d: #454545; font-family: 'Roboto'; src: url('/fonts/Roboto-Regular.ttf') format('truetype'); } +@font-face { + font-family: 'Roboto'; + src: url('/fonts/Roboto-Italic.ttf') format('truetype'); + font-style: italic; +} +@font-face { + font-family: 'Roboto'; + src: url('/fonts/Roboto-Bold.ttf') format('truetype'); + font-weight: bold; +} $roboto: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif; $roboto-light: Roboto-Light, 'Helvetica Neue', Arial, Helvetica, sans-serif; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 5fe70bec4638..4038ab9a4ab5 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -5,6 +5,14 @@ @font-face { font-family: 'Roboto'; src: url("/fonts/Roboto-Regular.ttf") format("truetype"); } +@font-face { + font-family: 'Roboto'; + src: url("/fonts/Roboto-Italic.ttf") format("truetype"); + font-style: italic; } +@font-face { + font-family: 'Roboto'; + src: url("/fonts/Roboto-Bold.ttf") format("truetype"); + font-weight: bold; } * { box-sizing: border-box; }