← Back to team overview

mahara-contributors team mailing list archive

[Bug 1381290] [NEW] Deprecate installing Google web fonts and rather call them directly

 

Public bug reported:

from Aaron on Bug #1292301:

The way the Google Fonts system is set up by Google, does not require
you to download anything. It's all done via CSS Urls that point at
Google's servers, or something along those lines. So why do we need to
upload a ZIP file? If I remember correctly, it's so that we can have the
font files sitting on the web server, so that the server can use them to
generate the skin thumbnail images.

The thing is... even that isn't really necessary. We could just ask for
the Google font URL stuff, and then fetch the font files using curl. But
I didn't have time to fix that when we went live with skins version 1.0,
so that's how it currently is. But we should really fix it at some
point.

** Affects: mahara
     Importance: Wishlist
         Status: Confirmed


** Tags: depreciate

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1381290

Title:
  Deprecate installing Google web fonts and rather call them directly

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  from Aaron on Bug #1292301:

  The way the Google Fonts system is set up by Google, does not require
  you to download anything. It's all done via CSS Urls that point at
  Google's servers, or something along those lines. So why do we need to
  upload a ZIP file? If I remember correctly, it's so that we can have
  the font files sitting on the web server, so that the server can use
  them to generate the skin thumbnail images.

  The thing is... even that isn't really necessary. We could just ask
  for the Google font URL stuff, and then fetch the font files using
  curl. But I didn't have time to fix that when we went live with skins
  version 1.0, so that's how it currently is. But we should really fix
  it at some point.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1381290/+subscriptions


Follow ups

References