diff options
| author | Ed Tanous <ed.tanous@intel.com> | 2017-04-04 17:23:00 -0700 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2017-04-04 17:23:00 -0700 |
| commit | b4a7bfad0a3ded7a813bdb44a46383316dc49b24 (patch) | |
| tree | abb214b5a886744e942257641c2b60f7d97e4f15 /static/css | |
| parent | 1e94fa402ac5858329101e448593a0b61d24f765 (diff) | |
| download | bmcweb-b4a7bfad0a3ded7a813bdb44a46383316dc49b24.tar.gz bmcweb-b4a7bfad0a3ded7a813bdb44a46383316dc49b24.zip | |
Add route printer
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/font-awesome.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/font-awesome.css b/static/css/font-awesome.css index 4ce929a..a67a323 100644 --- a/static/css/font-awesome.css +++ b/static/css/font-awesome.css @@ -7,7 +7,7 @@ @font-face { font-family: 'FontAwesome'; /* WARNING: This line is modified from stock FA, to make cachign work*/ - src: url('../../static/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'); + src: url('../../static/fonts/fontawesome-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } |

