You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by mark goldin <ma...@gmail.com> on 2015/08/13 22:53:54 UTC

Change default font for the whole application

Is there a way of changing the default font for the whole application?
That's for some troubleshooting.

Thanks

Re: Change default font for the whole application

Posted by mark goldin <ma...@gmail.com>.
Yes, it worked. Thanks

On Fri, Aug 14, 2015 at 1:16 AM pkumar.flex <pr...@gmail.com> wrote:

> yes you can change font of whole application. Just define a global
> application style as below:
>
> mx|Application
> {
>    //Keep your styles here as font , color etc
> }
>
> On Fri, Aug 14, 2015 at 2:20 AM, mark goldin [via Apache Flex Users] <
> ml-node+s2333346n10927h22@n4.nabble.com> wrote:
>
> > Is there a way of changing the default font for the whole application?
> > That's for some troubleshooting.
> >
> > Thanks
> >
> >
> > ------------------------------
> > If you reply to this email, your message will be added to the discussion
> > below:
> >
> >
> http://apache-flex-users.2333346.n4.nabble.com/Change-default-font-for-the-whole-application-tp10927.html
> > To unsubscribe from Apache Flex Users, click here
> > <
> http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=cHJhc2hha3VtYXJAZ21haWwuY29tfDF8LTU0MTcyMzE2NA==
> >
> > .
> > NAML
> > <
> http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
> >
> >
>
>
>
> --
> *Regards,*
> Prashant Kumar* | *Mob.: +91 8408811225
>
>
>
>
> --
> View this message in context:
> http://apache-flex-users.2333346.n4.nabble.com/Change-default-font-for-the-whole-application-tp10927p10935.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>

Re: Change default font for the whole application

Posted by "pkumar.flex" <pr...@gmail.com>.
yes you can change font of whole application. Just define a global
application style as below:

mx|Application
{
   //Keep your styles here as font , color etc
}

On Fri, Aug 14, 2015 at 2:20 AM, mark goldin [via Apache Flex Users] <
ml-node+s2333346n10927h22@n4.nabble.com> wrote:

> Is there a way of changing the default font for the whole application?
> That's for some troubleshooting.
>
> Thanks
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-flex-users.2333346.n4.nabble.com/Change-default-font-for-the-whole-application-tp10927.html
> To unsubscribe from Apache Flex Users, click here
> <http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=cHJhc2hha3VtYXJAZ21haWwuY29tfDF8LTU0MTcyMzE2NA==>
> .
> NAML
> <http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>



-- 
*Regards,*
Prashant Kumar* | *Mob.: +91 8408811225




--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Change-default-font-for-the-whole-application-tp10927p10935.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Change default font for the whole application

Posted by OmPrakash Muppirala <bi...@gmail.com>.
In your css, set:
global
{
    font-family: FontName;
}

On Thu, Aug 13, 2015 at 1:53 PM, mark goldin <ma...@gmail.com> wrote:

> Is there a way of changing the default font for the whole application?
> That's for some troubleshooting.
>
> Thanks
>