diff --git a/users/__pycache__/views.cpython-38.pyc b/users/__pycache__/views.cpython-38.pyc index f2c088d..e075eb1 100644 Binary files a/users/__pycache__/views.cpython-38.pyc and b/users/__pycache__/views.cpython-38.pyc differ diff --git a/users/static/users/css/custom.css b/users/static/users/css/custom.css index e69de29..6e4d29d 100644 --- a/users/static/users/css/custom.css +++ b/users/static/users/css/custom.css @@ -0,0 +1,4 @@ +html h1, h2, h3, h4, h5, h6, b, a { + font-family: 'Roboto' !important; + font-size: 1em !important; +} \ No newline at end of file diff --git a/users/templates/users/base.html b/users/templates/users/base.html index f8af09f..e9f849c 100644 --- a/users/templates/users/base.html +++ b/users/templates/users/base.html @@ -24,7 +24,10 @@ + + + @@ -47,9 +50,9 @@ {% if active_link == 'dashboard' %} -