Change font and font sizes

This issue has been tracked since 2022-04-16.

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

cocopon wrote this answer on 2022-04-17

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

:root {
  --tp-font-family: Couriter;
}
.tp-rotv {
  font-size: 12px;
}
More Details About Repo
Owner Name cocopon
Repo Name tweakpane
Full Name cocopon/tweakpane
Language TypeScript
Created Date 2016-05-10
Updated Date 2023-03-17
Star Count 2603
Watcher Count 19
Fork Count 71
Issue Count 11

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date