#34 use overpass font (from rh cdn)
Closed 6 years ago by bex. Opened 6 years ago by mattdm.
fedora-docs/ mattdm/docs-fp-o master  into  master

file modified
+3 -1
@@ -9,10 +9,12 @@ 

      <title>Fedora Documentation Website</title>

  

      <!-- Bootstrap -->

-     <link rel="stylesheet" href="_stylesheets/asciibinder.css">

      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">

  

+     <link rel="stylesheet" href="http://overpass-30e2.kxcdn.com/overpass.css">

+     <link rel="stylesheet" href="_stylesheets/asciibinder.css">

+ 

      <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->

      <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

      <!--[if lt IE 9]>

@@ -222,6 +222,7 @@ 

  

  body, html {

    overflow-x: hidden; /* Prevent scroll on narrow devices */

+   font-family: "Overpass", sans-serif;

  }

  

  .toggle-nav {

@@ -10,6 +10,9 @@ 

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">

  

+   <!-- Overpass Font -->

+   <link rel="stylesheet" href="http://overpass-30e2.kxcdn.com/overpass.css">

+ 

    <%= render("_templates/_css.html.erb", :css_path => css_path) %>

  

     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->

file modified
+4 -1
@@ -10,10 +10,13 @@ 

      <title>Fedora Documentation Website</title>

  

      <!-- Bootstrap -->

-     <link rel="stylesheet" href="_stylesheets/asciibinder.css">

      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">

  

+     <link rel="stylesheet" href="http://overpass-30e2.kxcdn.com/overpass.css">

+     <link rel="stylesheet" href="_stylesheets/asciibinder.css">

+ 

+ 

      <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->

      <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

      <!--[if lt IE 9]>

Is there a reason to not serve this from our website?

Merged manually to avoid merge commit. Pushed to docs.stg.fp.o

Pull-Request has been closed by bex

6 years ago

For the record, we could host it ourselves, but using the upstream directly allows any fixes (including browser workarounds) to just happen automatically.