inherit
246047
0
Mar 26, 2018 16:05:27 GMT -8
kjaleo
11
June 2017
kjaleo
|
Post by kjaleo on Jun 26, 2017 16:23:47 GMT -8
Is there a way to add fonts from other hosting sites that are not google? Maybe 1001 fonts for example? Or the CSS code for converting fonts that aren't for google? Thanks!
|
|
inherit
246047
0
Mar 26, 2018 16:05:27 GMT -8
kjaleo
11
June 2017
kjaleo
|
Post by kjaleo on Jul 1, 2017 16:19:34 GMT -8
bump ~
|
|
Kami
Forum Cat
Posts: 40,200
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,200
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Jul 2, 2017 6:44:30 GMT -8
Adding non-google fonts requires you to have a server that the font can be hosted from. If the sites you mention provide that and allow hotlinking, then it's easy to add via html to your headers/footers, or via CSS if they have an @import code; alternatively you can host it on your own server and do it that way.
Caveat: I know that firefox doesn't like non-websafe fonts by default and requires a silly work around; it doesn't affect the google font API since they've made provisions for it, but it's a pain in a butt to do it for any font you personally. I'm not 100% sure it's possible to do if you use third party hosting either.
So tldr: yes it's possible if you have somewhere to host it, but it may not work as well as google font.
|
|