2019-09-10 22:34:41 -04:00
|
|
|
/*
|
|
|
|
Icon Font: ptio-font
|
|
|
|
*/
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "ptio-font";
|
2020-12-04 00:16:00 -05:00
|
|
|
src: url("../fonts/ptio-font/ptio-font.eot");
|
|
|
|
src: url("../fonts/ptio-font/ptio-font.eot?#iefix") format("embedded-opentype"),
|
|
|
|
url("../fonts/ptio-font/ptio-font.woff2") format("woff2"),
|
|
|
|
url("../fonts/ptio-font/ptio-font.woff") format("woff"),
|
|
|
|
url("../fonts/ptio-font/ptio-font.ttf") format("truetype"),
|
|
|
|
url("../fonts/ptio-font/ptio-font.svg#ptio-font") format("svg");
|
2019-09-10 22:34:41 -04:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
@font-face {
|
|
|
|
font-family: "ptio-font";
|
2020-12-04 00:16:00 -05:00
|
|
|
src: url("../fonts/ptio-font/ptio-font.svg#ptio-font") format("svg");
|
2019-09-10 22:34:41 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-icon]:before { content: attr(data-icon); }
|
|
|
|
|
|
|
|
[data-icon]:before,
|
|
|
|
.ptio-f-droid:before,
|
2019-11-06 02:03:29 -05:00
|
|
|
.ptio-i2p-garlic:before,
|
2019-09-10 22:34:41 -04:00
|
|
|
.ptio-ios:before,
|
|
|
|
.ptio-linux:before,
|
|
|
|
.ptio-macos:before,
|
2019-09-26 15:46:50 -04:00
|
|
|
.ptio-mix:before,
|
2019-09-10 22:34:41 -04:00
|
|
|
.ptio-netbsd:before,
|
|
|
|
.ptio-openbsd:before,
|
2019-11-06 18:04:34 -05:00
|
|
|
.ptio-sailfish-os:before,
|
|
|
|
.ptio-tor:before {
|
2019-09-10 22:34:41 -04:00
|
|
|
display: inline-block;
|
|
|
|
font-family: "ptio-font";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
line-height: 1;
|
|
|
|
text-decoration: inherit;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
text-transform: none;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ptio-f-droid:before { content: "\f100"; }
|
2019-11-06 18:04:34 -05:00
|
|
|
.ptio-i2p-garlic:before { content: "\f10c"; }
|
2019-09-10 22:34:41 -04:00
|
|
|
.ptio-ios:before { content: "\f101"; }
|
2019-09-26 15:46:50 -04:00
|
|
|
.ptio-linux:before { content: "\f102"; }
|
|
|
|
.ptio-macos:before { content: "\f103"; }
|
|
|
|
.ptio-mix:before { content: "\f107"; }
|
|
|
|
.ptio-netbsd:before { content: "\f104"; }
|
|
|
|
.ptio-openbsd:before { content: "\f105"; }
|
2019-09-10 22:34:41 -04:00
|
|
|
.ptio-sailfish-os:before { content: "\f106"; }
|
2019-11-06 18:04:34 -05:00
|
|
|
.ptio-tor:before { content: "\f10b"; }
|