• I develop and build all my sites on a localhost. Occasionally I work without an internet connection.

    I found this plugin would work well until attempting to set it up without internet. For this reason I will not continue to use this, nor will I recommend it as it requires connection to the author’s server.

    IF the author disappears we’ll all wear mud on our faces!

Viewing 1 replies (of 1 total)
  • Plugin Author Dnesscarkey

    (@dnesscarkey)

    Hi Sonfisher,

    I think you got confusion here. No our plugin doesn’t connect to internet for your fonts to load. If you check our plugin well, you will find that the internet connection is only needed to convert the fonts. Once the fonts are converted, your fonts are saved in your own server and they are served from your own server location.

    If you check uaf.css under wp-contents/uploads/use-any-font. You will find that the font files location are of your own server.

    Here is the demo of what plugin have written in uaf.css of my localhost test setup.

    @font-face {
    	font-family: 'TestFont';
    	font-style: normal;
    	src: url('//localhost/plugin/wp-content/uploads/useanyfont/140526035937FRSCRIPT.eot');
    	src: local('TestFont'), url('//localhost/plugin/wp-content/uploads/useanyfont/140526035937FRSCRIPT.eot') format('embedded-opentype'), url('//localhost/plugin/wp-content/uploads/useanyfont/140526035937FRSCRIPT.woff') format('woff');
    }

    If you see the path above, it is of localhost and not of the online url.

    And also, all fonts are stored in wp-content/uploads/useanyfont folder.

    I hope this clears your confusion. Also, if you have any issue, please contact us or use of forum. We are ready to help you and fix any issue you have occur.

Viewing 1 replies (of 1 total)
  • The topic ‘Worked well for a little while then…’ is closed to new replies.