To change Variant fonts from your admin
panel go to Designs>Product details click the CSS tab, add the code
below on your existing CSS code
(code can be added on top, middle or end of the existing code)
.variants{
font-size: 18px;
font-weight: bold;
}
font size, style, weight, color etc can be customize depending on your preference!