Skip to content

Commit

Permalink
fix fonts url api-google editor.css deleted - refs BT#7683
Browse files Browse the repository at this point in the history
  • Loading branch information
aragonc committed May 26, 2016
1 parent bc18989 commit 70b74f1
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion app/Resources/public/css/editor.css
Expand Up @@ -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;
Expand Down

0 comments on commit 70b74f1

Please sign in to comment.