Where to add code for custom fonts in Ride theme?

Topic summary

A user is trying to implement custom fonts in the Ride Shopify theme and needs guidance on where to place the @font-face CSS code.

Proposed Solution:

  • Add the custom font code to the bottom of the base.css file

Status:

  • The question appears answered with a specific file location provided
  • Implementation details or verification of the solution are not discussed
Summarized with AI on November 18. AI used: claude-sonnet-4-5-20250929.

For the Ride (Shopify Theme) where am I suppose to add the code below to get a custom font working for all headers?

@font-face {

font-family: ‘font-name’;

src: local(‘font-name’), url(‘font-file-url’) format('woff2’);

}

You can just add it at the bottom of base.css