Artifacts Gallery Guilds Search Wiki Login Register

Welcome, Guest. Please login or register. - Thinking of joining?
a Summer night - @207.08
Activity rating: Four Stars Posts & Arts: 54/1k.beats Random | Recent Posts | Guild Recents
News: ozwomp is requesting your location :ozwomp: [Agree] Guild Events: Summerween Watch-a-thon

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


« previous next »
Pages: [1] Print Embed
Author Topic: how to change your font?  (Read 2688 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:
Visited on Melon's 10th Anniversary!it's tbhchansey!Goomy, I Choose You!uh oh! a pigeon got in!Artsy Candy Cane
« on: a Summer night » Embed

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: buzzystickerSave the saveshoeBlob Creaturecards all the way downCommon Slorg
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 PacmanGiver of Many Welcomes!Joined 2024!
« Reply #1 on: a Summer night » Embed

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:
Visited on Melon's 10th Anniversary!it's tbhchansey!Goomy, I Choose You!uh oh! a pigeon got in!Artsy Candy Cane
« Reply #2 on: a Summer night » Embed

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: buzzystickerSave the saveshoeBlob Creaturecards all the way downCommon Slorg
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 PacmanGiver of Many Welcomes!Joined 2024!
« Reply #3 on: a Summer night » Embed

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:
Visited on Melon's 10th Anniversary!it's tbhchansey!Goomy, I Choose You!uh oh! a pigeon got in!Artsy Candy Cane
« Reply #4 on: a Summer night » Embed

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: buzzystickerSave the saveshoeBlob Creaturecards all the way downCommon Slorg
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 PacmanGiver of Many Welcomes!Joined 2024!
« Reply #5 on: a Summer night » Embed

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:
You're a Star!I got robbed by Dan Q on Melonland!Flinstone VitaminAlways working hard!Known Apple shillcoolest melon on the web!
« Reply #6 on: a Summer night » Embed

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: Visited on Melon's 10th Anniversary!Wildflowers!bitsy catRed TulipMellohiI met Dan Q on Melonland!?Flowers
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 PacmanGiver of Many Welcomes!Joined 2024!
« Reply #7 on: a Summer night » Embed

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

Logged

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

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021 | Privacy Notice | Send Feedback | Supporters ♥ 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
@000 MelonLand

Want to Login or Join ?

Minecraft: Online
Join: craft.melonking.net