Chat Artifacts Gallery Guilds Search Wiki Login Register

Welcome, Guest. Please login or register. - Thinking of joining the forum??
April 23, 2026 - @432.41 (what is this?)
Activity rating: Four Stars Posts & Arts: 77/1k.beats Random | Recent Posts | Guild Recents
News: There's a great big indie web tomorrow! :smile: Guild Events: There are no events!

+  MelonLand Forum
|-+  Materials & Info
| |-+  ⛄︎ ∙ MelonLand Info & Questions
| | |-+  how to change your font?


« previous next »
Pages: [1] Print
Author Topic: how to change your font?  (Read 2343 times)
candycanearter07
Hero Member ⚓︎
*****
View Profile WWWArt


i like slimes
⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: candycanearter
Itch.io: My Games
RSS: RSS

Guild Memberships:
Artifacts:
it's tbhchansey!Goomy, I Choose You!Suck At Something September - Did It!uh oh! a pigeon got in!Artsy Candy Cane
« on: July 31, 2024 @821.32 »

hi,

how do you change your font on here?
Logged

new to oldnet be nice
https://status.cafe/users/candycanearter/badge.png https://abslimeware.neocities.org/assets/images/blinkers/penguins.gif

https://abslimeware.neocities.org/assets/images/blinkers/slimebounce.gif https://card.exophase.com/2/0/268504.png?1727352149

https://i.imgur.com/S1cx8ZZ.pnghttps://i.imgur.com/7ntZZGM.pnghttps://i.imgur.com/xKIpW2A.pnghttps://i.imgur.com/YMPbu9R.png

Artifact Swap: charry zardshoeDS Lover (replacement)Ball Creaturecards all the way down
Kalka
Hero Member ⚓︎
*****
View Profile WWWArt


Go to the tanterwomps for they are lost in time
⛺︎ My Room
XMPP: Chat!

Guild Memberships:
Artifacts:
Cube StoneMurbyGreat Posts Pacmanthe one and only paprika!Giver of Many Welcomes!Joined 2024!
« Reply #1 on: July 31, 2024 @827.00 »

