txt.lurk.org

misc texts and essays from active lurkers
git clone https://git.lurk.org/repos/txt.lurk.org.git
Log | Files | Refs

commit 86f7c4e283349c0c83d851411fca568f28227ec4
parent 7aa5f7c7ba76192dbe446210e29337b973c9557e
Author: rra <rscmbbng@riseup.net>
Date:   Tue Mar 26 12:16:56 +0100

move the font to top level
Diffstat:
how-to-run-a-small-social-networking-site/Route159-SemiBold.woff | 0
how-to-run-a-small-social-networking-site/index.html | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/how-to-run-a-small-social-networking-site/Route159-SemiBold.woff b/how-to-run-a-small-social-networking-site/Route159-SemiBold.woff
Binary files differ.
diff --git a/how-to-run-a-small-social-networking-site/index.html b/how-to-run-a-small-social-networking-site/index.html
@@ -17,7 +17,7 @@
     <style type="text/css">
       @font-face {
         font-family: 'Route159-SemiBold';
-        src: url('Route159-SemiBold.woff') format('woff');
+        src: url('../Route159-SemiBold.woff') format('woff');
         }
       body{
         margin:40px auto;