Browse Source

[FIX] Failed to load resource: the server responded with a status of 404 (NOT FOUND)

pull/115/head^2
Hung Huynh 5 years ago
parent
commit
a32ae9fab4
  1. 10
      muk_web_theme/static/src/scss/fonts.scss

10
muk_web_theme/static/src/scss/fonts.scss

@ -26,11 +26,11 @@ $font-path-roboto: '../fonts/Roboto';
@mixin mk-roboto-font-face($name, $weight, $style) {
@font-face {
font-family: 'Noto';
src: url('#{$font-path-noto}/Noto-#{$name}.eot');
src: url('#{$font-path-noto}/Noto-#{$name}.eot?#iefix') format('embedded-opentype'),
url('#{$font-path-noto}/Noto-#{$name}.woff') format('woff'),
url('#{$font-path-noto}/Noto-#{$name}.ttf') format('truetype'),
url('#{$font-path-noto}/Noto-#{$name}.svg#Noto') format('svg');
src: url('#{$font-path-noto}/NotoSans-#{$name}.eot');
src: url('#{$font-path-noto}/NotoSans-#{$name}.eot?#iefix') format('embedded-opentype'),
url('#{$font-path-noto}/NotoSans-#{$name}.woff') format('woff'),
url('#{$font-path-noto}/NotoSans-#{$name}.ttf') format('truetype'),
url('#{$font-path-noto}/NotoSans-#{$name}.svg#Noto') format('svg');
font-weight: $weight;
font-style: $style;
}

Loading…
Cancel
Save