Dawn Theme - change font-weight of the header in the checkout drawer

I would like to change the text width of the headline in the shopping cart drawer to bold. Does anyone have an idea how I can do this?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.drawer__heading {
font-weight: bold;
}

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.