diff --git a/_includes/cardv2.html b/_includes/cardv2.html index d66e9bef..13fdab57 100644 --- a/_includes/cardv2.html +++ b/_includes/cardv2.html @@ -113,10 +113,10 @@ {% if include.linux %} {% if include.linux != "" %} - + {% else %} - + {% endif %} {% endif %} diff --git a/_sass/ptio-font.scss b/_sass/ptio-font.scss index 6318fc70..4ab4452e 100644 --- a/_sass/ptio-font.scss +++ b/_sass/ptio-font.scss @@ -26,6 +26,7 @@ [data-icon]:before, .ptio-f-droid:before, .ptio-ios:before, +.ptio-linux:before, .ptio-macos:before, .ptio-netbsd:before, .ptio-openbsd:before, @@ -46,6 +47,7 @@ .ptio-f-droid:before { content: "\f100"; } .ptio-ios:before { content: "\f101"; } +.ptio-linux:before { content: "\f107"; } .ptio-macos:before { content: "\f102"; } .ptio-netbsd:before { content: "\f103"; } .ptio-openbsd:before { content: "\f104"; } diff --git a/assets/webfonts/ptio-font-preview.html b/assets/webfonts/ptio-font-preview.html index a820c2be..b7608ff7 100644 --- a/assets/webfonts/ptio-font-preview.html +++ b/assets/webfonts/ptio-font-preview.html @@ -163,6 +163,7 @@ [data-icon]:before, .ptio-f-droid:before, .ptio-ios:before, +.ptio-linux:before, .ptio-macos:before, .ptio-netbsd:before, .ptio-openbsd:before, @@ -183,6 +184,7 @@ .ptio-f-droid:before { content: "\f100"; } .ptio-ios:before { content: "\f101"; } +.ptio-linux:before { content: "\f107"; } .ptio-macos:before { content: "\f102"; } .ptio-netbsd:before { content: "\f103"; } .ptio-openbsd:before { content: "\f104"; } @@ -202,7 +204,7 @@