Good round-trip. :)

-TH

--- In flexcoders@yahoogroups.com, "Doug McCune" <d...@...> wrote:
>
> You shouldn't need the overall Button CSS selector if you don't want
all
> your buttons in your app to use that font, you should be able to just
add
> the font-weight: normal part into the myTabs selector, which would
make only
> your tabs have that font instead of all buttons.
>
> And genius must just be another way of saying I banged my head on the
same
> wall a few times before :)
>
> Doug
>
> On Wed, Dec 31, 2008 at 5:02 PM, Nate Pearson napearso...@... wrote:
>
> > DOUG MCCUNE YOU ARE A GENIUS!
> >
> > Props to Tim too for mentioning the Button css.
> >
> > This is what it took:
> >
> > Button{
> > font-family: AvenirLTStdMedium;
> > font-weight: normal;
> >
> > }
> >
> > --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>,
"Doug
> > McCune" doug@ wrote:
> > >
> > > ahh, I bet it's because the font you embedded didn't embed teh
bold
> > style,
> > > and Buttons by default use bold styling. Either change your embed
style
> > > block to specify the bold fontWeight, or change your tab style to
> > make the
> > > fontWeight normal.
> > >
> > > Doug
> > >
> > > On Wed, Dec 31, 2008 at 4:43 PM, Nate Pearson napearson99@ wrote:
> > >
> > > > Doug, no I'm not doing that.
> > > >
> > > > Tim, The button css thing didn't work either :(.
> > > >
> > > >
> > > > --- In flexcoders@yahoogroups.com
<flexcoders%40yahoogroups.com><flexcoders%
> > 40yahoogroups.com>,
> > "Doug
> > > > McCune" <doug@> wrote:
> > > > >
> > > > > Out of curiosity are you loading modules or loading the
framework as
> > > > an RSL?
> > > > >
> > > > > Doug
> > > > >
> > > > > On Wed, Dec 31, 2008 at 1:12 PM, Tim Hoff <TimHoff@> wrote:
> > > > >
> > > > > >
> > > > > > hmm, they are buttons. So, you could try using the font in
> > Button{}
> > > > > > CSS. Kind of a bad hack though.
> > > > > >
> > > > > >
> > > > > > -TH
> > > > > >
> > > > > > --- In flexcoders@yahoogroups.com
<flexcoders%40yahoogroups.com>
> > <flexcoders%40yahoogroups.com><flexcoders%
> > > > 40yahoogroups.com>,
> > > > "Nate
> > > > > > Pearson" <napearson99@>
> > > > > > wrote:
> > > > > > >
> > > > > > > Yup, no change. The other styles do work but not the
> > font-family.
> > > > > > >
> > > > > > > --- In flexcoders@yahoogroups.com
<flexcoders%40yahoogroups.com><flexcoders%
> > 40yahoogroups.com>
> > > > <flexcoders%40yahoogroups.com>, "Tim
> > > > > > Hoff" TimHoff@ wrote:
> > > > > > > >
> > > > > > > >
> > > > > > > > Hi Nate,
> > > > > > > >
> > > > > > > > Have you tried it without the quotes?
> > > > > > > >
> > > > > > > > tabStyleName: myTabs;
> > > > > > > >
> > > > > > > > -TH
> > > > > > > >
> > > > > > > > --- In
flexcoders@yahoogroups.com<flexcoders%40yahoogroups.com>
> > <flexcoders%40yahoogroups.com><flexcoders%
> >
> > > > 40yahoogroups.com>,
> > > >
> > > > > > "Nate Pearson" <napearson99@>
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > I'm trying to get a custom font in the tabs of my tab
> > navigator
> > > > > > and I
> > > > > > > > > can't get it to work. My code is below. I can get the
font
> > > > to work
> > > > > > in
> > > > > > > > > other stuff but not in the tabs.
> > > > > > > > >
> > > > > > > > > Thanks!
> > > > > > > > >
> > > > > > > > > -Nate
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > .myNavigator {
> > > > > > > > > tabHeight: 30;
> > > > > > > > > tabWidth: 140;
> > > > > > > > > paddingLeft: 0;
> > > > > > > > > paddingTop:0;
> > > > > > > > > tabStyleName: "myTabs";
> > > > > > > > > firstTabStyleName: "myTabs";
> > > > > > > > > lastTabStyleName: "myTabs";
> > > > > > > > > selectedTabTextStyleName: "myTabs";
> > > > > > > > > font-family: AvenirLTStdMedium;
> > > > > > > > > borderColor: #8e8e86;
> > > > > > > > > borderThickness: 2;
> > > > > > > > > }
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > .myTabs {
> > > > > > > > > highlightAlphas: 0, 0.1;
> > > > > > > > > fillAlphas: 1, 0.82;
> > > > > > > > > fillColors: #a2a2a2, #b7b6b4;
> > > > > > > > > backgroundColor: #758bbc;
> > > > > > > > > borderColor: #b7b6b4;
> > > > > > > > > color: #ffffff;
> > > > > > > > > textRollOverColor: #ffffff;
> > > > > > > > > themeColor: #b7b6b4;
> > > > > > > > > fontSize: 14;
> > > > > > > > > textAlign: left;
> > > > > > > > > font-family: AvenirLTStdMedium;
> > > > > > > > > }
> > > > > > > > >
> > > > > > > > > @font-face
> > > > > > > > > {
> > > > > > > > > font-family: AvenirLTStdMedium;
> > > > > > > > > src: url("assets/fonts/AvenirLTStdMedium.otf");
> > > > > > > > > }
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> >
> >
> >
>



Reply via email to