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:
authorAchilleas Pipinellis <axil@gitlab.com>2018-03-28 18:39:32 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-28 18:44:13 +0300
commitb0710333e32630210fafc011623f78ad9165a9cf (patch)
tree843f32601b6fa3fd99a760e8c429892ba5009021 /layouts/head.html
parent35404f2006cb8bf3e7051478b46d2a6d9f97af7d (diff)
Use system fonts
https://css-tricks.com/snippets/css/system-font-stack/
Diffstat (limited to 'layouts/head.html')
-rw-r--r--layouts/head.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/head.html b/layouts/head.html
index 95eb697a..4ce4d555 100644
--- a/layouts/head.html
+++ b/layouts/head.html
@@ -17,7 +17,6 @@
<!-- 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'>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">