13 lines
203 B
SCSS
13 lines
203 B
SCSS
|
i {
|
||
|
font-family: 'entypo';
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
.icon-social {
|
||
|
font-family: 'entypo-social';
|
||
|
font-size: 22px;
|
||
|
display: block;
|
||
|
position: relative;
|
||
|
}
|