Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Conversation

Notices

  1. David Revoy (davidrevoy@framapiaf.org)'s status on Saturday, 02-Jun-2018 23:53:33 UTC David Revoy David Revoy

    @quarktheawesome @FuckOffGoogle @aral

    Google font: they serve the font file to your visitors. It's a file transfert. So, they collect a log entry on their server with their IP/browser/where-they-came-from/etc... and because many dev use Google-font, they have a map of most of your visitors move accross the internet.

    You can read my "second fight" on this article I published in 2016 : https://www.peppercarrot.com/en/article390/my-fight-against-cdn-libraries

    In conversation Saturday, 02-Jun-2018 23:53:33 UTC from framapiaf.org permalink
    • (-(-_(-_-)_-)-) and Aurochs like this.
    • Victorhck, mirla and Colegota El Villano and 2 others repeated this.
    • mirla (mirla@quitter.es)'s status on Sunday, 03-Jun-2018 08:33:16 UTC mirla mirla
      in reply to
      @davidrevoy @aral @fuckoffgoogle @quarktheawesome
      Indeed.
      You can use font-face instead, linking to your own font directory.
      https://www.w3.org/TR/css-fonts-3/#font-face-rule
      You can even check first if user's system has already those fonts.

      \@font-face {
      font-family: 'Flying circus';
      src:
      local('Flying circus'),
      local('FlyingCircus-Regular'),
      url('FlyingCircus.otf'); }

      Worth noticing: font-face.com died because of google fonts.

      On my personal machine I just have fonts.googleapis entry in my /etc/hosts redirected to localhost. I'm out :D
      In conversation Sunday, 03-Jun-2018 08:33:16 UTC permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • Privacy
  • Source
  • Version
  • Contact

Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.