How do I remove the bold font from the shipping fees in WooCommerce cart page? I don't want to call too much attention to the shipping fee with the bold text, so I want to have regular font weight there.
Note that I renamed "Shipping" to "Delivery" below
Update: Adding the html code below in response to question in comment section
<tr class="woocommerce-shipping-totals shipping">
<th>Delivery</th>
<td data-title="Delivery">
<ul id="ship_method" class="woocommerce-ship-type">
<li>
class="ship_method"/><label for="ship_method"> <span class="woocommerce_totals totals"><span class="woocommerce_curr_sym">$</span>300.00</span></label> </li>
</ul>
</td>
<li> class="ship_method"/>
… I have updated my answer too. – LoicTheAztec