PluginProbe
Banhammer – Monitor Site Traffic, Block Bad Users and Bots / trunk
Banhammer – Monitor Site Traffic, Block Bad Users and Bots vtrunk
3.5.3 trunk 1.1 1.2 1.3 1.4 1.5 1.5.1 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.8.1 2.8.2 2.9 3.0 All 43 releases
banhammer / css / dashicons.css

dashicons.css in Banhammer – Monitor Site Traffic, Block Bad Users and Bots trunk, at css/dashicons.css

18 lines 666 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Dashicons */
2
3 @font-face {
4 font-family: 'Banhammer';
5 src: url('../fonts/banhammer/banhammer.eot?v=1.0');
6 src: url('../fonts/banhammer/banhammer.eot?#iefix&v=1.0') format('embedded-opentype'),
7 url('../fonts/banhammer/banhammer.woff?v=1.0') format('woff'),
8 url('../fonts/banhammer/banhammer.ttf?v=1.0') format('truetype'),
9 url('../fonts/banhammer/banhammer.svg?v=1.0#banhammer') format('svg');
10 font-weight: normal;
11 font-style: normal;
12 font-display: swap;
13 }
14 .dashicons-banhammer::before {
15 font-family: 'Banhammer' !important; font-style: normal; font-variant: normal; text-rendering: auto; text-transform: none; speak: none;
16 content: "\e900";
17 }
18