From 3fbff86f220b5935f65ddc2435c27a196f38c266 Mon Sep 17 00:00:00 2001 From: dsharew Date: Mon, 28 Nov 2016 15:55:41 +0300 Subject: [PATCH] moved roboto fonts to roboto dir --- css/miller.css | 6 +++--- fonts/{ => roboto}/Roboto-Bold.ttf | Bin fonts/{ => roboto}/Roboto-Light.ttf | Bin fonts/{ => roboto}/Roboto-Regular.ttf | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename fonts/{ => roboto}/Roboto-Bold.ttf (100%) rename fonts/{ => roboto}/Roboto-Light.ttf (100%) rename fonts/{ => roboto}/Roboto-Regular.ttf (100%) diff --git a/css/miller.css b/css/miller.css index b389888..9adec89 100644 --- a/css/miller.css +++ b/css/miller.css @@ -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; } diff --git a/fonts/Roboto-Bold.ttf b/fonts/roboto/Roboto-Bold.ttf similarity index 100% rename from fonts/Roboto-Bold.ttf rename to fonts/roboto/Roboto-Bold.ttf diff --git a/fonts/Roboto-Light.ttf b/fonts/roboto/Roboto-Light.ttf similarity index 100% rename from fonts/Roboto-Light.ttf rename to fonts/roboto/Roboto-Light.ttf diff --git a/fonts/Roboto-Regular.ttf b/fonts/roboto/Roboto-Regular.ttf similarity index 100% rename from fonts/Roboto-Regular.ttf rename to fonts/roboto/Roboto-Regular.ttf