use custom font for icons

font only includes glyphs for the required icons
This commit is contained in:
Unrud 2018-08-29 16:10:15 +02:00
parent 8a558c0437
commit 4f4b697730
4 changed files with 40 additions and 8 deletions

View file

@ -100,4 +100,13 @@ body {
height: 1.5em;
width: 100%;
}
}
@font-face {
font-family: "icon";
src: url("icon.woff") format("woff");
}
.icon {
font-family: "icon";
}