Post Picture of how site looks

Status
This thread has been locked.

VaneHD

Premium
Feedback score
7
Posts
181
Reactions
54
Resources
0
https://www.store.stombay.com/
upload_2020-12-28_3-41-46.png

this is the font and how its supposed to look, I realised that other people are seeing it differently, I need someone to post a picture of how it looks.

And if its different for you, how do I fix this problem?
 

Attachments

  • upload_2020-12-28_3-41-46.png
    upload_2020-12-28_3-41-46.png
    138 KB · Views: 80
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

RiznSun

Full-Stack Software Developer
Supreme
Feedback score
11
Posts
234
Reactions
125
Resources
0
You probably have fonts locally installed on your computer that are not on the computers of other people who visit the site. So you would have to import the fonts via css or meta tags in the html to get it working for everyone else.
 

Gunny

キング
Supreme
Feedback score
13
Posts
2,699
Reactions
1,405
Resources
2
This is the css code for that product font right now

Code:
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
}

https://fonts.google.com/specimen/Inter

this is the font style I am looking to replace with, how would I do this?
For someone without knowhow, I would recommend just using the @ import feature of css.
Code:
@import url(//https://fonts.google.com/specimen/Inter);
Add this to the top of your CSS file and you should be able to use that font.

Edit: Sorry for pinging you. Meant to just use the @ sign. Oof.
 
Last edited:

VaneHD

Premium
Feedback score
7
Posts
181
Reactions
54
Resources
0
For someone without knowhow, I would recommend just using the import feature of css.
Code:
@import url(//https://fonts.google.com/specimen/Inter);
Add this to the top of your CSS file and you should be able to use that font.
How would I use these styles of it?
upload_2020-12-28_22-51-50.png
[DOUBLEPOST=1609196499][/DOUBLEPOST]I believe it should be working now.
 

Attachments

  • upload_2020-12-28_22-51-50.png
    upload_2020-12-28_22-51-50.png
    29.5 KB · Views: 61
Last edited:

VaneHD

Premium
Feedback score
7
Posts
181
Reactions
54
Resources
0
I don't do free consultation fam. If you wish to do this yourself, I suggest you learn HTML, CSS, JS, PHP, and a database language or simply using a YSWYG builder. There is a reason people make a living off this type of work.
https://www.w3schools.com/cssref/default.asp
Lol, you do realise this is very simple questions I am asking, I just wanna switch fonts man, you make it sound like im asking for very complex solutions.
 

Gunny

キング
Supreme
Feedback score
13
Posts
2,699
Reactions
1,405
Resources
2
Lol, you do realise this is very simple questions I am asking, I just wanna switch fonts man, you make it sound like im asking for very complex solutions.
I realize this, but it has been one question after another. Does that not imply more are to come? This is a marketplace forums. Most things here are not meant to be free. If you have an issue with your markups, then I'd suggest you google it and/or watch a YouTube video. CSS is not a particularly hard thing to learn. You said it yourself, simply questions.
 

VaneHD

Premium
Feedback score
7
Posts
181
Reactions
54
Resources
0
I realize this, but it has been one question after another. Does that not imply more are to come? This is a marketplace forums. Most things here are not meant to be free. If you have an issue with your markups, then I'd suggest you google it and/or watch a YouTube video. CSS is not a particularly hard thing to learn. You said it yourself, simply questions.
Dude, no, your answer was incorrect, you told me how to use that font, but not that fonts styles, big difference. Thus I am asking you how to change it to the correct style I wish to have, instead of telling me and being a helpful person in society you start arguments and waste your time on that, its so funny.
 

Gunny

キング
Supreme
Feedback score
13
Posts
2,699
Reactions
1,405
Resources
2
Dude, no, your answer was incorrect, you told me how to use that font, but not that fonts styles, big difference. Thus I am asking you how to change it to the correct style I wish to have, instead of telling me and being a helpful person in society you start arguments and waste your time on that, its so funny.
Watch your attitude kiddo. I told you how to import the font to use it like you would have it locally stored on the server. I gave you a solution on how to show it to others properly, it is you who did not like the follow-up. If you do not know how to implement the look of your font, then that is not my issue. I can also attest to the fact I have been thousands of more times beneficial to the MCM community, and society as well, than you have been. Sorry. I am not going to spoon feed a "business owner" on how to correctly use markup. Additionally, I provided a link for you to perhaps teach yourself how to use the font parameters within CSS. Instead of a thank you for the advice, I receive hostile attitude.

PS. You are looking at different fonts entirely. If you wish to have it bolded, italicized, or oblique, then simply use that under the font-style property.
 
Status
This thread has been locked.
Top