summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/css/main.css16
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;