Snippet: #nhaw

Written in Plain Text and posted on Jan 18, 2012 at 17:42
   1  @font-face {
   2      font-family: 'DroidSans';
   3      src: url('http://schischa.wootstube.de/DroidSans-webfont.eot');
   4      src: url('http://schischa.wootstube.de/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
   5           url('http://schischa.wootstube.de/DroidSans-webfont.woff') format('woff'),
   6           url('http://schischa.wootstube.de/DroidSans-webfont.ttf') format('truetype'),
   7           url('http://schischa.wootstube.de/DroidSans-webfont.svg#DroidSansBold') format('svg');
   8      font-weight: normal;
   9      font-style: normal;
  10  
  11  }
  12  
  13  #logo {
  14  	font-family: 'DroidSans';
  15  	font-size: 30px;
  16  	line-height: 55px;
  17  	padding-right: 15px;
  18  }