Multicolumn description font change

Hi there , how can i change the font type of the descriptions on the multicolumn and their font size ?

Using the Trade theme.

Hello @mw1
please provide me the URL of your website and which font type you need for this description.

@mw1 Please follow below steps to change the multicolumn description font size. Let me know whether it is helpful for you.

  1. From admin, go to “Online Store” → “Themes”.
  2. Click “Customize” mode on your current theme.
  3. Go to the “Multicolumn” section and click it.

  1. Then scroll down and paste the below code in the “Custom CSS” field and save changes.
    NOTE: You can change the font size as per your need.
.multicolumn-card__info div.rte {
    font-size: 25px !important;
}​

If it doesn’t works, please provide your store URL and let us know what font type you want for the description to share solution to change the font type.

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

@mw1
You can try this steps
Go to online store->edit code->section-multicolumn.css file and pest bellow code

.multicolumn-card__info ..multicolumn-list h3{
   font-size: 21px !important;
    font-family: 'DM Sans' !important;
}