src:local('Open Sans Light'),local('OpenSans-Light'),url(themes/chamilo/fonts/OpenSans-Light.woff2)format('woff2'),url(themes/chamilo/fonts/OpenSans-Light.woff)format('woff');
src:local('Open Sans Semibold'),local('OpenSans-Semibold'),url(themes/chamilo/fonts/OpenSans-Semibold.woff2)format('woff2'),url(themes/chamilo/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(themes/chamilo/fonts/OpenSans-Bold.woff)format('woff');
@ -5,6 +5,31 @@ This stylesheet must import editor_content.css file
*/
@importurl(./editor_content.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(themes/chamilo/fonts/OpenSans-Light.woff)format('woff');
src:local('Open Sans Semibold'),local('OpenSans-Semibold'),url(themes/chamilo/fonts/OpenSans-Semibold.woff2)format('woff2'),url(themes/chamilo/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(themes/chamilo/fonts/OpenSans-Bold.woff)format('woff');