Skip to content

Commit

Permalink
moved roboto fonts to roboto dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dsharew committed Nov 28, 2016
1 parent 3497563 commit 3fbff86
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/miller.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@

@font-face {
font-family: "Roboto";
src: url('../fonts/Roboto-Regular.ttf');
src: url('../fonts/roboto/Roboto-Regular.ttf');
font-weight: normal;
}

@font-face {
font-family: "Roboto-bold";
src: url('../fonts/Roboto-Bold.ttf');
src: url('../fonts/roboto/Roboto-Bold.ttf');
font-weight: normal;
}

@font-face {
font-family: "Roboto-light";
src: url('../fonts/Roboto-Light.ttf');
src: url('../fonts/roboto/Roboto-Light.ttf');
font-weight: normal;
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3fbff86

Please sign in to comment.