]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
docs: Add scheme to link to fonts.googleapis.com (#910)
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>
Mon, 2 Aug 2021 18:59:30 +0000 (21:59 +0300)
committerGitHub <noreply@github.com>
Mon, 2 Aug 2021 18:59:30 +0000 (20:59 +0200)
This makes it possible to view generated HTML files locally using the file scheme.

doc/ccache-doc.css

index ccd183e6df5dceec83c60e782e430a07a6a11289..86a0ed908eabe25ccd19602e91121769ad81be1e 100644 (file)
@@ -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{