diff options
| -rw-r--r-- | index.html | 6 | ||||
| -rw-r--r-- | res/css/google-lato-300.css (renamed from lib/google-lato-300.css) | 2 | ||||
| -rw-r--r-- | res/css/style.css (renamed from style.css) | 0 | ||||
| -rw-r--r-- | res/css/ui.css (renamed from ui.css) | 0 | ||||
| -rw-r--r-- | res/font/Lato300.ttf (renamed from lib/Lato300.ttf) | bin | 83300 -> 83300 bytes |
5 files changed, 4 insertions, 4 deletions
@@ -2,9 +2,9 @@ <head> <title>Rhizi Prototype </title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <link href="style.css" rel="stylesheet" type="text/css"> - <link href="ui.css" rel="stylesheet" type="text/css"> - <link href='lib/google-lato-300.css' rel='stylesheet' type='text/css'> + <link href="res/css/style.css" rel="stylesheet" type="text/css"> + <link href="res/css/ui.css" rel="stylesheet" type="text/css"> + <link href='res/css/google-lato-300.css' rel='stylesheet' type='text/css'> <link rel="shortcut icon" href="res/img/favicon2.ico" /> diff --git a/lib/google-lato-300.css b/res/css/google-lato-300.css index eff86fb5..90e5c7ee 100644 --- a/lib/google-lato-300.css +++ b/res/css/google-lato-300.css @@ -3,5 +3,5 @@ font-family: 'Lato'; font-style: normal; font-weight: 300; - src: local('Lato Light'), local('Lato-Light'), url(Lato300.ttf) format('truetype'); + src: local('Lato Light'), local('Lato-Light'), url(../font/Lato300.ttf) format('truetype'); } diff --git a/style.css b/res/css/style.css index aa304a3e..aa304a3e 100644 --- a/style.css +++ b/res/css/style.css diff --git a/lib/Lato300.ttf b/res/font/Lato300.ttf Binary files differindex 3be3b622..3be3b622 100644 --- a/lib/Lato300.ttf +++ b/res/font/Lato300.ttf |
