Hi,
Are there any plans for Builder to support Google fonts without working with the code?
And, in the meantime are there tutorials for working with the code to enable Google fonts?
Richard
Google Fonts
Started by
Guest_Richard_*
, May 17 2012 02:19 AM
4 replies to this topic
#2
Posted 17 May 2012 - 03:29 AM
Using Google fonts is very easy. Below are the steps.
1. @import the font in Builder child theme's style.css. The @import statement code will be generated for you by Google when you select a font.
Ex.:
2. With the google font @imported, it can be set for any text like so:
1. @import the font in Builder child theme's style.css. The @import statement code will be generated for you by Google when you select a font.
Ex.:
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700&subset=latin&v2);
2. With the google font @imported, it can be set for any text like so:
h1.entry-title,
h2.entry-title,
h3.entry-title {
float: left;
color: #262626 ;
font-family: 'Dancing Script', inherit; /* <--- See this line */
font-size: 38px;
line-height: 46px;
text-shadow: #FFFFFF 0px 1px 1px;
}
#5
Posted 28 March 2013 - 10:40 AM
Hi latchie,
We'll address your question in the post you created here: http://ithemes.com/forum/topic/41291-google-fonts-and-mobile-buddy/
Thanks,
Elise
We'll address your question in the post you created here: http://ithemes.com/forum/topic/41291-google-fonts-and-mobile-buddy/
Thanks,
Elise
Reply to this Topic
ATTENTION
If this topic is marked RESOLVED or INFORMATION, or if you are NOT experiencing EXACTLY the same issue, please start a new topic to provide the details of your problem. If the solution provided doesn't work for you, you should start a new topic. If you feel this thread contains relevant information, you may include a link to it in your new topic. To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. When posting your question or request on the forum, please be as concise and specific as possible. The shorter and more to the point you can make your request, the better.
For BackupBuddy related issues, be sure to include the status log from your most recent backup.
CLICK HERE to start a new topic in the Pre-sales and other inquiries forum.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





