Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-03-26 16:37:44 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-03-26 16:37:44 +0300
commitf17cac28736e634ca85844d62a0222bc3dfa1e6d (patch)
tree678a22590b7ee97634252a4eb8c3f8d15f4aaaa6 /layouts/head.html
parentf029befe49b1145ba2d01a538906b7e22aa8d7a1 (diff)
use FontAwesome 4 instead of 5
- Upgrade to 5 breaks a lot of things (https://fontawesome.com/how-to-use/upgrading-from-4#icon-name-changes-c omplete-list). - For now, not worth the change. Reverting to the highest version of FA 4.
Diffstat (limited to 'layouts/head.html')
-rw-r--r--layouts/head.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/layouts/head.html b/layouts/head.html
index fb0792ac..95eb697a 100644
--- a/layouts/head.html
+++ b/layouts/head.html
@@ -12,11 +12,9 @@
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/docsearch.min.*'].path %>">
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/toc.*'].path %>">
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/comments.*'].path %>">
-<!-- new fontawesome - via CDN -->
-<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/solid.css" integrity="sha384-v2Tw72dyUXeU3y4aM2Y0tBJQkGfplr39mxZqlTBDUZAb9BGoC40+rdFCG0m10lXk" crossorigin="anonymous">
-<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/fontawesome.css" integrity="sha384-q3jl8XQu1OpdLgGFvNRnPdj5VIlCvgsDQTQB6owSOHWlAurxul7f+JpUOVdAiJ5P" crossorigin="anonymous">
+<!-- new fontawesome version 4 - via CDN -->
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- end of fontawesome -->
-
<script async src="<%= @items['/assets/javascripts/classlist-polyfill.*'].path %>"></script>
<script async src="<%= @items['/assets/javascripts/docs.*'].path %>"></script>
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic' rel='stylesheet' type='text/css'>