From dcd887a1631bd29e581ead60effd27342065cb4e Mon Sep 17 00:00:00 2001 From: Carlos Sosa Date: Sun, 25 Aug 2019 00:35:43 -0700 Subject: Added the fonts directory and stylesheet --- css/fonts.css | 4 ---- css/notebook.css | 0 2 files changed, 4 deletions(-) delete mode 100755 css/fonts.css mode change 100755 => 100644 css/notebook.css (limited to 'css') diff --git a/css/fonts.css b/css/fonts.css deleted file mode 100755 index eddce04..0000000 --- a/css/fonts.css +++ /dev/null @@ -1,4 +0,0 @@ -@font-face { - font-family: 'EB Garamond'; - src: url('fonts/EBGaramond.otf'); -} diff --git a/css/notebook.css b/css/notebook.css old mode 100755 new mode 100644 -- cgit v1.3-2-g0d8e