HTTPS bei Font nachgereicht UPSI!

This commit is contained in:
holger.trampe 2019-12-09 11:56:28 +01:00
parent 910c6bd017
commit c77e481f2f
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<link href="{% static 'users/css/theme.css' %}" rel="stylesheet">
<link href="{% static 'users/css/custom.css' %}" rel="stylesheet">
<!--<link href="{%static 'users/css/bootstrap.min.css' %}" rel="stylesheet">-->
<link href='http://fonts.googleapis.com/css?family=Roboto&display=swap' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto&display=swap' rel='stylesheet' type='text/css'>
</head>

View File

@ -24,7 +24,7 @@
<link href="{%static 'users/css/sb-admin-2.css' %}" rel="stylesheet">
<link href="{% static 'users/css/theme.css' %}" rel="stylesheet">
<!--<link href="{%static 'users/css/bootstrap.min.css' %}" rel="stylesheet">-->
<link href='http://fonts.googleapis.com/css?family=Roboto&display=swap' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto&display=swap' rel='stylesheet' type='text/css'>
</head>