mirror of https://github.com/zulip/zulip.git
fonts.css is included in our compressed CSS; no need to import separately.
(Actually, it 404s if you try.) (imported from commit 5fc022693f6c76efaf468c80d547c605b4742452)
This commit is contained in:
parent
e28cef697f
commit
aad262d041
|
@ -19,7 +19,6 @@
|
|||
<link href="/static/third/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
<link href='https://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
|
||||
<link href="/static/third/glyphicons/css/glyphicons.css" rel="stylesheet">
|
||||
<link href="/static/styles/fonts.css" rel="stylesheet" type="text/css">
|
||||
<link href="/static/favicon.ico?v=2" rel="shortcut icon">
|
||||
{# We need to import jQuery before Bootstrap #}
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||
|
|
Loading…
Reference in New Issue