I create css class like below:
.multi-dot-dropdown.dropdown-toggle::after {
border: none;
font-family: "Font Awesome 5 Duotone";
content: "f141";
vertical-align: 0;
}
why when i try to use this class in my bootstrap dropdown, then it show me only:
instead of coorect icon?
thanks for any help