<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Different font for page titles on mobile devices</title>
		<link>http://www.kriesi.at/support/topic/different-font-for-page-titles-on-mobile-devices</link>
		<description>Support Forum - Topic: Different font for page titles on mobile devices</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 05:08:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/different-font-for-page-titles-on-mobile-devices" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Different font for page titles on mobile devices"</title>
			<link>http://www.kriesi.at/support/topic/different-font-for-page-titles-on-mobile-devices#post-82811</link>
			<pubDate>Thu, 08 Nov 2012 03:55:24 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82811@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We try and help where we can if its short and won't cause any further need for support on what we help with but glad to help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ykblue on "Different font for page titles on mobile devices"</title>
			<link>http://www.kriesi.at/support/topic/different-font-for-page-titles-on-mobile-devices#post-82776</link>
			<pubDate>Wed, 07 Nov 2012 21:41:53 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">82776@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin - thanks ever so much; this did it.&#60;br /&#62;
Special thanks, 'cause this was more a question helping me out of my non-knowledge of CSS than of generic Propulsion support.&#60;/p&#62;
&#60;p&#62;Best, Katharina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Different font for page titles on mobile devices"</title>
			<link>http://www.kriesi.at/support/topic/different-font-for-page-titles-on-mobile-devices#post-82762</link>
			<pubDate>Wed, 07 Nov 2012 19:54:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82762@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Put the media queries at the end so that they get processed *after* the font is set originally. That should do it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ykblue on "Different font for page titles on mobile devices"</title>
			<link>http://www.kriesi.at/support/topic/different-font-for-page-titles-on-mobile-devices#post-82715</link>
			<pubDate>Wed, 07 Nov 2012 16:33:32 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">82715@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Devin.&#60;br /&#62;
Your suggestion is exactly what I went for before asking here. I inserted the @media only screen.... into the custom.css right before the line where Microgramma comes up first time ever. It just does not work. I uploaded this version of custom.css again if you want to take a look.&#60;br /&#62;
All the other applications work fine on both the iPhone and the large screen; it's just these headlines.&#60;/p&#62;
&#60;p&#62;For webink-font I had to add this line to the header.php - does this interfer with the custom.css??? Usually it doesn't. Usually...&#60;br /&#62;
&#60;code&#62;&#38;lt;link href=&#38;quot;http://fnt.webink.com/wfs/webink.css/?project=03C0CC0B-6749-4BE0-9F9C-3EDFF0D5618A&#38;amp;fonts=91003C68-4DBD-5A66-C7F4-8D9AD0BA1F28:f=MicrogrammaD-MedExt&#38;quot; rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot;/&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Would it make any sense to change the layout.css to what I want? &#60;/p&#62;
&#60;p&#62;Regards, Katharina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Different font for page titles on mobile devices"</title>
			<link>http://www.kriesi.at/support/topic/different-font-for-page-titles-on-mobile-devices#post-82691</link>
			<pubDate>Wed, 07 Nov 2012 15:19:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Katharina,&#60;/p&#62;
&#60;p&#62;You have the font set in your custom.css which gets loaded afer the layout.css. This means your css rule takes priority. Try making a new media query in your custom.css for the change you want to happen:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) { h1 {font-family: Droid Sans; }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ykblue on "Different font for page titles on mobile devices"</title>
			<link>http://www.kriesi.at/support/topic/different-font-for-page-titles-on-mobile-devices#post-82630</link>
			<pubDate>Wed, 07 Nov 2012 09:17:52 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">82630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I've installed the webink font &#34;Microgramma&#34; for the page titles. This font should NOT appear when site is viewed on an iPhone.&#60;br /&#62;
Could you please give me a hint how to achieve this?&#60;br /&#62;
In the layout.css there are the lines @media screens (line #20479); here the correct font for mobile devices Droid Sans is stated - but still on the mobile phones the &#34;Microgramma&#34; appears. site (on testserver): esc-rollout.de&#60;/p&#62;
&#60;p&#62;Your assistance is appreciated - as always ;)&#60;/p&#62;
&#60;p&#62;Regards, Katharina
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
