Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change font and font sizes #395

Closed
Dvisik opened this issue Apr 16, 2022 · 3 comments
Closed

Change font and font sizes #395

Dvisik opened this issue Apr 16, 2022 · 3 comments
Labels

Comments

@Dvisik
Copy link

Dvisik commented Apr 16, 2022

Is it possible to change default font to different Google font and font size?

@cocopon
Copy link
Owner

cocopon commented Apr 17, 2022

Not the official way, but you can use CSS to change the style. Example:

:root {
  --tp-font-family: Couriter;
}
.tp-rotv {
  font-size: 12px;
}

@im44pos
Copy link

im44pos commented Nov 12, 2023

Not the official way, but you can use CSS to change the style. Example:

:root {
  --tp-font-family: Couriter;
}
.tp-rotv {
  font-size: 12px;
}

With tweakpane 3.1.10 :
I can change the font-family
But not the font-size

With tweakpane 4.0.1 :
I can't change the font-family this way

@xyangst
Copy link

xyangst commented Jun 23, 2024

just change the font-family on the .tp-rotv class as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants