Skip to content

Commit

Permalink
Move to Roboto
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Polu committed Jul 14, 2014
1 parent fa1189e commit 28c855e
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 1 deletion.
Binary file removed breach.full.png
Binary file not shown.
Binary file modified breach.png
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 controls/assets/fonts/Roboto-Black.ttf
Binary file not shown.
Binary file added controls/assets/fonts/Roboto-BlackItalic.ttf
Binary file not shown.
Binary file added controls/assets/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file added controls/assets/fonts/Roboto-BoldItalic.ttf
Binary file not shown.
Binary file added controls/assets/fonts/Roboto-Italic.ttf
Binary file not shown.
Binary file added controls/assets/fonts/Roboto-Light.ttf
Binary file not shown.
Binary file added controls/assets/fonts/Roboto-LightItalic.ttf
Binary file not shown.
Binary file added controls/assets/fonts/Roboto-Medium.ttf
Binary file not shown.
Binary file added controls/assets/fonts/Roboto-MediumItalic.ttf
Binary file not shown.
Binary file added controls/assets/fonts/Roboto-Regular.ttf
Binary file not shown.
Binary file added controls/assets/fonts/Roboto-Thin.ttf
Binary file not shown.
Binary file added controls/assets/fonts/Roboto-ThinItalic.ttf
Binary file not shown.
Binary file added controls/assets/fonts/RobotoCondensed-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file added controls/assets/fonts/RobotoCondensed-Italic.ttf
Binary file not shown.
Binary file added controls/assets/fonts/RobotoCondensed-Light.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
43 changes: 43 additions & 0 deletions controls/css/fonts.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
@font-face {
font-family: 'Roboto';
src: url('../assets/fonts/Roboto-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: 'Roboto';
src: url('../assets/fonts/Roboto-Medium.ttf') format('truetype');
font-style: normal;
font-weight: 500;
}

@font-face {
font-family: 'Roboto';
src: url('../assets/fonts/Roboto-Bold.ttf') format('truetype');
font-style: normal;
font-weight: bold;
}

@font-face {
font-family: 'Roboto';
src: url('../assets/fonts/Roboto-Black.ttf') format('truetype');
font-style: normal;
font-weight: 900;
}

@font-face {
font-family: 'Roboto';
src: url('../assets/fonts/Roboto-Light.ttf') format('truetype');
font-style: normal;
font-weight: 300;
}

@font-face {
font-family: 'Roboto';
src: url('../assets/fonts/Roboto-Thin.ttf') format('truetype');
font-style: normal;
font-weight: 100;
}


/*!
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Expand Down
2 changes: 1 addition & 1 deletion controls/css/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
html {
margin-top: 0px;
font-family: Arial;
font-family: "Roboto", Arial;
font-weight: 300;
font-size: 12px;
color: hsl(72, 4%, 90%);
Expand Down

0 comments on commit 28c855e

Please sign in to comment.