By its very nature climbing is a simple sport. No matter the climber’s age or ability they are often, if not always, trying their hardest to climb their best. As the climber and the difficulty of the climbs progress the holds get smaller and the footholds worse, however, no matter the size, everyone in the […]
Reading blog posts on your Kindle…Finally!
How to stop Google Fonts from being in cut in half!
<link href=’http://fonts.googleapis.com/css?family=Oswald:400,300,700′ rel=’stylesheet’ type=’text/css’> Following the link that you place in your header to call the google font like the one above shows the CSS Code Below @font-face { font-family: ‘Oswald’; font-style: normal; font-weight: 300; src: local(‘Oswald Light’), local(‘Oswald-Light’), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/HqHm7BVC_nzzTui2lzQTDT8E0i7KZn-EPnyo3HZu7kw.woff) format(‘woff’); } @font-face { font-family: ‘Oswald’; font-style: normal; font-weight: 400; src: local(‘Oswald Regular’), local(‘Oswald-Regular’), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/-g5pDUSRgvxvOl5u-a_WHw.woff) […]