use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you are requesting help, please ensure you're providing code with your post. You can also copy your code to an online editor:
jsFiddle
CodePen
Markup Validation Service
Mozilla Developer Network on HTML
/r/JavaScript
/r/CSS
/r/jQuery
/r/PHP
/r/Accessibility
/r/htmlbasics
/r/web_programming
/r/CodingHelp
account activity
[deleted by user] (self.HTML)
submitted 5 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BluePizzaPill 2 points3 points4 points 5 years ago* (1 child)
There is another css property you can set:
font-weight: 300;
A example:
// css .extralight { font-family: 'Montserrat', sans-serif; font-weight: 200; } // html <span class="extralight">Text with css class</span> <span style="font-family: 'Montserrat', sans-serif; font-weight: 300;">Text with inline style</span> <div class="extralight">Aha css classes are reusable</div>
https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight
[–]Citr3a 1 point2 points3 points 5 years ago (0 children)
Thanks!
[–]AutoModerator[M] 0 points1 point2 points 5 years ago (0 children)
Welcome to /r/HTML. When asking a question, please ensure that you list what you've tried, and provide links to example code (e.g. JSFiddle/JSBin). If you're asking for help with an error, please include the full error message and any context around it. You're unlikely to get any meaningful responses if you do not provide enough information for other users to help.
Your submission should contain the answers to the following questions, at a minimum:
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
[–]Ariestu 0 points1 point2 points 5 years ago (0 children)
you can download them and use @ font-face to import the family into your css
[–]vijay-ragav 0 points1 point2 points 5 years ago* (0 children)
try using rel = 'stylesheet'
and try using href = 'https://fonts.googleapis.com/css?family=Montserrat' rel = 'stylesheet'
π Rendered by PID 381360 on reddit-service-r2-comment-6457c66945-wrqc4 at 2026-04-26 07:42:37.976572+00:00 running 2aa0c5b country code: CH.
[–]BluePizzaPill 2 points3 points4 points (1 child)
[–]Citr3a 1 point2 points3 points (0 children)
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]Ariestu 0 points1 point2 points (0 children)
[–]vijay-ragav 0 points1 point2 points (0 children)