X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=858498ec87b15de1e7d19bb182e58bdfff07d204;hb=36305ff45aa8ce8f53b3509e0976ed008233fbad;hp=596d0728e042823567a8ad6f97af8e77714edbd2;hpb=c41360f9f8ef81042076f94d472ebb6ecd301095;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 596d072..858498e 100644 --- a/includes/style.css +++ b/includes/style.css @@ -1,3 +1,16 @@ +@font-face { + font-family: 'bree_serifregular'; + src: url('/font/breeserif-regular-webfont.eot'); + src: url('/font/breeserif-regular-webfont.eot?#iefix') format('embedded-opentype'), + url('/font/breeserif-regular-webfont.woff2') format('woff2'), + url('/font/breeserif-regular-webfont.woff') format('woff'), + url('/font/breeserif-regular-webfont.ttf') format('truetype'), + url('/font/breeserif-regular-webfont.svg#bree_serifregular') format('svg'); + font-weight: normal; + font-style: normal; + +} + @font-face { font-family: 'InconsolataMedium'; src: url('/font/inconsolata-webfont.eot'); @@ -26,18 +39,31 @@ padding:0; } body { -background-image: url('../images/gray_jean.png'); +background-image: url('../images/noisy.png'); +font-family:InconsolataMedium; margin-bottom: 15px; } h3 { margin-top:15px; -font-family:MuseoSlab500; +margin-bottom:5px; +font-family:'bree_serifregular'; +} + +.title { +margin-left:17px; +color:black; +font-family:'bree_serifregular'; +font-size: 404%; +} + +.indent { +margin-left:10px; } h1,h2 { -font-size:150%; -font-family:MuseoSlab500; +font-size:256%; +font-family:'bree_serifregular'; } a { @@ -54,10 +80,6 @@ width:960px; margin:30px auto 0; } -#banner { -margin-left:15px; -} - #content { width:725px; min-height:300px; @@ -67,13 +89,10 @@ text-align:left; padding:5px 5px 25px 20px; } -#portfolio { +.portfolio { float:left; width:350px; -} - -#portfolio li { -font-family:InconsolataMedium; +margin-left:10px; } #exhibit {