oupala / apaxy

a simple, customisable theme for your apache directory listing
https://oupala.github.io/apaxy/
GNU General Public License v3.0
1.86k stars 256 forks source link

Using a protocol-independent absolute path for google fonts #21

Closed PeterDaveHello closed 10 years ago

PeterDaveHello commented 10 years ago

Using a protocol-independent url is better, especially when the website use https to transfer the webpage, just let the browser to decide which protocol it will prefer to use. reference : http://www.paulirish.com/2010/the-protocol-relative-url/

cedced19 commented 10 years ago

I agree with you !

PeterDaveHello commented 10 years ago

Hello @AdamWhitcroft, can you take a look at this PR? thanks!