Setting the Georgia State themed button font weight to 400?
You can create and save a new Georgia State Themed button under My Elements, but to change the existing button font-weight across your site, you'll need some custom CSS.
As shown in the video, below is the CSS that you'll need to add to your Flex2 site in the site-wide CSS code block in CSS & JS Toolbox:
.ult_main_cl a, .ubtn, a {
font-weight: 400 !important;
}
font-weight: 400 !important;
}