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

20 lines
414 B
Text
Raw Normal View History

2023-10-18 14:33:57 +03:00
@font-face {
font-family: "tabler-icons";
font-style: normal;
font-weight: 400;
src: url('/public/tabler.231017.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;
}