2020-08-19 10:00:26 +02:00
|
|
|
/*
|
2021-03-11 06:41:43 +01:00
|
|
|
* Interceptor Font Awesome v4
|
|
|
|
* Belongs to LocalCDN (since 2021-03-10)
|
2020-08-03 13:36:13 +02:00
|
|
|
*
|
|
|
|
*/
|
2021-02-02 05:48:41 +01:00
|
|
|
@import url('../font-awesome/4.7.0/css/font-awesome.min.css');
|
2021-03-11 06:41:43 +01:00
|
|
|
|
2020-08-03 13:36:13 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'FontAwesome';
|
2021-03-11 06:41:43 +01:00
|
|
|
src: url('../font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2');
|
2020-08-03 13:36:13 +02:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|