Files
firezone/docs/_includes/head.html
Jason G 5da7f48449 Docs style update (#674)
* improve text readability

* title font weight

* improve hover look

* font size and colors

* wip logo redo

* site nav font size

* Styled Docs Navigation

* Styling Select Version

* Custom Header Changes

* Button Style Update

* Build Correction

* Major Styling Updates

* Change Aux Link

* Styling Updates

* Changes

* fix links in nav

* inter -> Fira sans + mono

* Pre Commit Run

Co-authored-by: Chetan Verma <chetan61verma@gmail.com>
2022-06-08 11:43:35 -07:00

21 lines
660 B
HTML

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<link rel="shortcut icon" href="{{ 'favicon.ico' | relative_url }}" type="image/x-icon">
<link rel="stylesheet" href="{{ '/assets/css/just-the-docs-default.css' | relative_url }}">
{% if site.search_enabled != false %}
<script type="text/javascript" src="{{ '/assets/js/vendor/lunr.min.js' | relative_url }}"></script>
{% endif %}
<script type="text/javascript" src="{{ '/assets/js/just-the-docs.js' | relative_url }}"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
{% seo %}
{% include head_custom.html %}
</head>