Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Add Lato typeface #8

Merged
merged 3 commits into from
Aug 1, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/styles/bootstrap.scss → app/styles/_bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ html {
}

body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "lato-webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
Expand Down
51 changes: 51 additions & 0 deletions app/styles/_typography.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 1, 2014 */

@font-face {
font-family: "lato-webfont";
src: url('/fonts/lato-regular-webfont.eot');
src: url('/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/lato-regular-webfont.woff') format('woff'),
url('/fonts/lato-regular-webfont.ttf') format('truetype'),
url('/fonts/lato-regular-webfont.svg#latoregular') format('svg');
font-weight: 400;
font-style: normal; }

@font-face {
font-family: "lato-webfont";
src: url('/fonts/lato-light-webfont.eot');
src: url('/fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/lato-light-webfont.woff') format('woff'),
url('/fonts/lato-light-webfont.ttf') format('truetype'),
url('/fonts/lato-light-webfont.svg#latolight') format('svg');
font-weight: 300;
font-style: normal; }

@font-face {
font-family: "lato-webfont";
src: url('/fonts/lato-hairline-webfont.eot');
src: url('/fonts/lato-hairline-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/lato-hairline-webfont.woff') format('woff'),
url('/fonts/lato-hairline-webfont.ttf') format('truetype'),
url('/fonts/lato-hairline-webfont.svg#latohairline') format('svg');
font-weight: 100;
font-style: normal; }

@font-face {
font-family: "lato-webfont";
src: url('/fonts/lato-bold-webfont.eot');
src: url('/fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/lato-bold-webfont.woff') format('woff'),
url('/fonts/lato-bold-webfont.ttf') format('truetype'),
url('/fonts/lato-bold-webfont.svg#latobold') format('svg');
font-weight: 700;
font-style: normal; }

@font-face {
font-family: "lato-webfont";
src: url('/fonts/lato-black-webfont.eot');
src: url('/fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/lato-black-webfont.woff') format('woff'),
url('/fonts/lato-black-webfont.ttf') format('truetype'),
url('/fonts/lato-black-webfont.svg#latoblack') format('svg');
font-weight: 900;
font-style: normal; }
1 change: 1 addition & 0 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ h3.panel-title {

@import "bootstrap";
@import "bootstrap-theme";
@import "typography";
@import "ember-calendar";

// jglovier's temporary style tweaks
Expand Down
Binary file added public/fonts/lato-black-webfont.eot
Binary file not shown.
4,241 changes: 4,241 additions & 0 deletions public/fonts/lato-black-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/lato-black-webfont.ttf
Binary file not shown.
Binary file added public/fonts/lato-black-webfont.woff
Binary file not shown.
Binary file added public/fonts/lato-bold-webfont.eot
Binary file not shown.
4,551 changes: 4,551 additions & 0 deletions public/fonts/lato-bold-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/lato-bold-webfont.ttf
Binary file not shown.
Binary file added public/fonts/lato-bold-webfont.woff
Binary file not shown.
Binary file added public/fonts/lato-hairline-webfont.eot
Binary file not shown.
4,241 changes: 4,241 additions & 0 deletions public/fonts/lato-hairline-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/lato-hairline-webfont.ttf
Binary file not shown.
Binary file added public/fonts/lato-hairline-webfont.woff
Binary file not shown.
Binary file added public/fonts/lato-light-webfont.eot
Binary file not shown.
4,241 changes: 4,241 additions & 0 deletions public/fonts/lato-light-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/lato-light-webfont.ttf
Binary file not shown.
Binary file added public/fonts/lato-light-webfont.woff
Binary file not shown.
Binary file added public/fonts/lato-regular-webfont.eot
Binary file not shown.
4,241 changes: 4,241 additions & 0 deletions public/fonts/lato-regular-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/lato-regular-webfont.ttf
Binary file not shown.
Binary file added public/fonts/lato-regular-webfont.woff
Binary file not shown.