diff --git a/README b/README index d699a78..e8a9d27 100644 --- a/README +++ b/README @@ -97,3 +97,5 @@ file with the exception of: From jquery library: http://jquery.com/ - img/bright_squares.png From subtlepatterns: http://subtlepatterns.com/bright-squares/ +- css/FredokaOne.ttf css/PTSerif.ttf + From Google Web Fonts: http://www.google.com/webfonts diff --git a/css/FredokaOne.ttf b/css/FredokaOne.ttf new file mode 100644 index 0000000..304e608 Binary files /dev/null and b/css/FredokaOne.ttf differ diff --git a/css/PTSerif.ttf b/css/PTSerif.ttf new file mode 100644 index 0000000..3d69d3d Binary files /dev/null and b/css/PTSerif.ttf differ diff --git a/css/custom.css b/css/custom.css index 6ab24c3..5b9069a 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,5 +1,23 @@ +@font-face { + font-family: 'Fredoka One'; + font-style: normal; + font-weight: 400; + src: local('Fredoka One'), local('FredokaOne-Regular'), url(/css/FredokaOne.ttf) format('truetype'); +} +@font-face { + font-family: 'PT Serif'; + font-style: normal; + font-weight: 400; + src: local('PT Serif'), local('PTSerif-Regular'), url(/css/PTSerif.ttf) format('truetype'); +} +h1, h2, h3, h4, h5, h6 { + font-family: 'Fredoka One', cursive; +} +p, div { + font-family: 'PT Serif', serif; +} + body { - /*background: url(/img/ravenna.png) repeat 0 0;*/ background: url(/img/bright_squares.png) repeat 0 0; } .centered {