@font-face {
    font-family: 'Simple_icons';
    src: url('drawing_font-webfont.woff2') format('woff2'),
         url('drawing_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.si{
	font-family: 'Simple_icons';
	font-size: 3.5em;
	display: inline-block;
	font-style: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.si._a::before{
	content: 'a';
}

.si._b::before{
	content: 'b';
}

.si._c::before{
	content: 'c';
	font-size: 0.9em;
}

.si._d::before{
	content: 'd';
}

.si._e::before{
	content: 'e';
}

.si._f::before{
	content: 'f';
}

.si._g::before{
	content: 'g';
}
