diff --git a/themes/kkux/lms/static/custom_css/lms-common.css b/themes/kkux/lms/static/custom_css/lms-common.css index a6b70e98f9ca..0f9f0df4cf76 100644 --- a/themes/kkux/lms/static/custom_css/lms-common.css +++ b/themes/kkux/lms/static/custom_css/lms-common.css @@ -21,6 +21,8 @@ } body{font-family: 'Levenim MT'} +body, h1, h2, h3, h4, h5, h6, p, label {font-family: 'Levenim MT'} +html, button, input, select, textarea {font-family: 'Levenim MT';} img{max-width:100%;} a{transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;} a:focus, a:hover{text-decoratiright-topon:none;outline:none; } @@ -247,7 +249,7 @@ body.view-in-course .content-wrapper{padding-bottom: 25px;} /*common style end*/ /*header css start*/ -#header, #footer{font-family: 'Levenim MT' !important} +#header, #footer{font-family: 'Levenim MT'} #header *, #header *:before, #header *:after, #footer *, #footer *:before, #footer *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} #header .navbar-default {background-color: #fff;border-color: #94d3dd;border-bottom: 2px solid #94d3dd;} #header .navbar:before, #header .navbar:after, .custom-container:before, .custom-container:after, @@ -318,17 +320,17 @@ body.view-in-course .content-wrapper{padding-bottom: 25px;} #footer{background:#545454;padding:30px 0 40px; overflow: hidden;} #footer .fot-col{width:18%;float: left;} #footer .fot-col.big{ width: 23%;} -#footer h4{color: #fff; font-size: 24px;line-height:25px;margin-bottom:35px; margin-top:30px; text-transform: uppercase; font-family: inherit; } +#footer h4{color: #fff; font-size: 24px;line-height:25px;margin-bottom:20px; margin-top:15px; text-transform: uppercase; font-family: inherit; } #footer ul{list-style:none;padding: 0; margin: 0;} #footer ul li{float: left;width: 100%;line-height:32px;} -#footer ul li a{color: #fff; font-size: 21px; text-decoration:none;} +#footer ul li a{color: #fff; font-size: 1em; text-decoration:none;} #footer ul li a:hover{color:#93b045;} #footer .fot-col.last{ width: 23%;} #footer .fot-logo{width:100%; display: inline-block;} #footer .fot-col img{max-width: 100%;margin-bottom: 30px;} #footer .followers{width:100%; display: inline-block; margin-top:40px; } #footer .copyright{width: 100%;overflow: hidden;padding: 40px 0 0; text-align: center;} -#footer .copyright p{margin:0;font-size: 18px;line-height: 24px;color: #fff; } +#footer .copyright p{margin:0;font-size: 18px;line-height: 24px;color: #fff; text-align: center;} /*footer css end*/ diff --git a/themes/kkux/lms/static/custom_css/lms-custom-rtl.css b/themes/kkux/lms/static/custom_css/lms-custom-rtl.css index 51d6ff103863..affa7d51baca 100644 --- a/themes/kkux/lms/static/custom_css/lms-custom-rtl.css +++ b/themes/kkux/lms/static/custom_css/lms-custom-rtl.css @@ -1,8 +1,29 @@ +@font-face { + font-family: 'GE-SS-Two-Light'; + src: url('../fonts/GE-SS-Two-Light.eot'); + src: url('../fonts/GE-SS-Two-Light.eot?#iefix') format('embedded-opentype'), + url('../fonts/GE-SS-Two-Light.woff') format('woff'), + url('../fonts/GE-SS-Two-Light.ttf') format('truetype'), + url('../fonts/GE-SS-Two-Light.svg#GE-SS-Two-Light') format('svg'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: 'GE-SS-Two-Medium'; + src: url('../fonts/GE-SS-Two-Medium.eot'); + src: url('../fonts/GE-SS-Two-Medium.eot?#iefix') format('embedded-opentype'), + url('../fonts/GE-SS-Two-Medium.woff') format('woff'), + url('../fonts/GE-SS-Two-Medium.ttf') format('truetype'), + url('../fonts/GE-SS-Two-Medium.svg#GE-SS-Two-Light') format('svg'); + font-weight: normal; + font-style: normal; +} -body {margin: 0px; font-family: 'Levenim MT';} -body, h1, h2, h3, h4, h5, h6, p, label {text-align: initial;} +body {margin: 0px; font-family: 'GE-SS-Two-Light';} +body, h1, h2, h3, h4, h5, h6, p, label {text-align: initial; font-family: 'GE-SS-Two-Light';} +html, button, input, select, textarea {font-family: 'GE-SS-Two-Light';} /*.container{padding:0;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}*/ -#header, #footer{font-family: 'Levenim MT'} +#header, #footer{font-family: 'GE-SS-Two-Light'} #header .vision {float: left; padding-right: 36px; padding-left: 0px; } #header ul.right-top {float: left; margin: 0 40px 0 0; } #header ul.right-top li {float: right; } @@ -29,6 +50,8 @@ body, h1, h2, h3, h4, h5, h6, p, label {text-align: initial;} .upcoming-skills label i {margin-left: 10px; margin-right: 0px; } #footer .copyright p, .welcom p, .welcom-block p{text-align: center;} +.course-info .details{font:normal 1em/1.6em 'GE-SS-Two-Light';} +.course-info .details h2, .home>header .title>.heading-group p, section.outside-app h1{font:normal 1.2em/1.2em 'GE-SS-Two-Light';} .courses-container .courses .course .course-info .course-date span{float: left;} .featured-block a{text-decoration: none;} .featured-block a:hover{text-decoration: underline;} @@ -37,7 +60,8 @@ body, h1, h2, h3, h4, h5, h6, p, label {text-align: initial;} .course-about-ar{display: block;} /*static content css*/ -.static-content h1 {text-align: right;} +.static-content h1 {text-align: right; font-family: 'GE-SS-Two-Light';} +body, .instructor-dashboard-content-2 .instructor-nav .nav-item .btn-link{font-family: 'GE-SS-Two-Light'} @media (max-width: 991px) { #header .navbar-nav > li a {font-size: 16px; padding: 10px;} diff --git a/themes/kkux/lms/static/fonts/CreativeCommons/cc.eot b/themes/kkux/lms/static/fonts/CreativeCommons/cc.eot new file mode 100755 index 000000000000..3c652cc929a8 Binary files /dev/null and b/themes/kkux/lms/static/fonts/CreativeCommons/cc.eot differ diff --git a/themes/kkux/lms/static/fonts/CreativeCommons/cc.svg b/themes/kkux/lms/static/fonts/CreativeCommons/cc.svg new file mode 100755 index 000000000000..5539ab8b0fd3 --- /dev/null +++ b/themes/kkux/lms/static/fonts/CreativeCommons/cc.svg @@ -0,0 +1,22 @@ + + + \ No newline at end of file diff --git a/themes/kkux/lms/static/fonts/CreativeCommons/cc.ttf b/themes/kkux/lms/static/fonts/CreativeCommons/cc.ttf new file mode 100755 index 000000000000..3bde4e7c9256 Binary files /dev/null and b/themes/kkux/lms/static/fonts/CreativeCommons/cc.ttf differ diff --git a/themes/kkux/lms/static/fonts/CreativeCommons/cc.woff b/themes/kkux/lms/static/fonts/CreativeCommons/cc.woff new file mode 100755 index 000000000000..bc6dd7a828e6 Binary files /dev/null and b/themes/kkux/lms/static/fonts/CreativeCommons/cc.woff differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Light.eot b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.eot new file mode 100755 index 000000000000..135c2ba98bff Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.eot differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Light.svg b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.svg new file mode 100755 index 000000000000..60ea874e0f21 Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.svg differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Light.ttf b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.ttf new file mode 100755 index 000000000000..d8fb08e0422d Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.ttf differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Light.woff b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.woff new file mode 100755 index 000000000000..e866eaa8c4a2 Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.woff differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.eot b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.eot new file mode 100755 index 000000000000..832f98475b96 Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.eot differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.otf b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.otf new file mode 100755 index 000000000000..ff4a1bfacf3d Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.otf differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.svg b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.svg new file mode 100755 index 000000000000..ff4a1bfacf3d Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.svg differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.ttf b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.ttf new file mode 100755 index 000000000000..cae208bda4f6 Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.ttf differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.woff b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.woff new file mode 100755 index 000000000000..2c6b8b20f3c2 Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.woff differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT-Bold.eot b/themes/kkux/lms/static/fonts/LevenimMT-Bold.eot new file mode 100755 index 000000000000..7092233ea3f2 Binary files /dev/null and b/themes/kkux/lms/static/fonts/LevenimMT-Bold.eot differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT-Bold.svg b/themes/kkux/lms/static/fonts/LevenimMT-Bold.svg new file mode 100755 index 000000000000..bca1e60ca1a0 --- /dev/null +++ b/themes/kkux/lms/static/fonts/LevenimMT-Bold.svg @@ -0,0 +1,633 @@ + + + diff --git a/themes/kkux/lms/static/fonts/LevenimMT-Bold.ttf b/themes/kkux/lms/static/fonts/LevenimMT-Bold.ttf new file mode 100755 index 000000000000..28b1d860b6a3 Binary files /dev/null and b/themes/kkux/lms/static/fonts/LevenimMT-Bold.ttf differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT-Bold.woff b/themes/kkux/lms/static/fonts/LevenimMT-Bold.woff new file mode 100755 index 000000000000..650ab8e7bd7d Binary files /dev/null and b/themes/kkux/lms/static/fonts/LevenimMT-Bold.woff differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT-Bold.woff2 b/themes/kkux/lms/static/fonts/LevenimMT-Bold.woff2 new file mode 100755 index 000000000000..6225aef646f7 Binary files /dev/null and b/themes/kkux/lms/static/fonts/LevenimMT-Bold.woff2 differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT.eot b/themes/kkux/lms/static/fonts/LevenimMT.eot old mode 100644 new mode 100755 index a5e9d69031bb..69f6f76a11e7 Binary files a/themes/kkux/lms/static/fonts/LevenimMT.eot and b/themes/kkux/lms/static/fonts/LevenimMT.eot differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT.svg b/themes/kkux/lms/static/fonts/LevenimMT.svg old mode 100644 new mode 100755 index 691c046883f4..dd3a98d00c21 --- a/themes/kkux/lms/static/fonts/LevenimMT.svg +++ b/themes/kkux/lms/static/fonts/LevenimMT.svg @@ -2,9 +2,9 @@ diff --git a/themes/kkux/lms/static/fonts/LevenimMT.ttf b/themes/kkux/lms/static/fonts/LevenimMT.ttf old mode 100644 new mode 100755 index 9bcb30c42cd8..f0e1fe13af60 Binary files a/themes/kkux/lms/static/fonts/LevenimMT.ttf and b/themes/kkux/lms/static/fonts/LevenimMT.ttf differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT.woff b/themes/kkux/lms/static/fonts/LevenimMT.woff old mode 100644 new mode 100755 index 2489a25a6075..0bb54dde455f Binary files a/themes/kkux/lms/static/fonts/LevenimMT.woff and b/themes/kkux/lms/static/fonts/LevenimMT.woff differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT.woff2 b/themes/kkux/lms/static/fonts/LevenimMT.woff2 old mode 100644 new mode 100755 index 2a1bc3a0ee2a..9678d0e28ae0 Binary files a/themes/kkux/lms/static/fonts/LevenimMT.woff2 and b/themes/kkux/lms/static/fonts/LevenimMT.woff2 differ diff --git a/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.eot b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.eot new file mode 100755 index 000000000000..47f9abc0fdac Binary files /dev/null and b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.eot differ diff --git a/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.svg b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.svg new file mode 100755 index 000000000000..0b6cac949509 --- /dev/null +++ b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.svg @@ -0,0 +1,5671 @@ + + + diff --git a/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.ttf b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.ttf new file mode 100755 index 000000000000..9011e95526a7 Binary files /dev/null and b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.ttf differ diff --git a/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.woff b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.woff new file mode 100755 index 000000000000..ff35b9235d08 Binary files /dev/null and b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.woff differ diff --git a/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.woff2 b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.woff2 new file mode 100755 index 000000000000..8dcaa4f44b3e Binary files /dev/null and b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.woff2 differ diff --git a/themes/kkux/lms/static/sass/_overrides-rtl.scss b/themes/kkux/lms/static/sass/_overrides-rtl.scss new file mode 100644 index 000000000000..42e1bbc5ccfc --- /dev/null +++ b/themes/kkux/lms/static/sass/_overrides-rtl.scss @@ -0,0 +1,3 @@ + +$sans-serif: 'GE-SS-Two-Light'; +$f-sans-serif: $sans-serif; \ No newline at end of file diff --git a/themes/kkux/lms/static/sass/_overrides.scss b/themes/kkux/lms/static/sass/_overrides.scss new file mode 100644 index 000000000000..f7b99e4cb036 --- /dev/null +++ b/themes/kkux/lms/static/sass/_overrides.scss @@ -0,0 +1,3 @@ + +$sans-serif: 'Levenim MT'; +$f-sans-serif: $sans-serif; \ No newline at end of file diff --git a/themes/kkux/lms/static/sass/base/_font_face.scss b/themes/kkux/lms/static/sass/base/_font_face.scss index 195c89b4f59d..456559712a72 100644 --- a/themes/kkux/lms/static/sass/base/_font_face.scss +++ b/themes/kkux/lms/static/sass/base/_font_face.scss @@ -10,4 +10,15 @@ url('#{$static-path}/fonts/LevenimMT.svg#LevenimMT') format('svg'); font-weight: normal; font-style: normal; -} \ No newline at end of file +} + +@font-face { + font-family: 'GE-SS-Two-Light'; + src: url('#{$static-path}/fonts/GE-SS-Two-Light.eot'); + src: url('#{$static-path}/fonts/GE-SS-Two-Light.eot?#iefix') format('embedded-opentype'), + url('#{$static-path}/fonts/GE-SS-Two-Light.woff') format('woff'), + url('#{$static-path}/fonts/GE-SS-Two-Light.ttf') format('truetype'), + url('#{$static-path}/fonts/GE-SS-Two-Light.svg#GE-SS-Two-Light') format('svg'); + font-weight: normal; + font-style: normal; +} diff --git a/themes/kkux/lms/static/sass/discussion/_custom-rtl.scss b/themes/kkux/lms/static/sass/discussion/_custom-rtl.scss new file mode 100644 index 000000000000..f4275eb3fcb0 --- /dev/null +++ b/themes/kkux/lms/static/sass/discussion/_custom-rtl.scss @@ -0,0 +1,57 @@ +$theme-primary : #93b045; +$theme-primary-t1 : #93d3de; + +body, .has-breadcrumbs .breadcrumbs .all-topics, .field-group{ + font-family: 'GE-SS-Two-Light'; +} +.discussion, .discussion-module { + .btn { + color: $theme-primary; + border-color: $theme-primary; + &:hover, + &:focus, + &:active { + background-color: $theme-primary-t1; + border-color: $theme-primary-t1; + color: #fff; + } + } + .btn-brand { + background-color: $theme-primary; + border-color: $theme-primary; + &:hover, + &:focus, + &:active { + background-color: $theme-primary-t1; + border-color: $theme-primary-t1; + } + } + .post-label.post-label-following { + color: $theme-primary; + } + .field-label .field-input:checked+.field-input-label { + color: $theme-primary; + } +} +.discussion-article .posted-details .username, .has-breadcrumbs .breadcrumbs .all-topics { + color: $theme-primary; +} +.tabs .tab a{ + &:active, + &:visited, + &:focus { + color: $theme-primary !important; + border-bottom-color: $theme-primary !important; + } +} +.forum-new-post-form .post-type-input:checked+.post-type-label, .edit-post-form .post-type-input:checked+.post-type-label{ + background-color: $theme-primary; + border-color: $theme-primary; +} +.forum-new-post-form .post-field .field-label .field-input .topic-title{ + &:active, + &:visited, + &:focus { + background-color: $theme-primary !important; + } +} diff --git a/themes/kkux/lms/static/sass/discussion/inline-discussion-rtl.scss b/themes/kkux/lms/static/sass/discussion/inline-discussion-rtl.scss new file mode 100644 index 000000000000..1e826d3719a5 --- /dev/null +++ b/themes/kkux/lms/static/sass/discussion/inline-discussion-rtl.scss @@ -0,0 +1,6 @@ +// Import the original styles from edx-platform. +@import 'lms/static/sass/discussion/inline-discussion-rtl'; + +// Custom Scss for colors cannot be overriden. +@import 'custom-rtl'; + diff --git a/themes/kkux/lms/static/sass/discussion/lms-discussion-main-rtl.scss b/themes/kkux/lms/static/sass/discussion/lms-discussion-main-rtl.scss index 4b9fd6698165..4486d20f04f9 100644 --- a/themes/kkux/lms/static/sass/discussion/lms-discussion-main-rtl.scss +++ b/themes/kkux/lms/static/sass/discussion/lms-discussion-main-rtl.scss @@ -2,4 +2,4 @@ @import 'lms/static/sass/discussion/lms-discussion-main-rtl'; // Custom Scss for colors cannot be overriden. -@import 'custom'; +@import 'custom-rtl'; diff --git a/themes/kkux/lms/static/sass/lms-course-rtl.scss b/themes/kkux/lms/static/sass/lms-course-rtl.scss new file mode 100644 index 000000000000..426e5278e238 --- /dev/null +++ b/themes/kkux/lms/static/sass/lms-course-rtl.scss @@ -0,0 +1,5 @@ +// Import our theme overrides +@import 'overrides-rtl'; + +// Import the core Sass file +@import 'lms/static/sass/lms-course-rtl'; \ No newline at end of file diff --git a/themes/kkux/lms/static/sass/lms-course.scss b/themes/kkux/lms/static/sass/lms-course.scss new file mode 100644 index 000000000000..383d884d46b8 --- /dev/null +++ b/themes/kkux/lms/static/sass/lms-course.scss @@ -0,0 +1,5 @@ +// Import our theme overrides +@import 'overrides'; + +// Import the core Sass file +@import 'lms/static/sass/lms-course'; \ No newline at end of file diff --git a/themes/kkux/lms/static/sass/lms-main-v1-rtl.scss b/themes/kkux/lms/static/sass/lms-main-v1-rtl.scss new file mode 100644 index 000000000000..32c26027329f --- /dev/null +++ b/themes/kkux/lms/static/sass/lms-main-v1-rtl.scss @@ -0,0 +1,5 @@ +// Import our theme overrides +@import 'overrides-rtl'; + +// Import the core Sass file +@import 'lms/static/sass/lms-main-v1-rtl'; \ No newline at end of file diff --git a/themes/kkux/lms/static/sass/lms-main-v1.scss b/themes/kkux/lms/static/sass/lms-main-v1.scss new file mode 100644 index 000000000000..adc837b78eaf --- /dev/null +++ b/themes/kkux/lms/static/sass/lms-main-v1.scss @@ -0,0 +1,5 @@ +// Import our theme overrides +@import 'overrides'; + +// Import the core Sass file +@import 'lms/static/sass/lms-main-v1'; \ No newline at end of file diff --git a/themes/kkux/lms/static/sass/partials/base/_variables.scss b/themes/kkux/lms/static/sass/partials/base/_variables.scss index 89d57d44657b..3f3eb81b5d9f 100644 --- a/themes/kkux/lms/static/sass/partials/base/_variables.scss +++ b/themes/kkux/lms/static/sass/partials/base/_variables.scss @@ -72,16 +72,16 @@ $courseware-border-bottom-color: #93b045; //--------------------------------------- // # FONTS //--------------------------------------- -@font-face { - font-family: 'Levenim MT'; - src: url('#{$static-path}/fonts/LevenimMT.eot'); - src: url('#{$static-path}/fonts/LevenimMT.eot?#iefix') format('embedded-opentype'), - url('#{$static-path}/fonts/LevenimMT.woff2') format('woff2'), - url('#{$static-path}/fonts/LevenimMT.woff') format('woff'), - url('#{$static-path}/fonts/LevenimMT.ttf') format('truetype'), - url('#{$static-path}/fonts/LevenimMT.svg#LevenimMT') format('svg'); - font-weight: normal; - font-style: normal; -} -$sans-serif: 'Levenim MT'; -$f-sans-serif: 'Levenim MT'; +// @font-face { +// font-family: 'Levenim MT'; +// src: url('#{$static-path}/fonts/LevenimMT.eot'); +// src: url('#{$static-path}/fonts/LevenimMT.eot?#iefix') format('embedded-opentype'), +// url('#{$static-path}/fonts/LevenimMT.woff2') format('woff2'), +// url('#{$static-path}/fonts/LevenimMT.woff') format('woff'), +// url('#{$static-path}/fonts/LevenimMT.ttf') format('truetype'), +// url('#{$static-path}/fonts/LevenimMT.svg#LevenimMT') format('svg'); +// font-weight: normal; +// font-style: normal; +// } +// $sans-serif: 'Levenim MT'; +// $f-sans-serif: 'Levenim MT'; diff --git a/themes/kkux/lms/templates/footer.html b/themes/kkux/lms/templates/footer.html index 8dbe5bd609f4..3719d29db0ab 100644 --- a/themes/kkux/lms/templates/footer.html +++ b/themes/kkux/lms/templates/footer.html @@ -54,20 +54,22 @@