Blogger help
kgphotos
Registered Users Posts: 106 Major grins
Hello. I am using blogger for my blog and I want to change the font size for my Blog Title font. I would like my font to be Roboto Ultra-Light 100. I did change it to Roboto here and it does show up:
<Group description="Blog Title" selector=".header h1">
<Variable name="header.font" description="Font" type="font"
default="normal normal 60px Roboto, Arial, Tahoma, Helvetica, FreeSans, sans-serif" value="normal normal 42px Roboto, Arial, Tahoma, Helvetica, FreeSans, sans-serif"/>
The think is it's using normal Roboto. I would like the Ultra-light 100.
I did find this:
.Header h1 {
font: $(header.font);
color: $(header.text.color);
text-shadow: $(header.shadow.offset.left) $(header.shadow.offset.top) $(header.shadow.spread) rgba(0, 0, 0, .2);
How do I go about changing it to Roboto Ultra-light 100? Where and what code do I add? I hope this makes sense.
my blogger address is http://karengrantphotography.blogspot.com if you want to take a look
Thanks for your help!
-Karen
<Group description="Blog Title" selector=".header h1">
<Variable name="header.font" description="Font" type="font"
default="normal normal 60px Roboto, Arial, Tahoma, Helvetica, FreeSans, sans-serif" value="normal normal 42px Roboto, Arial, Tahoma, Helvetica, FreeSans, sans-serif"/>
The think is it's using normal Roboto. I would like the Ultra-light 100.
I did find this:
.Header h1 {
font: $(header.font);
color: $(header.text.color);
text-shadow: $(header.shadow.offset.left) $(header.shadow.offset.top) $(header.shadow.spread) rgba(0, 0, 0, .2);
How do I go about changing it to Roboto Ultra-light 100? Where and what code do I add? I hope this makes sense.
my blogger address is http://karengrantphotography.blogspot.com if you want to take a look
Thanks for your help!
-Karen
0
Comments
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thanks Mike for responding. As always, it is appreciated!