You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2018/03/14 17:59:05 UTC

pdfbox-docs git commit: PDFBOX-3330: move font definition into CSS

Repository: pdfbox-docs
Updated Branches:
  refs/heads/master 5d4d26100 -> d72e84b50


PDFBOX-3330: move font definition into CSS


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/d72e84b5
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/d72e84b5
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/d72e84b5

Branch: refs/heads/master
Commit: d72e84b50561d8f0ead0c0097997a5d32cec0b65
Parents: 5d4d261
Author: Maruan Sahyoun <sa...@fileaffairs.de>
Authored: Wed Mar 14 18:58:25 2018 +0100
Committer: Maruan Sahyoun <sa...@fileaffairs.de>
Committed: Wed Mar 14 18:58:25 2018 +0100

----------------------------------------------------------------------
 content/_layouts/default.html | 5 -----
 content/css/site.css          | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/d72e84b5/content/_layouts/default.html
----------------------------------------------------------------------
diff --git a/content/_layouts/default.html b/content/_layouts/default.html
index 8e651f1..fde4cf3 100644
--- a/content/_layouts/default.html
+++ b/content/_layouts/default.html
@@ -29,11 +29,6 @@
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/pygments-github.css" rel="stylesheet">
-
-    <link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
-    <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400" rel="stylesheet"> 
-    <link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet">
-
     <link href="/css/site.css" rel="stylesheet">
 
     {% if headers.atom %}

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/d72e84b5/content/css/site.css
----------------------------------------------------------------------
diff --git a/content/css/site.css b/content/css/site.css
index 2b544ca..ba1b913 100644
--- a/content/css/site.css
+++ b/content/css/site.css
@@ -21,6 +21,11 @@
  *  format used to add content, doesn't allow to classes to the elements
  */
 
+ /* 01 Import Fonts */
+@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
+@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400");
+@import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700");
+
 body {
     font-family: 'Roboto', sans-serif;
     letter-spacing: 0;