Want a custom font? Learn how!
#17
Re the guide - it could be a lot clearer - you are not covering older browsers either. If you want a custom font for IE6/7 then you will also need to upload the eot file.

@font-face {
 /* for IE */ 
       font-family: 'MyCustomFont';
       src: url(images/font/nameoffont.eot) /* EOT file for IE */
}

@font-face {
       font-family: 'MyCustomFont';
       src: url(images/font/nameoffont.ttf)
}
.thead {
	color: #ffffff;
	font-family: 'MyCustomFont', Verdana, sans-serif;
	font-size: 14px;
}

Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


Reply


Messages In This Thread
Want a custom font? Learn how! - by Wes the Bes - 2011-02-25, 11:36 PM
RE: Want a custom font? Learn how! - by Andrew B. - 2011-02-26, 12:32 AM
RE: Want a custom font? Learn how! - by WbDev - 2011-02-26, 12:37 AM
RE: Want a custom font? Learn how! - by Andrew B. - 2011-02-26, 01:28 AM
RE: Want a custom font? Learn how! - by Solidus - 2011-02-26, 01:34 AM
RE: Want a custom font? Learn how! - by brad-t - 2011-02-26, 01:39 AM
RE: Want a custom font? Learn how! - by Solidus - 2011-02-26, 01:40 AM
RE: Want a custom font? Learn how! - by brad-t - 2011-02-26, 02:16 AM
RE: Want a custom font? Learn how! - by Solidus - 2011-02-26, 02:17 AM
RE: Want a custom font? Learn how! - by Solidus - 2011-02-26, 02:20 AM
RE: Want a custom font? Learn how! - by Steven - 2011-02-26, 07:33 AM
RE: Want a custom font? Learn how! - by Joenn A. - 2011-02-26, 08:56 AM
RE: Want a custom font? Learn how! - by Leefish - 2011-02-26, 09:51 PM
RE: Want a custom font? Learn how! - by Steven - 2011-02-27, 04:06 AM
RE: Want a custom font? Learn how! - by Leefish - 2011-02-27, 12:43 PM
RE: Want a custom font? Learn how! - by Joenn A. - 2011-02-27, 12:36 AM
RE: Want a custom font? Learn how! - by Scoutie44 - 2011-02-27, 05:19 AM
RE: Want a custom font? Learn how! - by brad-t - 2011-02-28, 12:33 AM
RE: Want a custom font? Learn how! - by brad-t - 2011-02-28, 01:24 AM
RE: Want a custom font? Learn how! - by brad-t - 2011-02-28, 03:20 AM
RE: Want a custom font? Learn how! - by kpj - 2013-03-26, 10:52 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)