CapnKitten / Material-Discord

Material design theme for Discord
343 stars 153 forks source link

Can I change fonts? #167

Closed Tomocie closed 2 years ago

Tomocie commented 2 years ago

nice theme i love this i'm japanese user, and css beginner. i want to change fonts to add this,

    --font-primary: "Noto Sans JP Black";
    --font-display: "Noto Sans JP Black ";
    --font-code: "Source Code Pro";
    --font-japanese: "Noto Sans JP";

but it's not works what should I do?

CapnKitten commented 2 years ago

This should work for you. If not, let me know.

:root {
  --app-font: "Noto Sans JP";
  --code-font: "Source Code Pro";
}
Tomocie commented 2 years ago

it workssss I'm surprised you got back to me so quickly. thank you!!