Add remixicon

This commit is contained in:
Emil Miler 2024-01-10 10:52:14 +01:00
parent f59b5bd39a
commit add83a5911
7 changed files with 10885 additions and 1 deletions

File diff suppressed because it is too large Load Diff

BIN
static/icons/remixicon.eot Normal file

Binary file not shown.

8134
static/icons/remixicon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.2 MiB

BIN
static/icons/remixicon.ttf Normal file

Binary file not shown.

BIN
static/icons/remixicon.woff Normal file

Binary file not shown.

Binary file not shown.

View File

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{{ config.title }}{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="{{ get_url(path="/style.css") }}">
<link rel="stylesheet" type="text/css" href="{{ get_url(path="/icons/remixicon-4.0.0.css") }}">
</head>
<body>
<nav>
<div class="wrap">
<a href="{{ config.base_url }}"><img src="{{ get_url(path="/img/logo.svg") }}" class="logo"></a>