juneghosts: (Default)
juneghosts ([personal profile] juneghosts) wrote in [community profile] style_system2023-05-13 09:43 pm

(no subject)

hi! i think how i can use same font that [community profile] forbiddenfruit? I think is it Google font? here are the url -> https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=PT+Sans&display=swap

and my codes
luckyzukky: suzuki airi formerly of c-ute (Default)

[personal profile] luckyzukky 2023-05-13 06:55 pm (UTC)(link)
you can add a google font by pasting the url (https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=PT+Sans&display=swap) in the "Custom external stylesheet URL" field above your custom css, then specifying the font name where you want it. so then, wherever you want to use the font, you just specify
font-family: 'M PLUS Rounded 1c', 'PT Sans';