summaryrefslogtreecommitdiff
path: root/index.html.coffee
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2014-09-28 11:39:37 (GMT)
committerMichele Bini <michele.bini@gmail.com>2014-09-28 11:39:37 (GMT)
commita5fe26c6147486d7ced5ef7d172bca281e2dc22b (patch)
tree39eb838f3bc6f153b85dc5653be7cc1acbfbb27f /index.html.coffee
parentcfd6228e49291c8f1a44749ba6a06f386b0898bc (diff)
Use lobster font
Diffstat (limited to 'index.html.coffee')
-rw-r--r--index.html.coffee5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html.coffee b/index.html.coffee
index b76bb1a..54c259e 100644
--- a/index.html.coffee
+++ b/index.html.coffee
@@ -30,6 +30,7 @@ htmlcup.html5Page ->
@head ->
@meta charset:"utf-8"
@link rel:"shortcut icon", href:icon
+ @link href:'http://fonts.googleapis.com/css?family=Lobster', rel:'stylesheet', type:'text/css'
@title title
@style type: "text/css",
"""
@@ -41,7 +42,8 @@ htmlcup.html5Page ->
background: #1096EE;
text-align: center;
font-size: 22px;
- font-family: Helvetica;
+ font-family: 'Lobster', 'Helvetica', 'Times', serif;
+ text-shadow: 0 1px 1px blue;
}
.banner {
border: 5px solid white;
@@ -58,7 +60,6 @@ htmlcup.html5Page ->
margin-right:auto;
width:22em;
max-width:100%;
- text-shadow: 0 1px 1px blue;
}
a {
/*