From bc8f087aaef57b6c39c0faa3c860e314fa72df0b Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 15 Feb 2015 16:40:47 +0100 Subject: Adding a font for the page title --- style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 2a3dea9..bb5cd91 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,8 @@ +@font-face { + font-family: pacifico; + src: url(pacifico.ttf); +} + body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #FBDEE3; @@ -6,18 +11,20 @@ body { } .header { - padding: 30px; + padding-top: 40px; + padding-bottom: 50px; text-align: center; - font-size: 40px; + font-size: 72px; color: #222222; text-shadow: 2px 2px #ADADAD; + font-family: pacifico; } #content { margin-top: 65px; background-color: white; border-radius: 5px; - padding: 30px 50px 30px 50px; + padding: 40px 50px 30px 50px; } h1 { -- cgit v1.2.3