Topic: google fonts in

Can one specify  google fonts in the Gallery Font Face area and if so what syntax would one use?

Otherwise, is there a chance to do this in the CSS. It seems at a glance that juicebox font probably defines the text as well as the buttons - so it is not immediately obvious to me what would define the captions and other text

Appreciate any pointers

Re: google fonts in

Yes. Insert the 'Standard' Google fonts code to the <head> section of the web page containing your gallery's embedding code such as:

<link href='http://fonts.googleapis.com/css?family=Milonga' rel='stylesheet' type='text/css'>

... and enter the name of the font into the galleryFontFace configuration option, e.g.:

galleryFontFace="Milonga"

Re: google fonts in

I think I did this successfully with raleway font  - - the image count number looks to me to be raleway but the captions do not. http://www.philipchudyfineart.com/line/index.html#1

am I able to change the caption font to that google font ?

thanks

Re: google fonts in

I do not see a Google fonts <link> tag in your http://www.philipchudyfineart.com/line/index.html page (the page into which your gallery is embedded). You should put the following code into your page's <head> section:

<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>

Also, your galleryFontFace configuration option in your gallery's XML file currently looks like this:

galleryFontFace="&#xD;&#x9;galleryFontFace=&quot;Raleway&quot;"

... but should look like this:

galleryFontFace="Raleway"