ui - fix font path name

feature/default_network_editable
kumavis 7 years ago
parent be398500de
commit ade1c404bd
  1. 4
      ui/app/css/itcss/settings/typography.scss

@ -51,14 +51,14 @@
@font-face {
font-family: 'DIN NEXT';
src: url('/fonts/DIN NEXT/DIN NEXT W01 Regular.otf') format('opentype');
src: url('/fonts/DIN Next/DIN Next W01 Regular.otf') format('opentype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'DIN NEXT Light';
src: url('/fonts/DIN NEXT/DIN NEXT W10 Light.otf') format('opentype');
src: url('/fonts/DIN Next/DIN Next W10 Light.otf') format('opentype');
font-weight: 400;
font-style: normal;
}

Loading…
Cancel
Save