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
#1 Guest_Richard_*
Posted 17 May 2012 - 02:19 AM
#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;
}
Builder FAQ | Builder Wiki | Builder Basics Videos | Builder Advanced CSS Videos
Follow me on Twitter | Get latest news on Builder at our Facebook page | My Builder Snippets Blog
#3 Guest_Richard_*
Posted 17 May 2012 - 04:56 AM
Great, thank you.
That seems easy enough.
That seems easy enough.
#4
Posted 28 March 2013 - 10:32 AM
Can this same practice be used to use google fonts with the Mobile Buddy plugin?
#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





