Note that there are some explanatory texts on larger screens.

plurals
  1. POjquerymobile page content font not working
    primarykey
    data
    text
    <p>I've been working with jquerymobile to build certain app, thing is I must use several font in content ... Roboto Black is used for <code>UI</code> like this</p> <pre><code>@font-face { font-family: 'Roboto-Black'; src: url('css/fonts/Roboto-Black.ttf'); } body * { font-family: "Roboto-Black" !important; color:rgba(255,255,255,1); font-size:12px; } </code></pre> <p>and that works just fine, but in few page contents I have some large text which is formated using several fonts, I have built css rules for divs in which is text, but its not working</p> <p>css rule:</p> <pre><code>p.basic-paragraph { font-family: "Minion Pro"; font-weight: normal; font-style: normal; font-size: 1em; text-decoration: none; font-variant: normal; text-indent: 0em; text-align: left; color: #FFFFFF; margin: 0em; } span.no-style-override-2 { font-family: Roboto-Light; src: url('css/fonts/Roboto-Light.ttf'); } </code></pre> <p>and page content html:</p> <pre><code>&lt;p class="basic-paragraph basic-paragraph-override"&gt;&lt;span class="no-style-override-2"&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/span&gt;&lt;/p&gt; </code></pre>
    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