Předmět Autor Datum
a to tě nenapadlo podívat se do definice css? * { margin : 0px; padding : 0px; border : none; outli…
touchwood 11.09.2012 08:13
touchwood
Děkuji
Písmo 11.09.2012 08:18
Písmo
Vzhledem k tomu, že to není platným souborem písma (alespoň podle hlášky Prohlížeče písem Windows),…
IQ37 11.09.2012 08:21
IQ37
Já jsem tam napsal všechny 4 a funguje to skvěle ve všech prohlížečích, nevadí to že tam mám napsané… poslední
Písmo 11.09.2012 08:53
Písmo

a to tě nenapadlo podívat se do definice css?

* {
	margin			: 0px;
	padding			: 0px;
	border			: none;
	outline			: none;
}

@font-face {
	font-family		: 'MuseoSans';
	src				: url('/fonts/museo-sans-500.eot?') format('eot'),
					  url('/fonts/museo-sans-500.woff') format('woff'),
					  url('/fonts/museo-sans-500.ttf') format('truetype'),
					  url('/fonts/museo-sans-500.svg#webfontyC0TSkVx') format('svg');
	font-weight		: normal;
	font-style		: normal;
}

@font-face {
	font-family		: 'MuseoSans';
	src				: url('/fonts/museo-sans-700.eot?') format('eot'),
					  url('/fonts/museo-sans-700.woff') format('woff'),
					  url('/fonts/museo-sans-700.ttf') format('truetype'),
					  url('/fonts/museo-sans-700.svg#webfontz8iBy51c') format('svg');
	font-weight		: bold;
	font-style		: normal;
}
	
html {
	overflow		: -moz-scrollbars-vertical;
}

body, input, select, textarea, button {
	font			: normal 12px 'MuseoSans', Helvetica, Arial, sans-serif;
	line-height		: 18px;

museo-sans-500.ttf
museo-sans-700.ttf

Vzhledem k tomu, že to není platným souborem písma (alespoň podle hlášky Prohlížeče písem Windows), tak to bude asi to další v pořadí: font: normal 12px 'MuseoSans', Helvetica, Arial, sans-serif;

Zpět do poradny Odpovědět na původní otázku Nahoru