aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-01-09 01:44:11 +0800
committerkumavis <aaron@kumavis.me>2018-01-09 01:44:11 +0800
commitade1c404bdf26bd299bc54f83b82ad3906451eab (patch)
treec985be41b07e605c10fc47c56a8de937ae07f406 /ui/app/css/itcss
parentbe398500debacc4befcf7ba112204a12435b5dcc (diff)
downloadtangerine-wallet-browser-ade1c404bdf26bd299bc54f83b82ad3906451eab.tar
tangerine-wallet-browser-ade1c404bdf26bd299bc54f83b82ad3906451eab.tar.gz
tangerine-wallet-browser-ade1c404bdf26bd299bc54f83b82ad3906451eab.tar.bz2
tangerine-wallet-browser-ade1c404bdf26bd299bc54f83b82ad3906451eab.tar.lz
tangerine-wallet-browser-ade1c404bdf26bd299bc54f83b82ad3906451eab.tar.xz
tangerine-wallet-browser-ade1c404bdf26bd299bc54f83b82ad3906451eab.tar.zst
tangerine-wallet-browser-ade1c404bdf26bd299bc54f83b82ad3906451eab.zip
ui - fix font path name
Diffstat (limited to 'ui/app/css/itcss')
-rw-r--r--ui/app/css/itcss/settings/typography.scss4
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;
}