20 lines
768 B
CSS
20 lines
768 B
CSS
@font-face {
|
|
font-family : "FA6FB";
|
|
src : url("../fonts/font-awesome/v6.7.2/fa-brands-400.woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family : "FA6FR";
|
|
src : url("../fonts/font-awesome/v6.7.2/fa-regular-400.woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family : "FA6FS";
|
|
src : url("../fonts/font-awesome/v6.7.2/fa-solid-900.woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family : "FA6FC";
|
|
src : url("../fonts/font-awesome/v6.7.2/fa-v4compatibility.woff2") format("woff2");
|
|
unicode-range : U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A;
|
|
} |