use custom font for icons
font only includes glyphs for the required icons
This commit is contained in:
parent
8a558c0437
commit
4f4b697730
4 changed files with 40 additions and 8 deletions
|
|
@ -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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue