Note that there are some explanatory texts on larger screens.

plurals
  1. POpure css javascript not working after deployment Django
    primarykey
    data
    text
    <p>I am using pure css and bootstrap in one of my Django project, and everything is fine when I run in my local machine. But after I deployed, it looks different. Snapshot of the font from my local machine is </p> <p><img src="https://i.stack.imgur.com/HAYxg.png" alt="enter image description here"></p> <p>but the font-width increased after i deployed it in digital ocean. Snapshot of how it looks right now after deployment is</p> <p><img src="https://i.stack.imgur.com/nPJdJ.png" alt="enter image description here"></p> <p>It is live at <a href="http://getfbstuff.com" rel="nofollow noreferrer">http://getfbstuff.com</a> . I am posting the html code of head </p> <pre><code>{% load staticfiles %} &lt;head&gt; &lt;meta charset="utf-8"&gt; &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt; &lt;title&gt;Get Facebook Stuff&lt;/title&gt; &lt;link rel="stylesheet" href="{% static 'downloader/pure-market.css' %}"&gt; &lt;link rel="stylesheet" href="{% static 'downloader/baby-blue.css' %}"&gt; &lt;link rel="stylesheet" type="text/css" href="{% static 'downloader/bootstrap/css/bootstrap.css' %}"/&gt; &lt;link rel="stylesheet" type="text/css" href="{% static 'downloader/bootstrap/css/bootstrap.min.css' %}"/&gt; &lt;link rel="stylesheet" type="text/css" href="{% static 'downloader/bootstrap/css/bootstrap-responsive.css' %}"/&gt; &lt;link rel="stylesheet" href="{% static 'downloader/style.css' %}"&gt; &lt;link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.1/pure-min.css"&gt; &lt;script src="http://use.typekit.net/ajf8ggy.js"&gt;&lt;/script&gt; &lt;script&gt; try { Typekit.load(); } catch (e) {} &lt;/script&gt; &lt;/head&gt; </code></pre> <p>i think problem is with this javascript</p> <pre><code> &lt;script src="http://use.typekit.net/ajf8ggy.js"&gt;&lt;/script&gt; &lt;script&gt; try { Typekit.load(); } catch (e) {} &lt;/script&gt; </code></pre> <p>Don't know what to do.Any help would be appreciated. Thanks in advance</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload