Use Octicons 4.4

but still keep the old 2.1.2 version for backwards compatibility
This commit is contained in:
simurai
2016-11-02 22:03:22 +09:00
parent d97333579d
commit 9cb90d04f8
4 changed files with 4 additions and 4 deletions

View File

@@ -32,10 +32,9 @@
}
}
.octicon-font() {
.octicon-font(@file) {
font-family: 'Octicons Regular';
src: url("octicons.woff") format("woff");
src: url(@file) format("woff");
font-weight: normal;
font-style: normal;
}