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 --- fonts/stylesheet.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 fonts/stylesheet.css (limited to 'fonts/stylesheet.css') diff --git a/fonts/stylesheet.css b/fonts/stylesheet.css new file mode 100644 index 0000000..3e41a47 --- /dev/null +++ b/fonts/stylesheet.css @@ -0,0 +1,16 @@ +/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 1, 2014 */ + + + +@font-face { + font-family: 'eb_garamondregular'; + src: url('ebgaramond-webfont.eot'); + src: url('ebgaramond-webfont.eot?#iefix') format('embedded-opentype'), + url('ebgaramond-webfont.woff2') format('woff2'), + url('ebgaramond-webfont.woff') format('woff'), + url('ebgaramond-webfont.ttf') format('truetype'), + url('ebgaramond-webfont.svg#eb_garamondregular') format('svg'); + font-weight: normal; + font-style: normal; + +} \ No newline at end of file -- cgit v1.3-2-g0d8e