This repository has been archived on 2024-07-05. You can view files and clone it, but cannot push or open issues or pull requests.
PrivacyHex/assets/icon.less

19 lines
414 B
Text

@font-face {
font-family: "tabler-icons";
font-style: normal;
font-weight: 400;
src: url('/public/tabler.231019.woff2') format('woff2');
}
.icon {
font-family: "tabler-icons";
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
text-decoration: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}