Tagged: font weight Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 22, 2014 at 5:37 pm #241645 intosuwoParticipant Hi, Is it possible that when people look the website on a mobile device, the font (font-weight) is bolder? Regards Inosuwo March 23, 2014 at 4:21 am #241723 IsmaelModerator Hey intosuwo! You can use this on Quick CSS to change the font weight on mobile devices: @media only screen and (min-width: 768px) { body, body p { font-weight: bold; } } There are other texts or string that you might need to target specifically. Cheers! Ismael Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In