diff --git a/fonts/im_fell_english/imfellenglish-italic-webfont.woff b/fonts/im_fell_english/imfellenglish-italic-webfont.woff new file mode 100644 index 0000000..ca01f22 Binary files /dev/null and b/fonts/im_fell_english/imfellenglish-italic-webfont.woff differ diff --git a/fonts/im_fell_english/imfellenglish-italic-webfont.woff2 b/fonts/im_fell_english/imfellenglish-italic-webfont.woff2 new file mode 100644 index 0000000..3b621d8 Binary files /dev/null and b/fonts/im_fell_english/imfellenglish-italic-webfont.woff2 differ diff --git a/fonts/im_fell_english/imfellenglish-regular-webfont.woff b/fonts/im_fell_english/imfellenglish-regular-webfont.woff new file mode 100644 index 0000000..acbae5f Binary files /dev/null and b/fonts/im_fell_english/imfellenglish-regular-webfont.woff differ diff --git a/fonts/im_fell_english/imfellenglish-regular-webfont.woff2 b/fonts/im_fell_english/imfellenglish-regular-webfont.woff2 new file mode 100644 index 0000000..86d5f60 Binary files /dev/null and b/fonts/im_fell_english/imfellenglish-regular-webfont.woff2 differ diff --git a/fonts/im_fell_english/stylesheet.css b/fonts/im_fell_english/stylesheet.css new file mode 100644 index 0000000..776b071 --- /dev/null +++ b/fonts/im_fell_english/stylesheet.css @@ -0,0 +1,24 @@ +/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 4, 2020 */ + + + +@font-face { + font-family: 'im_fell_englishitalic'; + src: url('imfellenglish-italic-webfont.woff2') format('woff2'), + url('imfellenglish-italic-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} + + + + +@font-face { + font-family: 'im_fell_englishregular'; + src: url('imfellenglish-regular-webfont.woff2') format('woff2'), + url('imfellenglish-regular-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} \ No newline at end of file diff --git a/styles/index.css b/styles/index.css index 1c38aa0..b6b00ae 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1,4 +1,21 @@ -@import url('https://fonts.googleapis.com/css?family=Cormorant+Upright|Cormorant'); + +@font-face { + font-family: 'IM Fell English'; + src: url('../fonts/im_fell_english/imfellenglish-italic-webfont.woff2') format('woff2'), + url('../fonts/im_fell_english/imfellenglish-italic-webfont.woff') format('woff'); + font-weight: normal; + font-style: italic; + +} + +@font-face { + font-family: 'IM Fell English'; + src: url('../fonts/im_fell_english/imfellenglish-regular-webfont.woff2') format('woff2'), + url('../fonts/im_fell_english/imfellenglish-regular-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} html { font-size: 26px; @@ -6,7 +23,7 @@ html { body { background-color: white; - font-family: 'Cormorant', sans-serif; + font-family: 'IM Fell English', sans-serif; font-weight: 400; line-height: 1.45; color: #333; @@ -28,7 +45,7 @@ a { h1, h2, h3, h4, h5 { font-size: 1.75em; margin: 2.75rem 0 1rem; - font-family: 'Cormorant Upright', sans-serif; + font-family: 'IM Fell English', sans-serif; font-weight: 700; line-height: 1.15; } diff --git a/websites/index.html b/websites/index.html index d721fed..ccbf456 100644 --- a/websites/index.html +++ b/websites/index.html @@ -36,6 +36,7 @@

My Work