PBDesignStudio Posted July 7, 2023 Posted July 7, 2023 Hi everyone, I've uploaded a custom font called CoralLovers using @font-face and I'm displaying the site title using this font. It displays correctly in the desktop view but its not showing up in the mobile view. The mobile vew displays the font Moret which is from the style editor. This is the code I've used: @font-face { font-family: "CoralLovers"; src: url('https://static1.squarespace.com/static/61f080f85f9cf332a6a30286/t/6494de86a758317b9265fead/1687477895079/CoralLovers.otf'); unicode-range: F018, F01B, F032, F02A; } .header-title-text { font-family: "CoralLovers"; text-transform: uppercase; } Any insight apperciated! Thank you. Priyanka Biswas PB Design Studio | itspbdesigns.com
Solution tuanphan Posted July 9, 2023 Solution Posted July 9, 2023 I guess mobile uses a different class name. Try this for mobile a#site-title { font-family: "CoralLovers"; text-transform: uppercase; } If it doesn't work, what is site url, we can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
PBDesignStudio Posted July 10, 2023 Author Posted July 10, 2023 That worked. Thank you! Priyanka Biswas PB Design Studio | itspbdesigns.com
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment