Grafikasana Posted October 21, 2023 Share Posted October 21, 2023 I had a trial version of the site, although I struggled to get my fonts working even before, at the end I managed. NOW, when I paid (Personal plan) it is not working again! I tried to add !important to my CSS but not helped. Here is my CSS: // CUSTOM FONT @font-face { font-family: sirenia, sans-serif; font-weight: 700; font-style: normal; } @font-face { font-family: capitana, sans-serif; font-weight: 300; font-style: normal; } h1, { font-family: 'sirenia' !important;} h2 { font-family: 'sirenia' !important;} h3 { font-family: 'sirenia' !important;} h4 { font-family: 'sirenia' !important;} .sqsrte-large { font-family: 'sirenia' !important;} p { font-family: 'capitana' !important;} .sqsrte-small { font-family: 'capitana' !important;} and in the header is this: <link rel="stylesheet" href="https://use.typekit.net/dzd1ozh.css"> which I cannot change now at all, it is like frozen, when on trial I tried several times to save the code and this link and eventually it helped me using Chrome (which is the only browser in which it works but not properly). website: grafikasana.cz Link to comment
Web_Solutions Posted October 22, 2023 Share Posted October 22, 2023 15 hours ago, Grafikasana said: I had a trial version of the site, although I struggled to get my fonts working even before, at the end I managed. NOW, when I paid (Personal plan) it is not working again! I tried to add !important to my CSS but not helped. Here is my CSS: // CUSTOM FONT @font-face { font-family: sirenia, sans-serif; font-weight: 700; font-style: normal; } @font-face { font-family: capitana, sans-serif; font-weight: 300; font-style: normal; } h1, { font-family: 'sirenia' !important;} h2 { font-family: 'sirenia' !important;} h3 { font-family: 'sirenia' !important;} h4 { font-family: 'sirenia' !important;} .sqsrte-large { font-family: 'sirenia' !important;} p { font-family: 'capitana' !important;} .sqsrte-small { font-family: 'capitana' !important;} and in the header is this: <link rel="stylesheet" href="https://use.typekit.net/dzd1ozh.css"> which I cannot change now at all, it is like frozen, when on trial I tried several times to save the code and this link and eventually it helped me using Chrome (which is the only browser in which it works but not properly). website: grafikasana.cz Replace These code @font-face { font-family: sirenia, sans-serif; font-weight: 700; font-style: normal; } @font-face { font-family: capitana, sans-serif; font-weight: 300; font-style: normal; } h1, { font-family: 'sirenia' !important;} h2 { font-family: 'sirenia' !important;} h3 { font-family: 'sirenia' !important;} h4 { font-family: 'sirenia' !important;} .sqsrte-large { font-family: 'sirenia' !important;} p { font-family: 'capitana' !important;} .sqsrte-small { font-family: 'capitana' !important;} With the code below .header-nav-item a, h1, h2, h3, h4, .sqsrte-large { font-family: 'sirenia' !important; } p, .sqsrte-small { font-family: 'capitana' !important; } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Grafikasana Posted October 22, 2023 Author Share Posted October 22, 2023 @Web_Solutionsthanks for trying but it has not helped, still only working in Chrome on desktop Link to comment
Grafikasana Posted October 22, 2023 Author Share Posted October 22, 2023 My CODE INJECTION area is frozen, that might be an issue, reading other threads. Can someone advise what to do? I contacted support. Link to comment
Web_Solutions Posted October 22, 2023 Share Posted October 22, 2023 Just now, Grafikasana said: My CODE INJECTION area is frozen, that might be an issue, reading other threads. Can someone advise what to do? I contacted support. Did you add this code on Add these code on Custom CSS panel in Website > Utilities > Website Tools > Code Injection. I have added at work on my site. See the image <link rel="stylesheet" href="https://use.typekit.net/dzd1ozh.css"> If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Grafikasana Posted October 22, 2023 Author Share Posted October 22, 2023 Yes, I added it in the way you did (before going on paid subsc.), I am on personal plan now, and cannot delete or add anything to header neither footer, it stoped working after going on personal plan. It is just not responding, tried on different devices too. Thanks for help! Link to comment
Solution Web_Solutions Posted October 22, 2023 Solution Share Posted October 22, 2023 Just now, Grafikasana said: Yes, I added it in the way you did (before going on paid subsc.), I am on personal plan now, and cannot delete or add anything to header neither footer, it stoped working after going on personal plan. It is just not responding, tried on different devices too. Thanks for help! You should upgrade your Persona plan to a Business Plan. Because Personal Plan didn't support Code Injection. Grafikasana 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Grafikasana Posted October 22, 2023 Author Share Posted October 22, 2023 It solved the issue, sorry for bothering, it was confusing that in Chrome the fotn was working properly even on personal plan! Thanks again! Link to comment
Web_Solutions Posted October 22, 2023 Share Posted October 22, 2023 1 minute ago, Grafikasana said: It solved the issue, sorry for bothering, it was confusing that in Chrome the fotn was working properly even on personal plan! Thanks again! Welcome! If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. 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