diff options
author | kumavis <aaron@kumavis.me> | 2018-01-09 01:44:11 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-01-09 01:44:11 +0800 |
commit | ade1c404bdf26bd299bc54f83b82ad3906451eab (patch) | |
tree | c985be41b07e605c10fc47c56a8de937ae07f406 /ui | |
parent | be398500debacc4befcf7ba112204a12435b5dcc (diff) | |
download | tangerine-wallet-browser-ade1c404bdf26bd299bc54f83b82ad3906451eab.tar.gz tangerine-wallet-browser-ade1c404bdf26bd299bc54f83b82ad3906451eab.tar.zst tangerine-wallet-browser-ade1c404bdf26bd299bc54f83b82ad3906451eab.zip |
ui - fix font path name
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/css/itcss/settings/typography.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/css/itcss/settings/typography.scss b/ui/app/css/itcss/settings/typography.scss index 58e2d444e..ac8c41336 100644 --- a/ui/app/css/itcss/settings/typography.scss +++ b/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; } |