From: Orgad Shaneh Date: Mon, 2 Aug 2021 18:59:30 +0000 (+0300) Subject: docs: Add scheme to link to fonts.googleapis.com (#910) X-Git-Tag: v4.4~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0537e21d32f7f83c40d4f8e16196888bcbc6c07;p=thirdparty%2Fccache.git docs: Add scheme to link to fonts.googleapis.com (#910) This makes it possible to view generated HTML files locally using the file scheme. --- diff --git a/doc/ccache-doc.css b/doc/ccache-doc.css index ccd183e6d..86a0ed908 100644 --- a/doc/ccache-doc.css +++ b/doc/ccache-doc.css @@ -1,4 +1,4 @@ -@import url(//fonts.googleapis.com/css?family=Montserrat|Open+Sans); +@import url(https://fonts.googleapis.com/css?family=Montserrat|Open+Sans); @import url(https://cdn.jsdelivr.net/gh/asciidoctor/asciidoctor@2.0/data/stylesheets/asciidoctor-default.css); /* Default asciidoc style framework - important */ :root{