delgado Posted May 5, 2021 Share Posted May 5, 2021 Site URL: http://joedelgado.co Hello, I am using the Wells template and wanted to change to font of my Site Title to the font Dandelion JF and the rest of the site to Montserrat. I have cut and pasted a code from another site which is pasted below. The fonts do not change on the mobile site maybe not even on my desktop since they are downloaded. The fonts are not Google, they are custom. Could someone please help with my error(s)? Thank You in advance. @font-face { font-family: 'DandelionJFhttps://static1.squarespace.com/static/597e7fc9b3db2bde61e34111/t/5f9e2a6323663121179a7ff7/1604201059887/DandelionJF.ttf'; src: url('FontURL'); } /* Font Recoleta Site Title */ .logo.site-title a { font-family: 'DandelionJF' !important; } /* Font Nav */ div#topNav a { font-family: 'montserrat' !important; } Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 Hi, Remove this code @font-face { font-family: 'DandelionJFhttps://static1.squarespace.com/static/597e7fc9b3db2bde61e34111/t/5f9e2a6323663121179a7ff7/1604201059887/DandelionJF.ttf'; src: url('FontURL'); } add new code @font-face { font-family: 'DandelionJF'; src: url(https://static1.squarespace.com/static/597e7fc9b3db2bde61e34111/t/5f9e2a6323663121179a7ff7/1604201059887/DandelionJF.ttf); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment