Fix loading of Lato font in style.css for docs
authorAnthony Fok <foka@debian.org>
Sun, 31 Aug 2014 09:43:25 +0000 (03:43 -0600)
committerspf13 <steve.francia@gmail.com>
Mon, 1 Sep 2014 12:21:42 +0000 (08:21 -0400)
commitd2020506842eea3a9b6dc6335580f72ef415b690
tree8ad3ddb30fdf34deefd7c6f92c4f1047693a2cca
parenta6022293af0df79ca451e9e9f398b635ab2252be
Fix loading of Lato font in style.css for docs

The "@import url()" statement for loading Lato from Google Fonts
was ignored because "@import are not allowed after any valid statement
other than @charset and @import" according to the W3C CSS Validator.

Also remove the line for importing line-icons.css which no longer
exists.
docs/static/css/style.css