From 7159a1232dd8ef18686a480a67c31452e1e983b4 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 7 Jan 2015 22:31:50 -0800 Subject: [PATCH] usewebfonts and /fonts --- local.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index d5c6d2e..fbda2ab 100644 --- a/local.css +++ b/local.css @@ -1,4 +1,6 @@ -@import url("http://www.donarmstrong.com/fonts/liberationserif/stylesheet.css"); +/* -*- mode: css -*- */ + +@import url("/fonts/liberationserif/stylesheet.css"); body { background: #bbb; -- 2.39.5