this is what i use to change the font on my page! if you do use this- i get my font from google font, and change the font family to whatever it says on the website. also make sure the weight is the right number. theres a copy paste section for html and css near the download area ^^
Comments
Displaying 3 of 3 comments ( View all | Add Comment )
Dylis
this is what i use to change the font on my page! if you do use this- i get my font from google font, and change the font family to whatever it says on the website. also make sure the weight is the right number. theres a copy paste section for html and css near the download area ^^
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
p{
font-family: "Libre Baskerville";
font-size: your chosen font size here;
color: #261f1a;
}
h1,h2,h3,h4,h5{
font-family: "Libre Baskerville" ;
font-size: your chosen font size here;
color: #261f1a;
}
body {
font-family: "Libre Baskerville";
font-weight: 400;
font-style: normal;
text-decoration: none;
}
omggg!!! (★^O^★) ty for this info!! ^_^
by missydelorii; ; Report
zXyAbU
HAHAHAHAHA, u ok?
absolutely NOT..
by missydelorii; ; Report
Anonymous𝓯𝓻𝓮𝓪𝓴
Maybe try using html?
ooo yesss ill def try this!! ^_~
by missydelorii; ; Report