Replying to

likely reasons:

  • It won't work if the person viewing the page doesn't have the font installed. To work around that, you can use a @font-face query or a @import query (as generated by fonts.google.com) to import a font from another website.
  • Make sure you are applying it to the right element(s) (html or body, and you may need to set it for input and button separately), and using the correct syntax (font-family: "Font 1", font2)
f00f the f00fy 1728770459268
Comment

i have @font-face with my code wait do we need to put everything in the css code. because i only put the code needed for the text and nothing else...

twilight 1728772785245

Reactions

Replies
Add a reply

you need:

  • the @font-face query
  • the font-family attribute

but not anything else as it will just be added to the CSS neospring already has / generates based on your settings

f00f the f00fy 1728775004167
1

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue