diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-27 04:43:31 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-27 04:43:31 (EDT) |
commit | 02fbb19b9ca348f1db8b01d657d6880ceb5b95d8 (patch) | |
tree | 3edc1ec21d23d6c4316f7a3896db3e640a69ab9d /site/css/main.css | |
parent | 91b937c2241c5b319d42c5ea424b60058390634d (diff) | |
download | libreboot.org-02fbb19b9ca348f1db8b01d657d6880ceb5b95d8.zip libreboot.org-02fbb19b9ca348f1db8b01d657d6880ceb5b95d8.tar.gz libreboot.org-02fbb19b9ca348f1db8b01d657d6880ceb5b95d8.tar.bz2 |
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.
Diffstat (limited to 'site/css/main.css')
-rw-r--r-- | site/css/main.css | 16 |
1 files changed, 2 insertions, 14 deletions
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 <http://www.gnu.org/licenses/>. */ -/* 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; |