Se apri i file in 24.0 vedrai che i riferimenti giusti sono
- Code: Select all
@font-face {
font-family: "Ionicons";
src: url("res/fonts/ionicons.woff2") format("woff2"), url("res/fonts/ionicons.woff") format("woff"), url("res/fonts/ionicons.ttf") format("truetype");
font-weight: normal;
font-style: normal; }
mentre quelli della 20.0 erano
- Code: Select all
@font-face {
font-family: "Ionicons";
src: url("../fonts/ionicons.woff2") format("woff2"), url("../fonts/ionicons.woff") format("woff"), url("../fonts/ionicons.ttf") format("truetype");
font-weight: normal;
font-style: normal; }