0
I’m trying to change the font of a site hosted on Wordpress.com. In the archive css, I do the source on the first line of the code:
@import "//fonts.googleapis.com/css?family=Lekton";
Then I determine the source that will be used:
font-family: 'Lekton';
In the preview part of Wordpress I can see the font change. However when saving the change, it disappears. I also tried using @font-face and it didn’t work. Wordpress.com also doesn’t allow uploading files .eot, .woff and .svg.
Welcome to the community. You want to change the theme font of your site, so that changes are seen on pages, posts, etc?
– Wendell
That’s right. I wish to change the font type to Lekton.
– Raymond