How can I alter the footer font on my Debut theme website?

Hello I want to change the font of the footer. I want the source of my footer to be like this:

My theme is Debut

My website is: https://todocarcasas20.myshopify.com/

Password: 1234

Thanks

Hi @TodoCarcasas

  1. Go to Online Store->Themes->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-footer__linklist-item a, .site-footer p {
    font-family: Roboto, sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}