|
@@ -6,9 +6,35 @@
|
|
|
alex.aragon@beeznest.com
|
|
|
Version: 1.0
|
|
|
*/
|
|
|
-@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,300italic,400italic);
|
|
|
+
|
|
|
@import url(../assets/fontawesome/css/font-awesome.min.css);
|
|
|
|
|
|
+@font-face {
|
|
|
+ font-family: 'Open Sans';
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 300;
|
|
|
+ src: local('Open Sans Light'), local('OpenSans-Light'), url(themes/chamilo/fonts/OpenSans-Light.woff2) format('woff2'), url(fonts/OpenSans-Light.woff) format('woff');
|
|
|
+}
|
|
|
+@font-face {
|
|
|
+ font-family: 'Open Sans';
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 400;
|
|
|
+ src: local('Open Sans'), local('OpenSans'), url(themes/chamilo/fonts/OpenSans.woff2) format('woff2'), url(fonts/OpenSans.woff) format('woff');
|
|
|
+}
|
|
|
+@font-face {
|
|
|
+ font-family: 'Open Sans';
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 600;
|
|
|
+ src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(themes/chamilo/fonts/OpenSans-Semibold.woff2) format('woff2'), url(fonts/OpenSans-Semibold.woff) format('woff');
|
|
|
+}
|
|
|
+@font-face {
|
|
|
+ font-family: 'Open Sans';
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 700;
|
|
|
+ src: local('Open Sans Bold'), local('OpenSans-Bold'), url(themes/chamilo/fonts/OpenSans-Bold.woff2) format('woff2'), url(fonts/OpenSans-Bold.woff) format('woff');
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
body{
|
|
|
color: #666;
|
|
|
font-family: 'Open Sans', sans-serif;
|