You need to be logged in to post in the forum - Log In
An active JCE Pro Subscription is required to post in the forum - Buy a Subscription
- Support
- Forum
- JCE Editor
- Add 3 fonts to JCE
Support is currently Online
Official support hours:
Monday To Friday
From 09:00 To 17:00 Europe/London (BST)
From 09:00 To 17:00 Europe/London (BST)
Please see - https://www.joomlacontenteditor.net/support/tutorials/editor/adding-and-removing-fonts#webfont
Just because you're not paranoid doesn't mean everybody isn't out to get you.
Please see - https://www.joomlacontenteditor.net/support/tutorials/editor/adding-and-removing-fonts#webfont
Just because you're not paranoid doesn't mean everybody isn't out to get you.
johnmendivel
selected the reply #110503 as the answer for this post — 3 months ago
more than a month ago
·
#110722
hello explain me step by step please
https://fonts.google.com/specimen/Barlow
for the barlow font for example, it doesn't work for me, how can I install this font?
https://fonts.google.com/specimen/Barlow
for the barlow font for example, it doesn't work for me, how can I install this font?
more than a month ago
·
#110745
is the family font name ok?
the @import that should be put, what is it?
@import url(http://fonts.googleapis.com/css?family=barlow);
or
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,This email address is being protected from spambots. You need JavaScript enabled to view it.;0.200;0.300;0.400;0.500;0.600;0.700;0.800;0.900;1.100;1.200;1.300;1.400 ;1,500;1,600;1,700;1,800;1,900&display=swap');
the @import that should be put, what is it?
@import url(http://fonts.googleapis.com/css?family=barlow);
or
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,This email address is being protected from spambots. You need JavaScript enabled to view it.;0.200;0.300;0.400;0.500;0.600;0.700;0.800;0.900;1.100;1.200;1.300;1.400 ;1,500;1,600;1,700;1,800;1,900&display=swap');
is the family font name ok?
Yes.
the @import that should be put, what is it?
@import url(http://fonts.googleapis.com/css?family=barlow);
or
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,This email address is being protected from spambots. You need JavaScript enabled to view it.;0.200;0.300;0.400;0.500;0.600;0.700;0.800;0.900;1.100;1.200;1.300;1.400 ;1,500;1,600;1,700;1,800;1,900&display=swap');
You need to selec the styles you require here - https://fonts.google.com/specimen/Barlow#standard-styles - and then copy the @import rule (the bit between the <style> tags) to paste into your template stylesheet, eg:
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,[email protected],100;1,100&display=swap');
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »