diff options
| author | Carlos Sosa <gnusosa@gnusosa.net> | 2019-08-25 00:35:43 -0700 |
|---|---|---|
| committer | Carlos Sosa <gnusosa@gnusosa.net> | 2019-08-25 00:35:43 -0700 |
| commit | dcd887a1631bd29e581ead60effd27342065cb4e (patch) | |
| tree | 36fd704ab8a58ae1aa6ea07720aa9ece1ea49418 /fonts/stylesheet.css | |
| parent | ec3a4a4715700294206d6e78d8b38a57a7de7592 (diff) | |
Added the fonts directory and stylesheet
Diffstat (limited to 'fonts/stylesheet.css')
| -rw-r--r-- | fonts/stylesheet.css | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
