diff --git a/css/base.css b/css/base.css index 152cac5..db41ce6 100644 --- a/css/base.css +++ b/css/base.css @@ -1,6 +1,6 @@ @font-face { - font-family: 'exo2'; - src:url('../fonts/exo2l.otf'); + font-family: 'comfortaa'; + src:url('../fonts/comfortaa.ttf'); } .textblock { @@ -33,7 +33,7 @@ } body { - font: 100%/150% exo2; + font: 100%/150% comfortaa; width: 60%; max-width: 80%; margin: 0 auto; @@ -69,7 +69,7 @@ h3 { h1, h2, h3 { color: #999; margin: 20px 0 10px; - font-family: "exo2"; + font-family: "comfortaa"; } diff --git a/fonts/comfortaa.ttf b/fonts/comfortaa.ttf new file mode 100644 index 0000000..5e81491 Binary files /dev/null and b/fonts/comfortaa.ttf differ