updated plugin Jetpack Protect version 5.0.0

This commit is contained in:
2026-06-03 21:29:05 +00:00
committed by Gitium
parent 0490bb3940
commit af21e84842
399 changed files with 17749 additions and 5470 deletions

View File

@ -1,21 +1,25 @@
@font-face {
font-family: 'jetpack-protect';
src: url('fonts/jetpack-protect.eot?31wpn');
src: url('fonts/jetpack-protect.eot?31wpn#iefix') format('embedded-opentype'),
url('fonts/jetpack-protect.ttf?31wpn') format('truetype'),
url('fonts/jetpack-protect.woff?31wpn') format('woff'),
url('fonts/jetpack-protect.svg?31wpn#jetpack-protect') format('svg');
font-weight: normal;
font-family: jetpack-protect;
src: url(fonts/jetpack-protect.eot?31wpn);
src:
url(fonts/jetpack-protect.eot?31wpn#iefix) format("embedded-opentype"),
url(fonts/jetpack-protect.ttf?31wpn) format("truetype"),
url(fonts/jetpack-protect.woff?31wpn) format("woff"),
url(fonts/jetpack-protect.svg?31wpn#jetpack-protect) format("svg");
font-weight: 400;
font-style: normal;
font-display: block;
}
}
[class^="jp-protect-icon"], [class*=" jp-protect-icon"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'jetpack-protect' !important;
[class^="jp-protect-icon"],
[class*=" jp-protect-icon"] {
/* Use !important to avoid issues with browser extensions that change fonts. */
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword -- this is a one-off icon font. */
font-family: jetpack-protect !important;
speak: never;
font-style: normal;
font-weight: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
@ -25,6 +29,6 @@
-moz-osx-font-smoothing: grayscale;
}
.jp-protect-icon:before {
.jp-protect-icon::before {
content: "\e900";
}