-
AuthorPosts
-
March 17, 2014 at 3:22 pm #238738
What is your Heading Font and body font on http://kriesi.at?
How do you make some part of the heading text bold?March 18, 2014 at 6:08 pm #239486Hey 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,
YigitMarch 19, 2014 at 11:47 pm #240402Hi Yigit
How do i add weight 300 to the text?
And can i make the heading uppercase and lowercase?March 20, 2014 at 12:54 am #240423Is 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; }
-
This reply was modified 11 years, 8 months ago by
moisturewordpress.
March 20, 2014 at 2:49 pm #240704Hey!
Yes it looks correct. Please see – http://www.w3schools.com/cssref/tryit.asp?filename=trycss_text-transform
Best regards,
YigitMarch 20, 2014 at 4:34 pm #240777It 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
-
This reply was modified 11 years, 8 months ago by
moisturewordpress.
March 21, 2014 at 3:30 pm #241212Hey!
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 -
This reply was modified 11 years, 8 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
