This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix svg path in font-awesome
version-14
Pratik Vyas
11 years ago
parent
b16bc0cc4f
commit
acbaa61d71
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
webnotes/public/css/font-awesome.css
+ 1
- 1
webnotes/public/css/font-awesome.css
View File
@@ -36,7 +36,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'FontAwesome';
src: url('../
lib
/css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
src: url('../
webnotes
/css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
}
}
Write
Preview
Loading…
Cancel
Save