Tag: css

  • Deploying LESS changes to a Windows Azure Website via Git

    In developing vacashare.com, I am using LESS to generate my CSS as I have found the technology to be a developer-friendly way of generating clean, flexible CSS. The Web Essentials extension for Visual Studio 2012 automatically compiles my LESS files into a .css and .min.css files ready for production use. The automated CSS generation combined with .NET Bundling […]

  • Integrating Google Web Fonts

    .post-434 { font-family: ‘Jura’; } Historically, web designers have been limited to the fonts they can use in live text. Enter Google Web fonts. This will allow you to integrate any website. I have used the Google Web Fonts API to integrate the Jura font for this post by adding the following to my HTML: […]