hi everyone
I’ve got a problem changing anything to do with the cart text when in is in full screen on my laptop
here is what it looks like fullscreen

and everything else like desktop in shopify’s editor and mobile the cart icon is used
trying to make it the same on every device or at-least change the font
url for my website: https://madcapshop.com/
heres what the code looks like atm
<a href=“/cart” class=“Header__Icon Icon-Wrapper Icon-Wrapper–clickable {% unless use_sidebar_menu %}hidden-desk{% endunless %}” {% if settings.cart_type == ‘drawer’ %}data-action=“open-drawer” data-drawer-id=“sidebar-cart” aria-expanded=“false” aria-label=“{{ ‘header.navigation.open_cart’ | t }}”{% endif %}>
{%- include ‘icon’ with ‘cart’ -%}
{%- include ‘icon’ with ‘cart-desktop’ -%}




