diff --git a/style.css b/style.css index 7178f67..2573f81 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,31 @@ +@font-face { + font-family: 'Plain Light'; + src: url('./fonts/plain-light-webfont.woff') format('woff'); + font-weight: light; + font-style: normal; +} + +@font-face { + font-family: 'Plain Light'; + src: url('./fonts/plain-regular-webfont.ttf') format('woff'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Silk Serif'; + src: url('./fonts/silkserif-lightitalic-webfont.woff') format('woff'); + font-weight: light; + font-style: normal; +} + +@font-face { + font-family: 'Silk Serif'; + src: url('./fonts/silkserif-regularitalic-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + * { margin: 0; padding: 0;