𝐆𝐮ͫ𝐬(𝐭).𝐨𝐡 said: keithcurtis said: What sheet are you using? The font styles on handouts are controlled by the Roll20 engine, but the ones on character sheets are controlled by the character sheet. Further, the character sheet only has control over the css in display mode. Edit mode is still controlled by Roll20. The purpose of this is so that in display mode, a handout can more closely match the intent of the system. Editing is not controlled by the sheet (it's a separate hunk of code, shared universally), so that's why you will see the difference on a sheet, but not a handout. Hi sorry, im using the DnD 5e sheet, the standard one. tho this part was being written on the "Bio & Info" tab, not the character sheet one, so i dunno if this still applies to that This one, and if it does, is there like somehow a workaround? because the menu is the exact same as the handouts and this Bio & Info section is the same for every system, thanks for the reply tho! This is correct. The Sheet dictates the display of the bio and info tab in display mode. The system handles it in edit mode. The system handles all handouts--character sheets do not touch that. Similar (sort of) things like that also happens on the forum. When you choose that biggest entry, "Header 1", you are not choosing a font and size, you are choosing to apply the style "Header 1" to the selected paragraph. Header 1 pulls its display info from different instruction code called CSS (Cascading Style Sheets), depending on where it is displayed. If it is in a bio tab in display mode, it pulls the Header 1 style instructions from the character sheet. If it is in a bio tab in edit mode (which the sheet can't touch), it pulls it from the Roll20 Site. If it is in a handout, it pulls it from the Roll20 site. If it is in the forum, it pulls it from the Roll20 site, but from a CSS file that controls the forum, as opposed to the one that controls the VTT. The edit mode always pulls from the Roll20 site because the site is where the editor interface is installed. Allowing sheets to control the css code the bio and info tab tab use is a courtesy to allow character sheets to keep a display feel consistent with the game system. That being said... You can change the display of nearly any text on the site, in the VTT or out, with an extension like Stylus, which intercepts those CSS instructions and replaces them with styling of your choice. The caveat here would be that Stylus runs in your browser and only your browser. All other users still see they own CSS definitions. I.e. you can change how it looks for you, but not your players, unless you convince them to also install Stylus and your style sheets. Lastly, there is a mod script (which would require a Pro subscription) that lets you style handouts by using something called "inline CSS", where you hard code those CSS instructions directly into the text. With this you have enough control to choose fonts, backgrounds, picture display, etc.