diff options
-rw-r--r-- | views/layouts/default.html.php | 2 | ||||
-rw-r--r-- | webroot/css/base.css | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index 13ea798..e7e5c83 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -23,7 +23,7 @@ use \lithium\security\Auth; el.value = "Search..." } </script> - <?= $this->html->link('Icon', null, array('type' => 'icon')) ?> + <link href='http://fonts.googleapis.com/css?family=Cantarell:regular,bold&v1' rel='stylesheet' type='text/css'> </head> <header> <?php diff --git a/webroot/css/base.css b/webroot/css/base.css index ec4ddf9..c90cc45 100644 --- a/webroot/css/base.css +++ b/webroot/css/base.css @@ -1,3 +1,7 @@ +body { + font-family: Cantarell; + letter-spacing: -0.01em; +} a:hover { text-decoration:none; } |