diff --git a/new-racket-web/css/gumby.css b/new-racket-web/css/gumby.css index 18a5ec4163..ab7172e878 100644 --- a/new-racket-web/css/gumby.css +++ b/new-racket-web/css/gumby.css @@ -1,5 +1,5 @@ @charset "UTF-8"; -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700); +@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,500); @import url(http://fonts.googleapis.com/css?family=Inconsolata); /** * Gumby Framework @@ -68,7 +68,7 @@ html, body { height: 100%; } /* Fonts */ @font-face { font-family: "entypo"; font-style: normal; font-weight: 400; src: url(../fonts/icons/entypo.eot); src: url("../fonts/icons/entypo.eot?#iefix") format("ie9-skip-eot"), url("../fonts/icons/entypo.woff") format("woff"), url("../fonts/icons/entypo.ttf") format("truetype"); } -h1, h2, h3, h4, h5, h6 { font-family: "Open Sans"; font-weight: 300; color: #444444; text-rendering: optimizeLegibility; padding-top: 0.273em; line-height: 1.15538em; padding-bottom: 0.273em; } +h1, h2, h3, h4, h5, h6 { font-family: "Open Sans"; font-weight: 500; color: #444444; text-rendering: optimizeLegibility; padding-top: 0.273em; line-height: 1.15538em; padding-bottom: 0.273em; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #d04526; } @media only screen and (max-width: 767px) { h1, h2, h3, h4, h5, h6 { word-wrap: break-word; } } diff --git a/new-racket-web/img/loud.png b/new-racket-web/img/loud.png index b74c468f60..4c17978d44 100644 Binary files a/new-racket-web/img/loud.png and b/new-racket-web/img/loud.png differ