raylu 14 жил өмнө
parent
commit
dccc88325a

+ 1 - 1
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

+ 4 - 0
webroot/css/base.css

@@ -1,3 +1,7 @@
+body {
+	font-family: Cantarell;
+	letter-spacing: -0.01em;
+}
 a:hover {
 	text-decoration:none;
 }