Home › Forums › Gravida Support › Roboto light
- This topic has 11 replies, 2 voices, and was last updated 7 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
May 2, 2017 at 11:13 am #70936
Hi there,
Is it possible to use Roboto Light (weight:300)? The only change i see with an inspector (firebug..) is with weight 600, but not with any other number.
thnx!
May 2, 2017 at 11:32 am #70940Hi David,
Yes you can use Roboto Light with font weight 300. Kindly show us your website URL so that we can check the issue.
Regards,
DaveMay 2, 2017 at 11:45 am #70943hi, “problem” is, i am working on a local server so far.. so a link is nog possible at this time. Is it difficult to describe?
May 2, 2017 at 1:06 pm #70972Hi David,
Yes, Its difficult to give CSS instruction without checking your site. Kindly upload your site on live server then we will solve this issue.
Regards,
DaveMay 2, 2017 at 3:50 pm #70992k there it is: lbbinternational.com (unlock rightside)
login: user:temporary
pass: b3YTnVR3sSx@d%zeOOhxv0J)May 3, 2017 at 4:56 am #71013Hi David,
On which section you want to use Roboto? Can you send us screenshot? Upload your screenshot on imgur.com and paste the share URL here.
We have checked your site, currently there is Oswald and Roboto font used.
Regards,
DaveMay 3, 2017 at 7:14 am #71072On all the “normal” text. Roboto Light..not regular.
May 4, 2017 at 6:52 am #71135Hi David,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
body, input, textarea { font-family: Roboto; font-size: 14px; font-weight:300 !important; }
Regards,
ChrisMay 4, 2017 at 9:51 am #71155thx, but still no result. Only with 600..700 it changes to bold :/
May 4, 2017 at 10:08 am #71159Hi,
Kindly add this code in style.css before body.
@import url(‘https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i’);
For Example:
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i'); body {}
Regards,
ChrisMay 4, 2017 at 10:45 am #71178thats working!, although it now only works in a live editor/inspector and not in my style.css, but that maybe a cash problem. thnx
May 4, 2017 at 10:53 am #71182🙂
-
AuthorPosts
- You must be logged in to reply to this topic.