Skip to content
Snippets Groups Projects
  1. Jan 31, 2017
  2. Jan 30, 2017
  3. Jan 29, 2017
  4. Jan 28, 2017
  5. Jan 27, 2017
  6. Jan 26, 2017
    • Eugen Rochko's avatar
      Fix font weight · f8bd44a7
      Eugen Rochko authored
      f8bd44a7
    • Eugen's avatar
      Merge pull request #549 from ineffyble/docs/add-default-account-to-dev-documentation · 87667e37
      Eugen authored
      Add default account details to developer documentation.
      87667e37
    • Eugen's avatar
      Merge pull request #548 from PurpleBooth/make-fonts-local · f7aef166
      Eugen authored
      Move the fonts from Google Fonts to local assets
      f7aef166
    • Billie Thompson's avatar
      Move the fonts from Google Fonts to local assets · 55fa8e61
      Billie Thompson authored
      Currently we have two problems that are resolved by this change.
      
      The first is that we have a dependency on Google Fonts, which means
      that should it ever go down, or it have issues we would also have
      issues. This will resolve this by moving the dependencies we load from
      there to the local server.
      
      The second issue is that Google Fonts is currently returning the
      `local()` css font source. This causes a problem where the users browser
      fails to fallback to a missing glyph, resulting in many unusual
      characters displaying the failure glyph. This will resolve this by
      creating a font-family definition that does not use the `local()`
      source.
      
      I did not update the error pages with local fonts, they still use the
      remote google fonts api, so they're a self contained page that does not
      use the asset pipeline.
      
      This resolves tootsuite/mastodon#531 and tootsuite/mastodon#12
      Unverified
      55fa8e61
Loading