From 376fddb25407937cec5fb4208a9c19b9cdf6b8c7 Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Tue, 30 Jul 2019 20:15:23 +0530 Subject: fonts load fine now! --- docs/index.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index d5f2be0..8e4f8b7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,6 @@ - n @@ -20,9 +19,7 @@ function showPost(id) { -
-

n

-
+

n

@@ -44,7 +41,7 @@ none of which concern us.

our view, and restore it once its done, with winrestview.

let view = winsaveview()
-s/\s\+$//gc              " find and confirm replace trailing blanks
+s/\s\+$//gc              " find and (confirm) replace trailing blanks
 winrestview(view)        " restore our original view!
 
-- cgit v1.2.3