Hey Guys! Quick question.. I have run into a lil snag with my code and not sure what i'm doing wrong...
Is there any reason my h1 title is coming out as Comic sans instead of any other Google Fonts I try??
Hey Guys! Quick question.. I have run into a lil snag with my code and not sure what i'm doing wrong...
Is there any reason my h1 title is coming out as Comic sans instead of any other Google Fonts I try??
For further actions, you may consider blocking this person and/or reporting abuse
CodewithGuillaume -
Pratik Mali -
Pratik Mali -
STYT-DEV -
Once suspended, mikacodez will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, mikacodez will be able to comment and publish posts again.
Once unpublished, all posts by mikacodez will become hidden and only accessible to themselves.
If mikacodez is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to MikaZuki Augus.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag mikacodez:
Unflagging mikacodez will restore default visibility to their posts.
Top comments (4)
your
@import url
statements need to be at the top of the css file. it's defaulting tothecursive
fallback, which happens to be comic sans.Thank you for the help Majid, really appreciate it. Will try implementing this to my code.
Can you share your HTML and CSS, either in your main post or on Github? It'll be easier to help if we can see what is happening behind the scenes :)
Thank you Cooper, for sure my GitHub is: github.com/MikaCodez/Cleliaswebsit...
if that doesnt display correctly you can find the source of the code on my codepen here:
codepen.io/malczzero/pen/LYWyzbW