I(ll reply to this as a neocities user but it should be the same even if you"re not using Neocities.

First you upload a font in your website files. Make sure you're respecting the rules of the font (some are limited or have royalties, etc)

I use "Open Sans" so I'll explain it using this but you can replace it with anything else really. Then I open the HTML file and put in <style></style>


Code
@font-face {
              font-family: OpenSans;
              src: url('https://yourfontadress/OpenSans-Regular.ttf');
              font-display: swap;
            }
            @font-face {
                font-family: OpenSans;
                src: url('https://yourfontadress/OpenSans-Bold.ttf');
                font-weight: bold;
                font-display: swap;
            }
            @font-face {
                font-family: OpenSans;
                src: url('https://yourfontadress/OpenSans-Italic.ttf');
                font-style: italic;
                font-display: swap;
            }
            @font-face {
                font-family: OpenSans;
                src: url('https://yourfontadress/OpenSans-BoldItalic.ttf');
                font-style: italic;
                font-weight: bold;
                font-display: swap;
            }

Be careful because you need to style "bold", "italic" and "blod + italic" if you use it !
Logged

http://internetometer.com/image/51289.png
candycanearter07
Hero Member ⚓︎
*****
View Profile WWWArt


i like slimes
⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: candycanearter
Itch.io: My Games
RSS: RSS

Guild Memberships:
Artifacts:
it's tbhchansey!Goomy, I Choose You!Suck At Something September - Did It!uh oh! a pigeon got in!Artsy Candy Cane
« Reply #2 on: July 31, 2024 @841.49 »

I(ll reply to this as a neocities user but it should be the same even if you"re not using Neocities.

First you upload a font in your website files. Make sure you're respecting the rules of the font (some are limited or have royalties, etc)

I use "Open Sans" so I'll explain it using this but you can replace it with anything else really. Then I open the HTML file and put in <style></style>


Code
@font-face {
              font-family: OpenSans;
              src: url('https://yourfontadress/OpenSans-Regular.ttf');
              font-display: swap;
            }
            @font-face {
                font-family: OpenSans;
                src: url('https://yourfontadress/OpenSans-Bold.ttf');
                font-weight: bold;
                font-display: swap;
            }
            @font-face {
                font-family: OpenSans;
                src: url('https://yourfontadress/OpenSans-Italic.ttf');
                font-style: italic;
                font-display: swap;
            }
            @font-face {
                font-family: OpenSans;
                src: url('https://yourfontadress/OpenSans-BoldItalic.ttf');
                font-style: italic;
                font-weight: bold;
                font-display: swap;
            }

Be careful because you need to style "bold", "italic" and "blod + italic" if you use it !


I meant on the forum
Logged

new to oldnet be nice
https://status.cafe/users/candycanearter/badge.png https://abslimeware.neocities.org/assets/images/blinkers/penguins.gif

https://abslimeware.neocities.org/assets/images/blinkers/slimebounce.gif https://card.exophase.com/2/0/268504.png?1727352149

https://i.imgur.com/S1cx8ZZ.pnghttps://i.imgur.com/7ntZZGM.pnghttps://i.imgur.com/xKIpW2A.pnghttps://i.imgur.com/YMPbu9R.png

Artifact Swap: charry zardshoeDS Lover (replacement)Ball Creaturecards all the way down
Kalka
Hero Member ⚓︎
*****
View Profile WWWArt


Go to the tanterwomps for they are lost in time
⛺︎ My Room
XMPP: Chat!

Guild Memberships:
Artifacts:
Cube StoneMurbyGreat Posts Pacmanthe one and only paprika!Giver of Many Welcomes!Joined 2024!
« Reply #3 on: July 31, 2024 @870.20 »

Just here

https://i.postimg.cc/Y0xSXv2n/screenshot-159.png
Logged

http://internetometer.com/image/51289.png
candycanearter07
Hero Member ⚓︎
*****
View Profile WWWArt


i like slimes
⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: candycanearter
Itch.io: My Games
RSS: RSS

Guild Memberships:
Artifacts:
it's tbhchansey!Goomy, I Choose You!Suck At Something September - Did It!uh oh! a pigeon got in!Artsy Candy Cane
« Reply #4 on: July 31, 2024 @872.57 »

Just here

https://i.postimg.cc/Y0xSXv2n/screenshot-159.png

oh
is there any way to set it permanently
Logged

new to oldnet be nice
https://status.cafe/users/candycanearter/badge.png https://abslimeware.neocities.org/assets/images/blinkers/penguins.gif

https://abslimeware.neocities.org/assets/images/blinkers/slimebounce.gif https://card.exophase.com/2/0/268504.png?1727352149

https://i.imgur.com/S1cx8ZZ.pnghttps://i.imgur.com/7ntZZGM.pnghttps://i.imgur.com/xKIpW2A.pnghttps://i.imgur.com/YMPbu9R.png

Artifact Swap: charry zardshoeDS Lover (replacement)Ball Creaturecards all the way down
Kalka
Hero Member ⚓︎
*****
View Profile WWWArt


Go to the tanterwomps for they are lost in time
⛺︎ My Room
XMPP: Chat!

Guild Memberships:
Artifacts:
Cube StoneMurbyGreat Posts Pacmanthe one and only paprika!Giver of Many Welcomes!Joined 2024!
« Reply #5 on: July 31, 2024 @873.25 »

I don't think so, no. Maybe a more epxerienced user can tell otherwise but I can't see how. Sorry.
Logged

http://internetometer.com/image/51289.png
Melooon
Hero Member ⚓︎
*****
View Profile WWWArt


So many stars!
⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games
RSS: RSS

Guild Memberships:
Artifacts:
old-timey tunes~♪Flinstone VitaminAlways working hard!PoochKnown Apple shillcoolest melon on the web!
« Reply #6 on: July 31, 2024 @883.63 »

there any way to set it permanently
Yep, you go to Profile/Look & Layout and you can pick your default front at the bottom! (Remember to click Change Profile to save!) :ha:
Logged


everything lost will be recovered, when you drift into the arms of the undiscovered

Artifact Swap: Cup o' JaneI met Dan Q on Melonland!poochLasagna
Kalka
Hero Member ⚓︎
*****
View Profile WWWArt


Go to the tanterwomps for they are lost in time
⛺︎ My Room
XMPP: Chat!

Guild Memberships:
Artifacts:
Cube StoneMurbyGreat Posts Pacmanthe one and only paprika!Giver of Many Welcomes!Joined 2024!
« Reply #7 on: August 01, 2024 @984.00 »

oh glob it works ! Thanks a lot Melon !!! I didn't knew this !
Logged

http://internetometer.com/image/51289.png
Pages: [1] Print 
« previous next »
 

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021 | Privacy Notice | ~ Send Feedback ~ Forum Guide | Rules | RSS | WAP | Mobile


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery! Pixel Sea TamaNOTchi

MelonLand Nav

@000

Want to Login or Join ?

Minecraft: Online
Join: craft.melonking.net