forked from Github-Mirrors/canaille
Use own-shipped lato font
This commit is contained in:
parent
fdb5a07ed4
commit
864710c44f
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,6 @@
|
|||
* http://opensource.org/licenses/MIT
|
||||
*
|
||||
*/
|
||||
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap');
|
||||
/*!
|
||||
* # Fomantic-UI 2.8.8 - Reset
|
||||
* http://github.com/fomantic/Fomantic-UI/
|
||||
|
@ -69323,4 +69322,4 @@ body.pushable > .pusher {
|
|||
|
||||
/*******************************
|
||||
Site Overrides
|
||||
*******************************/
|
||||
*******************************/
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<title>{% block title %}{{ website_name|default("Canaille") }} {% trans %}authorization interface{% endtrans %}{% endblock %}</title>
|
||||
|
||||
<link href="/static/fomanticui/semantic.min.css" rel="stylesheet">
|
||||
<link href="/static/fonts/lato.css" rel="stylesheet">
|
||||
<link href="/static/css/base.css" rel="stylesheet">
|
||||
{% if logo_url %}<link rel="icon" href="{{ favicon_url }}">{% endif %}
|
||||
{% block style %}{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue