Skip to content

Commit

Permalink
fix: Fixed segmdl2 css import wrong fonts path
Browse files Browse the repository at this point in the history
The public segmld2 css import wrong icon fonts path.

Close #6
  • Loading branch information
myxvisual committed Jul 1, 2017
1 parent c0f0c99 commit 15b908b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/public/static/css/segoe-mdl2-assets.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
font-weight: 400;
src:
local("Segoe MDL2 Assets"),
url("../segmdl2.eot"),
url("../segmdl2.woff2") format("woff2"),
url("../segmdl2.woff") format("woff"),
url("../segmdl2.svg#SegoeMDL2Assets") format("svg"),
url("../segmdl2.ttf") format("truetype");
url("../fonts/segmdl2.eot"),
url("../fonts/segmdl2.woff2") format("woff2"),
url("../fonts/segmdl2.woff") format("woff"),
url("../fonts/segmdl2.svg#SegoeMDL2Assets") format("svg"),
url("../fonts/segmdl2.ttf") format("truetype");
}

0 comments on commit 15b908b

Please sign in to comment.