my custom font does not understand characters. Can anyone help?

I loaded the following font code so I can see my custom font which worked however it cannot process charcters. If anyone can help it would be really appreciated.

I have the following code in theme liquid:

@font-face { font-family: 'SergioTrendy-Regular'; src: url('[https://cdn.shopify.com/s/files/1/0612/7756/9224/files/Sergio_Trendy.woff2?v=1700283535](https://cdn.shopify.com/s/files/1/0612/7756/9224/files/Sergio_Trendy.woff2?v=1700283535)') format('woff2'); } ![Screenshot 2023-12-19 at 11.12.00.png|2464x674](upload://fPoYgP1Q7ePn0NHJzWr0j3iSJpq.jpeg)

Hello @laurenamberreyn

Try adding the code before tag like this

@font-face { font-family: 'SergioTrendy-Regular'; src: url('[https://cdn.shopify.com/s/files/1/0612/7756/9224/files/Sergio_Trendy.woff2?v=1700283535](https://cdn.shopify.com/s/files/1/0612/7756/9224/files/Sergio_Trendy.woff2?v=1700283535)') format('woff2'); }