Adding web font using "Additional CSS"
-
I’m trying to add a good web font to theme using the additional CSS, but everytime I save the code and refresh the font link disappear.
Here is the code I’m using:
@import url(‘https://fonts.googleapis.com/css2?family=Almarai:wght@700&display=swap’);
/* arabic */
@font-face {
font-family: ‘Almarai’;
font-style: normal;
font-weight: 700;
src: local(‘Almarai Bold’), local(‘Almarai-Bold’), url(https://fonts.gstatic.com/s/almarai/v4/tssoApxBaigK_hnnS-agtnqWo4z1oXli2g.woff2) format(“woff2”);
}The blog I need help with is: (visible only to logged in users)
-
Hi there,
I see that we already helped you with that via live chat. Therefore, I’m closing this thread.
- The topic ‘Adding web font using "Additional CSS"’ is closed to new replies.