Skip to content

Commit

Permalink
Custom design
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxsmin committed Feb 6, 2017
1 parent 1295765 commit 7448397
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Binary file added docs/source/_static/Roboto_400.woff2
Binary file not shown.
10 changes: 10 additions & 0 deletions docs/source/_static/syspass.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@font-face {
font-family: 'Roboto Regular';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url('../_static/Roboto_400.woff2') format('woff2');
}

* {
font-family: "Roboto Regular", Verdana, Tahoma, sans-serif;
}
5 changes: 5 additions & 0 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{# Import the theme's layout. #}
{% extends "!layout.html" %}

{# Custom CSS overrides #}
{% set bootswatch_css_custom = ['_static/syspass.css'] %}

0 comments on commit 7448397

Please sign in to comment.