diff --git a/css/base.css b/css/base.css index 211513f..cefac67 100644 --- a/css/base.css +++ b/css/base.css @@ -1,6 +1,6 @@ @font-face { font-family: 'exo2'; - src:url('../fonts/exo2.ttf'); + src:url('../fonts/exo2l.otf'); } .textblock { @@ -33,7 +33,7 @@ } body { - font: 100%/160% exo2; + font: 100%/150% exo2; width: 900px; max-width: 96%; margin: 0 auto; @@ -53,7 +53,6 @@ a:hover { h1, h2, h3 { color: #eee; - line-height: 120%; margin: 20px 0 10px; } h1 { @@ -69,7 +68,6 @@ h3 { h1, h2, h3 { color: #999; - line-height: 120%; margin: 20px 0 10px; font-family: "exo2"; } diff --git a/fonts/exo2l.otf b/fonts/exo2l.otf new file mode 100644 index 0000000..7554d84 Binary files /dev/null and b/fonts/exo2l.otf differ