This commit is contained in:
Van
2018-12-17 16:25:13 +08:00
parent 8700436fc0
commit 83f3a39cbc
13 changed files with 213 additions and 71 deletions

View File

@@ -16,6 +16,12 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/*
* icon font
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 0.2.0.0, Dec 17, 2018
*/
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?oyqnlj');
@@ -108,4 +114,8 @@
.icon__rss:before {
content: "\e901";
}
.icon__more:before {
content: "\e902";
}