From 02fbb19b9ca348f1db8b01d657d6880ceb5b95d8 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 27 Apr 2015 04:43:31 -0400 Subject: Revert "Embed Lato font in CSS" This reverts commit 91b937c2241c5b319d42c5ea424b60058390634d. How can I be so stupid? This thing means that the home page takes 1.3MiB more data. That's a huge hit on people with slow internet access. --- (limited to 'site/css/main.css') diff --git a/site/css/main.css b/site/css/main.css index fce79c1..2d3b62c 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -15,21 +15,10 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -/* Webfont: Lato-Regular */ -@font-face { - font-family: 'nicefont'; - src: url('Lato-Regular.eot'); - src: url('Lato-Regular.eot?#iefix') format('embedded-opentype'), - url('Lato-Regular.woff') format('woff'), - url('Lato-Regular.ttf') format('truetype'); - font-style: normal; - font-weight: normal; - text-rendering: optimizeLegibility; -} body { background:#f4f4f4; color:#2B2B2B; - font-family: 'nicefont', Fallback, lato, sans-serif; + font-family:Lato,sans-serif; font-size:0.92em; font-weight:400; padding:0px; @@ -70,10 +59,9 @@ p, aside, li { a { color:#2B2BAA; font-size:1.1em; - text-decoration:underline; } a:hover { - text-decoration:underline; + text-decoration:none; } h1,h2,h3 { margin-bottom:0.2em; -- cgit v0.9.1