From 0c5ae224986b1f438d6664c3ea64a52791b068c4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 15 Apr 2019 17:34:32 +0200 Subject: [PATCH] purge googleapis from all web resources Let's keep the tracking to a minimum: find * -type f -print0 | xargs -0 sed -i '/googleapis/d' --- docs/preso/css/theme/beige.css | 1 - docs/preso/css/theme/blood.css | 1 - docs/preso/css/theme/league.css | 1 - docs/preso/css/theme/moon.css | 1 - docs/preso/css/theme/night.css | 2 -- docs/preso/css/theme/simple.css | 2 -- docs/preso/css/theme/sky.css | 2 -- docs/preso/css/theme/solarized.css | 1 - docs/preso/css/theme/source/beige.scss | 1 - docs/preso/css/theme/source/blood.scss | 1 - docs/preso/css/theme/source/league.scss | 1 - docs/preso/css/theme/source/moon.scss | 1 - docs/preso/css/theme/source/night.scss | 2 -- docs/preso/css/theme/source/simple.scss | 2 -- docs/preso/css/theme/source/sky.scss | 2 -- docs/preso/css/theme/source/solarized.scss | 1 - 16 files changed, 22 deletions(-) diff --git a/docs/preso/css/theme/beige.css b/docs/preso/css/theme/beige.css index d2d0ca6e..2a017f75 100644 --- a/docs/preso/css/theme/beige.css +++ b/docs/preso/css/theme/beige.css @@ -4,7 +4,6 @@ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ @import url(../../lib/font/league-gothic/league-gothic.css); -@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /********************************************* * GLOBAL STYLES *********************************************/ diff --git a/docs/preso/css/theme/blood.css b/docs/preso/css/theme/blood.css index 30e4b099..9a3aa79f 100644 --- a/docs/preso/css/theme/blood.css +++ b/docs/preso/css/theme/blood.css @@ -9,7 +9,6 @@ * For other themes, change $codeBackground accordingly. * */ -@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic); /********************************************* * GLOBAL STYLES *********************************************/ diff --git a/docs/preso/css/theme/league.css b/docs/preso/css/theme/league.css index e35d668e..4af16b59 100644 --- a/docs/preso/css/theme/league.css +++ b/docs/preso/css/theme/league.css @@ -6,7 +6,6 @@ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ @import url(../../lib/font/league-gothic/league-gothic.css); -@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /********************************************* * GLOBAL STYLES *********************************************/ diff --git a/docs/preso/css/theme/moon.css b/docs/preso/css/theme/moon.css index c7705d94..e6c83afe 100644 --- a/docs/preso/css/theme/moon.css +++ b/docs/preso/css/theme/moon.css @@ -3,7 +3,6 @@ * Author: Achim Staebler */ @import url(../../lib/font/league-gothic/league-gothic.css); -@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** * Solarized colors by Ethan Schoonover */ diff --git a/docs/preso/css/theme/night.css b/docs/preso/css/theme/night.css index 5aca9c04..d3302790 100644 --- a/docs/preso/css/theme/night.css +++ b/docs/preso/css/theme/night.css @@ -3,8 +3,6 @@ * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ -@import url(https://fonts.googleapis.com/css?family=Montserrat:700); -@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic); /********************************************* * GLOBAL STYLES *********************************************/ diff --git a/docs/preso/css/theme/simple.css b/docs/preso/css/theme/simple.css index 40d12382..4c3bdc33 100644 --- a/docs/preso/css/theme/simple.css +++ b/docs/preso/css/theme/simple.css @@ -5,8 +5,6 @@ * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed. * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ -@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700); -@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 { color: #fff; } diff --git a/docs/preso/css/theme/sky.css b/docs/preso/css/theme/sky.css index f4b0ad59..2bb3f303 100644 --- a/docs/preso/css/theme/sky.css +++ b/docs/preso/css/theme/sky.css @@ -3,8 +3,6 @@ * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ -@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic); -@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700); .reveal a { line-height: 1.3em; } diff --git a/docs/preso/css/theme/solarized.css b/docs/preso/css/theme/solarized.css index 3affa6e1..a6ddaaa0 100644 --- a/docs/preso/css/theme/solarized.css +++ b/docs/preso/css/theme/solarized.css @@ -3,7 +3,6 @@ * Author: Achim Staebler */ @import url(../../lib/font/league-gothic/league-gothic.css); -@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** * Solarized colors by Ethan Schoonover */ diff --git a/docs/preso/css/theme/source/beige.scss b/docs/preso/css/theme/source/beige.scss index 5564f538..0108e2d4 100644 --- a/docs/preso/css/theme/source/beige.scss +++ b/docs/preso/css/theme/source/beige.scss @@ -14,7 +14,6 @@ // Include theme-specific fonts @import url(../../lib/font/league-gothic/league-gothic.css); -@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); // Override theme settings (see ../template/settings.scss) diff --git a/docs/preso/css/theme/source/blood.scss b/docs/preso/css/theme/source/blood.scss index 4533fc06..3e569985 100644 --- a/docs/preso/css/theme/source/blood.scss +++ b/docs/preso/css/theme/source/blood.scss @@ -17,7 +17,6 @@ // Include theme-specific fonts -@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic); // Colors used in the theme $blood: #a23; diff --git a/docs/preso/css/theme/source/league.scss b/docs/preso/css/theme/source/league.scss index 46ea04a0..f88409f5 100644 --- a/docs/preso/css/theme/source/league.scss +++ b/docs/preso/css/theme/source/league.scss @@ -16,7 +16,6 @@ // Include theme-specific fonts @import url(../../lib/font/league-gothic/league-gothic.css); -@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); // Override theme settings (see ../template/settings.scss) $headingTextShadow: 0px 0px 6px rgba(0,0,0,0.2); diff --git a/docs/preso/css/theme/source/moon.scss b/docs/preso/css/theme/source/moon.scss index e47e5b56..a7fe6da9 100644 --- a/docs/preso/css/theme/source/moon.scss +++ b/docs/preso/css/theme/source/moon.scss @@ -13,7 +13,6 @@ // Include theme-specific fonts @import url(../../lib/font/league-gothic/league-gothic.css); -@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** * Solarized colors by Ethan Schoonover diff --git a/docs/preso/css/theme/source/night.scss b/docs/preso/css/theme/source/night.scss index d49a2825..65e0b7ad 100644 --- a/docs/preso/css/theme/source/night.scss +++ b/docs/preso/css/theme/source/night.scss @@ -12,8 +12,6 @@ // Include theme-specific fonts -@import url(https://fonts.googleapis.com/css?family=Montserrat:700); -@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic); // Override theme settings (see ../template/settings.scss) diff --git a/docs/preso/css/theme/source/simple.scss b/docs/preso/css/theme/source/simple.scss index 394c9cd0..703ea382 100644 --- a/docs/preso/css/theme/source/simple.scss +++ b/docs/preso/css/theme/source/simple.scss @@ -15,8 +15,6 @@ // Include theme-specific fonts -@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700); -@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); // Override theme settings (see ../template/settings.scss) diff --git a/docs/preso/css/theme/source/sky.scss b/docs/preso/css/theme/source/sky.scss index 3fee67c5..fc8b83a5 100644 --- a/docs/preso/css/theme/source/sky.scss +++ b/docs/preso/css/theme/source/sky.scss @@ -13,8 +13,6 @@ // Include theme-specific fonts -@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic); -@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700); // Override theme settings (see ../template/settings.scss) diff --git a/docs/preso/css/theme/source/solarized.scss b/docs/preso/css/theme/source/solarized.scss index 912be56f..a8bc85a0 100644 --- a/docs/preso/css/theme/source/solarized.scss +++ b/docs/preso/css/theme/source/solarized.scss @@ -13,7 +13,6 @@ // Include theme-specific fonts @import url(../../lib/font/league-gothic/league-gothic.css); -@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /**