v1.1
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
@import 'fa-custom';
|
||||
@import 'common';
|
||||
|
||||
/* Fix librairies location */
|
||||
/* FIXME */
|
||||
/* FIXME librairies location */
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
src: url('fontawesome-webfont.eot?v=4.2.0');
|
||||
@@ -14,6 +13,30 @@
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Databap';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Databap'), url(databap_normal_normal.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Databap';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Databap Bold'), local('Databap-Bold'), url(databap_normal_bold.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Databap';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Databap Italic'), local('Databap-Italic'), url(databap_italic_normal.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Databap';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local('Databap Bold Italic'), local('Databap-BoldItalic'), url(databap_italic_bold.woff) format('woff');
|
||||
}
|
||||
|
||||
/* Logon */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user