I'm trying to change the font of a website hosted on WordPress.com. In the file css
, I make the source in the first line of the code:
@import "//fonts.googleapis.com/css?family=Lekton";
Then, I determine the font that will be used:
font-family: 'Lekton';
In the preview part of Wordpress I can see the font change. But in saving the change, it disappears. I also tried using @font-face
and it did not work. WordPress.com also does not allow uploading of files .eot
, .woff
and .svg
.