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’);
}
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:
Status:
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