What is your Heading Font and body font on http://kriesi.at?
How do you make some part of the heading text bold?
Hey Carsten!
It is Open Sans with font weight of 300. You can simply add strong tags to your text to make it bold http://i.imgur.com/lXZN6Tp.jpg
Best regards,
Yigit
Hi Yigit
How do i add weight 300 to the text?
And can i make the heading uppercase and lowercase?
Is this right?
td { border-style: none; }
tr:first-child td { border-top-style: none; }
tr td:first-child { border-left-style: none; }
.alternate_color tr:nth-child(odd) { background: #ffffff; }
.main_color tr:nth-child(odd) { background: #ffffff; }
@media only screen and (max-width: 479px) { h1 { font-size: 24px; }
h2 { font-size: 25px; }}
h1 {
text-transform: none !important;
font-weight: 300!important;
}
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block;
}}
#scroll-top-link { background-color: #555555; color: white; border: 1px solid #222222; }
Hey!
Yes it looks correct. Please see – http://www.w3schools.com/cssref/tryit.asp?filename=trycss_text-transform
Best regards,
Yigit
It dos not work whit font-weight: 300 !important;
I dose nog get light like at kriesi.at
Do I need to install the font Open Sans Light? ( I dont know how!)
OXYGEN BOOST
<h1 style=”text-align: center;”>oxygen boost</h1>
see: http://moisture.dk/wordpress%206/?page_id=4284
Hey!
Please see Ismael’s post here to add new Google fonts and font weights – https://kriesi.at/support/topic/add-new-font/#post-234710
Regards,
Yigit