function woo_remove_product_tabs( $tabs ) {
unset( $tabs[‘description’] ); // Remove the description tab
return $tabs;
}

Produkta lapa fonta izmers tabiem un tabulas kontentam

.woocommerce div.product .woocommerce-tabs ul.tabs {font-style: normal; font-weight: 200;
font-size: 14px;
line-height: 1.4;
letter-spacing: 0.2em;
text-transform: uppercase;
}

@media screen and (max-width: 719px){
.woocommerce div.product .woocommerce-tabs .panel{
font-size: 12px;
}
}