what is the code to install custom font to my whole website?

my homepage has the custom font, but my menu pages didnt change?

also the cost of my products font stayed the same.

link:

https://psychosis-us.myshopify.com/admin/themes/138572857663/editor

@emotionaldebt22

Your shop is password protected Please share your store front password!

Thanks!

Hi @emotionaldebt22
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

:root,
body{
--font-heading-family: 'Your custom font'!Important;
--font-body-family: 'Your custom font'!Important;
}