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';
luckyzukky: suzuki airi formerly of c-ute (Default)

[personal profile] luckyzukky 2023-05-13 08:17 pm (UTC)(link)
no problem, try the following code after you paste the url in the field as i mentioned, you have to do that for the font to show

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

[personal profile] luckyzukky 2023-05-14 12:09 pm (UTC)(link)
huh that's strange. i just checked your code - there were some errors so i tried removing all fonts but 'M PLUS Rounded 1c'. try pasting the code below. also, did you paste the google fonts url into the specified box? if you didn't do that it won't show

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

[personal profile] luckyzukky 2023-05-14 04:54 pm (UTC)(link)
so i looked closer at the community's code and it seems like it's mainly using the PT Sans font, while the code i gave you mainly uses the google font 'M PLUS Rounded 1c'. i can change it so that it only uses PT Sans if you want? i think that's what's making the sizes look different.

otherwise you can keep it as is since it seems to have worked. personally i like the way it is now since it's nicer to read in my opinion :) hope this has helped!
luckyzukky: suzuki airi formerly of c-ute (Default)

[personal profile] luckyzukky 2023-05-14 06:53 pm (UTC)(link)
to me i really like the M Plus Rounded font!
luckyzukky: suzuki airi formerly of c-ute (Default)

[personal profile] luckyzukky 2023-05-15 03:16 am (UTC)(link)
yeah try this

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

[personal profile] luckyzukky 2023-05-15 02:37 pm (UTC)(link)
so [personal profile] juneghost uses the 'Roboto' font, and the other journal uses 'Rubik'. those are both google fonts so if you want to use them you find the link as you did for the font from your initial post, then change the following line at the top in { body }

font-family: 'PT Sans';


you change 'PT Sans' to 'Roboto' or 'Rubik'. hope that helps! you're not being a bother :)
luckyzukky: suzuki airi formerly of c-ute (Default)

[personal profile] luckyzukky 2023-05-16 12:52 am (UTC)(link)
change the google font link for the corresponding font that you want to use