mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Update diceFont.less to use DiceFont100 instead of dicefont-percent
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family : 'dicefont-percent';
|
||||
src : url('../../../fonts/iconFonts/dicefont-D100.woff') format('woff');
|
||||
font-family : 'DiceFontD100';
|
||||
src : url('../../../fonts/iconFonts/diceFontD100.woff2') format('woff2');
|
||||
font-weight : normal;
|
||||
font-style : normal;
|
||||
font-display : block;
|
||||
@@ -114,566 +114,564 @@
|
||||
// Replacement d10
|
||||
|
||||
&.d10-0::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e900';
|
||||
}
|
||||
|
||||
&.d10-1::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e901';
|
||||
}
|
||||
|
||||
&.d10-2::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e902';
|
||||
}
|
||||
|
||||
&.d10-3::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e903';
|
||||
}
|
||||
|
||||
&.d10-4::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e904';
|
||||
}
|
||||
|
||||
&.d10-5::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e905';
|
||||
}
|
||||
|
||||
&.d10-6::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e906';
|
||||
}
|
||||
|
||||
&.d10-7::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e907';
|
||||
}
|
||||
|
||||
&.d10-8::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e908';
|
||||
}
|
||||
|
||||
&.d10-9::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e909';
|
||||
}
|
||||
|
||||
&.d10-10::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e90a';
|
||||
}
|
||||
|
||||
// d100
|
||||
|
||||
&.d10-00::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e90b';
|
||||
}
|
||||
|
||||
&.d10-01::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e90c';
|
||||
}
|
||||
|
||||
&.d10-02::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e90d';
|
||||
}
|
||||
|
||||
&.d10-03::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e90e';
|
||||
}
|
||||
|
||||
&.d10-04::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e90f';
|
||||
}
|
||||
|
||||
&.d10-05::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e910';
|
||||
}
|
||||
|
||||
&.d10-06::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e911';
|
||||
}
|
||||
|
||||
&.d10-07::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e912';
|
||||
}
|
||||
|
||||
&.d10-08::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e913';
|
||||
}
|
||||
|
||||
&.d10-09::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e914';
|
||||
}
|
||||
|
||||
&.d10-10::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e915';
|
||||
}
|
||||
|
||||
&.d10-11::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e916';
|
||||
}
|
||||
|
||||
&.d10-12::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e917';
|
||||
}
|
||||
|
||||
&.d10-13::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e918';
|
||||
}
|
||||
|
||||
&.d10-14::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e919';
|
||||
}
|
||||
|
||||
&.d10-15::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e91a';
|
||||
}
|
||||
|
||||
&.d10-16::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e91b';
|
||||
}
|
||||
|
||||
&.d10-17::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e91c';
|
||||
}
|
||||
|
||||
&.d10-18::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e91d';
|
||||
}
|
||||
|
||||
&.d10-19::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e91e';
|
||||
}
|
||||
|
||||
&.d10-20::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e91f';
|
||||
}
|
||||
|
||||
&.d10-21::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e920';
|
||||
}
|
||||
|
||||
&.d10-22::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e921';
|
||||
}
|
||||
|
||||
&.d10-23::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e922';
|
||||
}
|
||||
|
||||
&.d10-24::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e923';
|
||||
}
|
||||
|
||||
&.d10-25::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e924';
|
||||
}
|
||||
|
||||
&.d10-26::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e925';
|
||||
}
|
||||
|
||||
&.d10-27::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e926';
|
||||
}
|
||||
|
||||
&.d10-28::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e927';
|
||||
}
|
||||
|
||||
&.d10-29::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e928';
|
||||
}
|
||||
|
||||
&.d10-30::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e929';
|
||||
}
|
||||
|
||||
&.d10-31::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e92a';
|
||||
}
|
||||
|
||||
&.d10-32::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e92b';
|
||||
}
|
||||
|
||||
&.d10-33::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e92c';
|
||||
}
|
||||
|
||||
&.d10-34::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e92d';
|
||||
}
|
||||
|
||||
&.d10-35::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e92e';
|
||||
}
|
||||
|
||||
&.d10-36::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e92f';
|
||||
}
|
||||
|
||||
&.d10-37::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e930';
|
||||
}
|
||||
|
||||
&.d10-38::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e931';
|
||||
}
|
||||
|
||||
&.d10-39::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e932';
|
||||
}
|
||||
|
||||
&.d10-40::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e933';
|
||||
}
|
||||
|
||||
&.d10-41::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e934';
|
||||
}
|
||||
|
||||
&.d10-42::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e935';
|
||||
}
|
||||
|
||||
&.d10-43::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e936';
|
||||
}
|
||||
|
||||
&.d10-44::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e937';
|
||||
}
|
||||
|
||||
&.d10-45::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e938';
|
||||
}
|
||||
|
||||
&.d10-46::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e939';
|
||||
}
|
||||
|
||||
&.d10-47::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e93a';
|
||||
}
|
||||
|
||||
&.d10-48::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e93b';
|
||||
}
|
||||
|
||||
&.d10-49::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e93c';
|
||||
}
|
||||
|
||||
&.d10-50::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e93d';
|
||||
}
|
||||
|
||||
&.d10-51::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e93e';
|
||||
}
|
||||
|
||||
&.d10-52::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e93f';
|
||||
}
|
||||
|
||||
&.d10-53::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e940';
|
||||
}
|
||||
|
||||
&.d10-54::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e941';
|
||||
}
|
||||
|
||||
&.d10-55::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e942';
|
||||
}
|
||||
|
||||
&.d10-56::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e943';
|
||||
}
|
||||
|
||||
&.d10-57::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e944';
|
||||
}
|
||||
|
||||
&.d10-58::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e945';
|
||||
}
|
||||
|
||||
&.d10-59::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e946';
|
||||
}
|
||||
|
||||
&.d10-60::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e947';
|
||||
}
|
||||
|
||||
&.d10-61::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e948';
|
||||
}
|
||||
|
||||
&.d10-62::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e949';
|
||||
}
|
||||
|
||||
&.d10-63::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e94a';
|
||||
}
|
||||
|
||||
&.d10-64::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e94b';
|
||||
}
|
||||
|
||||
&.d10-65::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e94c';
|
||||
}
|
||||
|
||||
&.d10-66::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e94d';
|
||||
}
|
||||
|
||||
&.d10-67::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e94e';
|
||||
}
|
||||
|
||||
&.d10-68::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e94f';
|
||||
}
|
||||
|
||||
&.d10-69::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e950';
|
||||
}
|
||||
|
||||
&.d10-70::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e951';
|
||||
}
|
||||
|
||||
&.d10-71::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e952';
|
||||
}
|
||||
|
||||
&.d10-72::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e953';
|
||||
}
|
||||
|
||||
&.d10-73::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e954';
|
||||
}
|
||||
|
||||
&.d10-74::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e955';
|
||||
}
|
||||
|
||||
&.d10-75::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e956';
|
||||
}
|
||||
|
||||
&.d10-76::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e957';
|
||||
}
|
||||
|
||||
&.d10-77::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e958';
|
||||
}
|
||||
|
||||
&.d10-78::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e959';
|
||||
}
|
||||
|
||||
&.d10-79::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e95a';
|
||||
}
|
||||
|
||||
&.d10-80::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e95b';
|
||||
}
|
||||
|
||||
&.d10-81::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e95c';
|
||||
}
|
||||
|
||||
&.d10-82::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e95d';
|
||||
}
|
||||
|
||||
&.d10-83::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e95e';
|
||||
}
|
||||
|
||||
&.d10-84::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e95f';
|
||||
}
|
||||
|
||||
&.d10-85::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e960';
|
||||
}
|
||||
|
||||
&.d10-86::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e961';
|
||||
}
|
||||
|
||||
&.d10-87::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e962';
|
||||
}
|
||||
|
||||
&.d10-88::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e963';
|
||||
}
|
||||
|
||||
&.d10-89::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e964';
|
||||
}
|
||||
|
||||
&.d10-90::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e965';
|
||||
}
|
||||
|
||||
&.d10-91::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e966';
|
||||
}
|
||||
|
||||
&.d10-92::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e967';
|
||||
}
|
||||
|
||||
&.d10-93::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e968';
|
||||
}
|
||||
|
||||
&.d10-94::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e969';
|
||||
}
|
||||
|
||||
&.d10-95::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e96a';
|
||||
}
|
||||
|
||||
&.d10-96::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e96b';
|
||||
}
|
||||
|
||||
&.d10-97::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e96c';
|
||||
}
|
||||
|
||||
&.d10-98::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e96d';
|
||||
}
|
||||
|
||||
&.d10-99::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e96e';
|
||||
}
|
||||
|
||||
&.d10-100::before {
|
||||
font-family : 'dicefont-percent';
|
||||
font-family : 'DiceFontD100';
|
||||
content : '\e96f';
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user