mchughsey Posted September 15, 2020 Share Posted September 15, 2020 Site URL: http://www.mchughsey.com/ Hello! I'm new to coding and trying to get my custom font to show up on multiple desktops. I feel like I've followed every rule book that exists on this: I have multiple formats uploaded, tried getting code exported from a webfont toolkit, can get it to work on my desktop but only when the custom css window is open. I've given up and decided to see if someone can take a look at this for me, or at least guide me towards white's missing in my code. See below: @font-face { font-family: '/ISADORA'; src: url('https://static1.squarespace.com/static/5f5ec4e8056eda51fc2a824f/t/5f602db013d90b092e7e4fc8/1600138672905/IsadoraCaps.eot'), url('https://static1.squarespace.com/static/5f5ec4e8056eda51fc2a824f/t/5f602d8daed573278adaffec/1600138637503/isadoracaps-5arv-webfont.woff2'), url('https://static1.squarespace.com/static/5f5ec4e8056eda51fc2a824f/t/5f602a2b0319e2676f0e7770/1600137771431/isadoracaps-5arv-webfont.woff'); } h4 {font-family: '/ISADORA';} Thank you, Rachel Link to comment
tuanphan Posted September 18, 2020 Share Posted September 18, 2020 Use this code @font-face { font-family: 'ISADORA'; src: url('https://static1.squarespace.com/static/5f5ec4e8056eda51fc2a824f/t/5f602db013d90b092e7e4fc8/1600138672905/IsadoraCaps.eot'),url('https://static1.squarespace.com/static/5f5ec4e8056eda51fc2a824f/t/5f602d8daed573278adaffec/1600138637503/isadoracaps-5arv-webfont.woff2'),url('https://static1.squarespace.com/static/5f5ec4e8056eda51fc2a824f/t/5f602a2b0319e2676f0e7770/1600137771431/isadoracaps-5arv-webfont.woff'); } h4 { font-family: 'ISADORA' } 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