Hallo (Andreas?),
http://www.administrator.de verwendet mehrfach @font-face was mir überhaupt nicht zusagt:
Code
		
					
				@font-face {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 300;
      src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/roboto/roboto-light-webfont.woff2') format('woff2'), url('/fonts/roboto/roboto-light-webfont.woff') format('woff'), url('/fonts/roboto/roboto-light-webfont.ttf') format('truetype'), url('/fonts/roboto/roboto-light-webfont.svg#robotolight') format('svg')
}
@font-face {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      src: local('Roboto'), local('Roboto-Regular'), url('/fonts/roboto/roboto-regular-webfont.woff2') format('woff2'), url('/fonts/roboto/roboto-regular-webfont.woff') format('woff'), url('/fonts/roboto/roboto-regular-webfont.ttf') format('truetype'), url('/fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg')
}
@font-face {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/roboto/roboto-bold-webfont.woff2') format('woff2'), url('/fonts/roboto/roboto-bold-webfont.woff') format('woff'), url('/fonts/roboto/roboto-bold-webfont.ttf') format('truetype'), url('/fonts/roboto/roboto-bold-webfont.svg#robotobold') format('svg')
}
@font-face {
      font-family: 'Admostile';
      src: url('/fonts/admostile/admostile-bold.eot');
      src: url('/fonts/admostile/admostile-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/admostile/admostile-bold.woff2') format('woff2'), url('/fonts/admostile/admostile-bold.woff') format('woff'), url('/fonts/admostile/admostile-bold.ttf') format('truetype'), url('/fonts/admostile/admostile-bold.svg#eurostilebold') format('svg');
      font-weight: bold;
      font-style: normal
}
@font-face {
      font-family: 'Admostile';
      src: url('/fonts/admostile/admostile-regular.eot');
      src: url('/fonts/admostile/admostile-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/admostile/admostile-regular.woff2') format('woff2'), url('/fonts/admostile/admostile-regular.woff') format('woff'), url('/fonts/admostile/admostile-regular.ttf') format('truetype'), url('/fonts/admostile/admostile-regular.svg#eurostilebold') format('svg');
      font-weight: normal;
      font-style: normal
}
	
			Alles anzeigen
	Wie kann ich das durch »meine« Schriften ersetzen? Einfach überschreiben mit !important funktioniert nicht.
Lutz