This is the code I have added locally to styleboot to get larger fonts when i use the forum in Chrome on my desktop computer.
Do you have access to change the stylesheet in the theme?
Do you have access to change the stylesheet in the theme?
Code:
html {
font-size: calc(1em * .625);
}
.structItem-title,
.node-title,
.message-body {
font-size: 1.6rem;
}
.structItem-minor,
.bbCodeBlock-title,
.bbCodeBlock.bbCodeBlock--quote .bbCodeBlock-content,
.node-description,
.node-subNodesFlat,
.button,
a.button,
.p-breadcrumbs-wrap,
.p-nav-list .p-navEl,
.menu-content {
font-size: 1.4rem;
}