Buy Sell Discuss UK Domain Names at AcornDomains.co.uk Price Freeze on Business Hosting frm £4.95/month

Today's Drop Dates are: 19-02-2012 or 26-02-2012   All times are GMT. The time now is 01:43:05 PM.
Domain Name Sales Domain Software Calculate UK Domain Drop Dates Domain Registration NameDrive Domain Parking Subscribe to our Domains For Sale newsletter
Go Back   Domain Forum Acorn Domains Buy Sell Auction UK Domains > Website Design and Promotion > Website Design
Connect with Facebook

Website Design Discuss web design

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 26-06-2011, 11:06:30 AM     #1 (permalink)

 
Join Date: Jun 2010
Posts: 481
theonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond repute

@font-face

Is anyone using this regularly yet? I've tried it along with Google's webfonts API but neither work, I'm probably doing something wrong in the doctype.

Do you need to start with a HTML5 doctype to use @font-face?
theonemanyuri is offline  
Old 26-06-2011, 11:50:59 AM     #2 (permalink)

 
Join Date: Nov 2008
Location: Surrey
Posts: 268
Tricky1 has a reputation beyond reputeTricky1 has a reputation beyond reputeTricky1 has a reputation beyond reputeTricky1 has a reputation beyond reputeTricky1 has a reputation beyond reputeTricky1 has a reputation beyond reputeTricky1 has a reputation beyond reputeTricky1 has a reputation beyond reputeTricky1 has a reputation beyond reputeTricky1 has a reputation beyond reputeTricky1 has a reputation beyond repute

Haven't used font-face before but have used Google fonts quite a bit which i'm sure is similar..

Not sure why you are having problems but hopefully this may help.

Using the Cabin font as an example, add this <link href='http://fonts.googleapis.com/css?family=Cabin&v1' rel='stylesheet' type='text/css'> inside the <head> area.

Then if you want to make it the font for the entire site in your css add this:

body {font-family:"Cabin";}

It can be added to any element, so if you want to change just the H1 tag replace:

h1 {
font-family: "Arial",Tahoma,Verdana;
color:#999;
}

With :

h1 {
font-family: "Cabin",Arial,Tahoma;
color:#999;
}

Any problems send me a PM...

Richard
Tricky1 is offline  
Old 26-06-2011, 01:50:57 PM     #3 (permalink)

 
Join Date: Jun 2010
Posts: 481
theonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond repute

Cheers Rich, I was using font: instead of font-family: what an idiot! Always the little things
theonemanyuri is offline  
Old 26-06-2011, 02:56:50 PM     #4 (permalink)

 
Ashton's Avatar
 
Join Date: Feb 2010
Location: South Coast
Posts: 1,518
Ashton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond repute

hmm, font should have worked if it was ordered properly, font is just the short way of doing font-family, font-size, font-decoration in 1 line.
Ashton is online now  
Old 26-06-2011, 03:10:46 PM     #5 (permalink)

 
Join Date: Jun 2010
Posts: 481
theonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond repute

That's what I thought but no luck. It's the only style applied to <h1> so it can't be because of the order.
theonemanyuri is offline  
Old 27-06-2011, 01:55:48 PM     #6 (permalink)

 
pbryd's Avatar
 
Join Date: Mar 2007
Location: Newcastle
Posts: 348
pbryd has a reputation beyond reputepbryd has a reputation beyond reputepbryd has a reputation beyond reputepbryd has a reputation beyond reputepbryd has a reputation beyond reputepbryd has a reputation beyond reputepbryd has a reputation beyond reputepbryd has a reputation beyond reputepbryd has a reputation beyond reputepbryd has a reputation beyond reputepbryd has a reputation beyond repute

This google font looks like a nice easy to use tool

cheers for bringing it to my attention
pbryd is offline  
Old 27-06-2011, 02:13:28 PM     #7 (permalink)

 
PoshTiger's Avatar
 
Join Date: Jun 2011
Location: Nottingham
Posts: 230
PoshTiger has a reputation beyond reputePoshTiger has a reputation beyond reputePoshTiger has a reputation beyond reputePoshTiger has a reputation beyond reputePoshTiger has a reputation beyond reputePoshTiger has a reputation beyond reputePoshTiger has a reputation beyond reputePoshTiger has a reputation beyond reputePoshTiger has a reputation beyond reputePoshTiger has a reputation beyond reputePoshTiger has a reputation beyond repute

works on an ipad?

Do google fonts work on an ipad / iphone yet?

I had to drop using them and switch to cufon a couple of months back as they made the browsers crash..
PoshTiger is online now  
Old 27-06-2011, 04:48:59 PM     #8 (permalink)

 
Join Date: Jun 2010
Posts: 481
theonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond reputetheonemanyuri has a reputation beyond repute

Working fine on my iphone
theonemanyuri is offline  
Old 27-06-2011, 06:05:02 PM     #9 (permalink)

 
Ashton's Avatar
 
Join Date: Feb 2010
Location: South Coast
Posts: 1,518
Ashton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond reputeAshton has a reputation beyond repute

Quote:
Does the Google Font API work on mobile devices?
The Google Font API works reliably on the vast majority of modern mobile operating systems, including Android 2.2+ and iOS 4.2+ (iPhone, iPad, iPod). Support for earlier iOS versions is limited.
mm
Ashton is online now  
Closed Thread



Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Domain Name Community Replies Last Post
In your face !!! doodlebug General Board 2 06-05-2009 08:48:29 PM
1 and 2 Character .Biz Domain Names Face Delays - Domain Name Wire RSS Domain Name News 0 05-05-2009 04:59:08 PM
UN body warns brands face cybersquatting under plan to expand ... - Marketing RSS Domain Name News 0 17-03-2009 10:08:10 AM
'Landrush' in BC: New Top-Level Domain Registration Changes Face ... - PR-USA.net (pr RSS Domain Name News 0 11-02-2009 07:59:04 AM
'Landrush' in BC: New Top-Level Domain Registration Changes Face ... - TMCnet RSS Domain Name News 0 07-02-2009 02:59:04 AM


All times are GMT. The time now is 01:43:05 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0 RC 2
All content on Acorn Domains is member generated and is not moderated before posting. All content is viewed and used by you at your own risk and AD does not warrant the accuracy or reliability of any of the information. The views expressed are those of the individual contributors and not necessarily those of AD. Please contact us to report any issues or send a PM to "Admin".