The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
50 views

CSS Difference in defining fonts in different ways [duplicate]

I have seen many a time user define Fonts in CSS like font-family:"Times New Roman",Georgia,serif AND font-family:Times New Roman,Georgia,serif Does defining font in quotes make any ...
0
votes
1answer
19 views

setting font family in font (ignoring size)

What I was trying is set font size and font family separately due to some reasons. For setting size I used [addressLabel setFont:[UIFont systemFontOfSize:12.0]]; However for family name I am not ...
1
vote
2answers
42 views

Why do the Google Fonts fail to show up on my website?

Our ASP.NET C# web application is used in the following environment .NET Framework 4 ASP.NET Web Forms. IIS 7 Windows 2008 Visual Studio 2010 .NET IDE C# HTTPS ( SSL ) Our project web designer ...
-1
votes
3answers
268 views

A list of Web Safe Fonts and importing fonts?

I am working on making my own text editor for my website. This text editor is based upon Microsoft Word 2010 with a similar layour and features. I am currently working on the drop down list for the ...
0
votes
1answer
33 views

Font is installed? function

I can improve my function to not search by each element? #Region " Font Is Installed? Function " ' [ Font Is Installed? Function ] ' ' Examples : ' MsgBox(Font_Is_Installed("Lucida ...
0
votes
2answers
39 views

Getting information about installed fonts

I want to retreive information of installed fonts, I've tried by this way: Private Function Get_Installed_Fonts() As Array Dim AllFonts As New Drawing.Text.InstalledFontCollection ' Get the ...
0
votes
3answers
170 views

font-family of a font, what is it?

I'm trying to find the CSS font-family name of the Helvetica Neue LT Std 97 Black Condensed font located here: http://fontscore.com/fonts/Helvetica-Neue-LT-Std-97-Black-Condensed_22554.html I'm ...
0
votes
3answers
105 views

jQuery Font-Family not working inside Javascript

I am having some issued regarding font-family. I'm having 6 brands in my application and for each brand,I need to show using 6 different fonts. Inside script tag, I have to check a condition like ...
-1
votes
3answers
46 views

how to pass font family and fontsize dynamically to UILabel?

cell.textLabel.font = [UIFont fontWithName:@"Helvetica-Bold" size:8.0]; Is it possible to pass the name of the font family and size dynamically to label text of the cell in iPhone? NSString ...
0
votes
1answer
73 views

@font-face css code bug. Missing something

I have the code below in my css file. The font renders as desired in all browsers on Mac OS, but will not render on Windows. Now before you say it's not Windows compatible, I have made a dummy page on ...
2
votes
4answers
73 views

How to choose which font is used when filling out a submit form?

Site: oldfashionedgoods.com I'm using SquareSpace to build a splash page for my site, and while I've been able to figure everything out, this last thing plaques me. I'm trying to have it so when ...
0
votes
0answers
28 views

How to pick a font style (familly and size)?

I have a PDF file, I want to extract the template from it, so I want to pick the font family and size of texte. I can pick the color using gcolor2 on Mint, so if there is a software to do that on Win ...
0
votes
4answers
155 views

css font family : Why some font doesn't render on mobile

Does any one know why some of my font families won't render on some mobile devices? Here's a page that demonstrates the fonts: http://jl.evermight.com/font/ The fonts render properly on desktop ...
0
votes
1answer
87 views

font-face download all the fonts or just the used fonts?

i have a font-face folder in my public folder and a css that charge all font-face fonts @font-face font-family font1 src url('/fonts/font1-Regular.otf') @font-face font-family font2 ...
0
votes
1answer
72 views

Font Issue? Strange Font behaviour Showing up

I used urdu font but in some pages it works and in some pages it shows in strange language.. I tried to use the font .ttf i also tried to fix my own timezone, but still the problem is showing up.. ...
0
votes
3answers
180 views

Get font face from ttf file

In my iOS app I use custom fonts, dynamically loaded from files. To use them in code, I need to know loaded fonts' families. So, is there any way to do it? UPDATE: I can't somehow hardcode font ...
0
votes
0answers
158 views

Custom font does not appear in emulator WP8

I am trying to customize my button style and use custom font. I tried placing this in the setter property <Setter Property="FontFamily" Value="/Assets/garfield.ttf#GARFIELD the CAT" /> but I ...
2
votes
1answer
181 views

font-family not working in Firefox, but works in all other browsers?

I am using: body { font-family:"Franklin Gothic Demi"; } It shows the font correctly in Chrome, Safari, and Internet Explorer, but shows Times New Roman in Firefox. Am I missing ...
0
votes
0answers
31 views

Delayed loading of text along with embedded font files

I have a div whose font family is fancy font. This div is created and appended to the webpage when a button LOAD is clicked. Also this font family fancy font is loaded using embedded font files via ...
0
votes
2answers
400 views

Helvetica font not showing up! Is my @import wrong?

Very newbie question, sorry in advance if it comes out to be a simple answer, but my Helvetica font isn't showing up. This is my code: @import "..\fonts\Helvetica"; @import "..\fonts\Neue Helvetica"; ...
0
votes
3answers
79 views

CSS font-family of cmd.exe

I can't find any font-family in CSS, which is similar to the font-family used in the CMD.exe. Could you please help me?
2
votes
1answer
33 views

Problems with FontFamily when a wpf is published

I use the FontFamily="Swiss 721" in the whole application and I have a problem when it is installed in other machine , that doen't have the Visual Studio 2010 installed. The problem is that the text ...
0
votes
2answers
51 views

Is it possible to specify custom name for a Google Font?

Here is a sample CSS h1 { font-family: 'header-font', arial, sans-serif; } p { font-family: 'paragraph-font', arial, serif; } Is it possible to load any remote Google Font (let say 'Lato') ...
0
votes
1answer
106 views

Strange css priority behavior for font-family in Chrome [closed]

I need to customize styles for my menu. In IE, it works fine, but in Chrome, I find I cannot modify the font-family for links in the menu. For text in span or div, it's OK. I use simple selector to ...
1
vote
1answer
196 views

how to apply custom font to web browser content WP7

Am developing simple app for learning webBrowser concept in Windows phone. My aim is to display the content in Telugu(Indian language) in my WP7. that web application is displaying Telugu content only ...
0
votes
3answers
84 views

css - machine specific font-family

I'm writing a sample web-app for myself to be run on my computer. I'd like to use a font that exists on my machine "Helvetica Neue UltraLight". However I can't get the browser to use the font. It ...
2
votes
3answers
242 views

Font names with quotes what is the right usage?

I know that you need to use double or single quotes for fonts if they contain spaces , like font-family: "Times New Roman", Times; font-family: 'Times New Roman', Times; but on google fonts ...
0
votes
0answers
15 views

webdings no rendering on firefox [duplicate]

Possible Duplicate: Wingdings font family does not seem to work on Firefox and Opera http://www.frostjedi.com/terra/scripts/demo/webdings.html Chrome and IE show four symbols (ie. ...
0
votes
1answer
57 views

how to write Arabic through keypad in titanium android?

I am using Titanium sdk version 2.1.1 and android sdk 2.2, I am trying to write some thing in arabic in text area. I tried it by adding fonts and other many ways but do not show the arabic in ...
0
votes
2answers
60 views

font-family when switching between langauges (ie. english - french)

Im implementing a language plugin on a site, you know the sort click and it changes all the content into Arabic, Russian.. ect (im aware that modern browsers have built in features for this, but we've ...
1
vote
2answers
88 views

Set a font specifically for all numbers on the page

For my webpage, I chose a font that works well for all the letters. However, for all numbers I'd like to use a different font. Is there a way that I can set a CSS rule to target all the numbers on ...
0
votes
2answers
258 views

How Change FontFamily Of A TextBox In A Windows Application RunTime(Code Behind)

How can i change the FontFamily of a TextBox in a windows application runtime(code behind)? why the code below has error : txtSubjectIn_Spammer_Send.Font.FontFamily = new FontFamily("Arial"); and ...
3
votes
1answer
233 views

CSS: How to set a fallback for bold font families?

I am using an own custom font which I embed like this: @font-face{font-family:myFont;src:url(css/fonts/myFont.woff);} @font-face{font-family:myBoldFont;src:url(css/fonts/myBoldFont.woff);} So, when ...
0
votes
1answer
113 views

how to format a single html a href text to have multiple css properties (two different font families)

I want to create a logo with CSS using two different font families on a single a href For example <style> a#logo{ "LogoWith" - font-family:sans; "TwoFontFamilies" - ...
0
votes
3answers
396 views

css font-face code not working on IE7 / 8

I used font-squirrel to generate web fonts and specify CSS declarations for the font, but it still uses the fallback fonts when I view the page in IE9 using IE7 or IE8 browser and document mode. Any ...
2
votes
4answers
302 views

Why new FontFamily(“Invalid font”) doesn't throw an Exception?

Why the following code does not throw an exception? FontFamily font = new FontFamily("bla bla bla"); I need to know if a specific font (as combination of FontFamily, FontStyle, FontWeight, ...) ...
0
votes
0answers
11 views

TinyMCE, I am new and unable to change the style of text [duplicate]

Possible Duplicate: TinyMCE: Why font size, family, color are not working? I just started working with TinyMCE and everything seems ok so far, except one thing. When I wanna try to change ...
0
votes
1answer
161 views

How to force Firefox to use first font in font-family list?

I have such problem: in all browsers font is what I want - "Helvetica Neue", but Firefox use second font in font-family list. I checked it in Firebug: /rule from Bootstrap.scss/ p → ...
1
vote
3answers
445 views

import font internet explorer

I would like to import some fonts for using in my website, I'm using this code that Google made. HTML <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Cuprum:400,700' ...
0
votes
1answer
65 views

Selected text font detection

The problem is next: I have an empty textarea. Then I paste some outside text inside it with specific font. I select (highlight) some part of this text. I need to detect, what is the font of the ...
2
votes
1answer
492 views

How do I use native Android OS 4.1 Roboto font in Eclipse, API 16 (fontFamily)

With 4.1 jellybean, Robot has started to make appearances throughout the system UI. I would like to use the new attribute 'fontFamily' within Eclipse as documented in the Font Families section of this ...
0
votes
3answers
997 views

Jquery css font-family not working with quotes

I'm using 2 font-faces and wish to switch between them using Jquery, thing is my font-face's name is 'ArvoBold' and when I use the css('font-family','ArvoBold') it changes to a non existing font ...
1
vote
2answers
2k views

Firefox not recognizing a font

I'm styling the pre HTML element via CSS like this: pre { font-family : "Franklin Gothic Medium","Arial Narrow Bold","Arial",sans-serif; } And it works in Chrome/Chromium, Opera, Safari and IE ...
3
votes
2answers
2k views

Is there a trick to show Arial Black in Firefox?

Since Arial black is buggy in firefox, is there a way to show it without embedding it with @font-face? https://bugzilla.mozilla.org/show_bug.cgi?id=644385 I've seen a couple of work arounds like ...
5
votes
3answers
2k views

font-family for Futura Condensed Extra Bold not working

Hey guys i feel like a muppet for asking this but how can i get Futura Condensed Extra Bold to show up in CSS. Before someone says it, yes i'm aware that those Windows people out there wont be able ...
2
votes
3answers
289 views

specifing different weights for each font in a font-family

when using backup fonts in your font family sometimes you may want to use say a light weight version of futura for a replacement for century gothic, how can i spec this in my css ? normally id just ...
0
votes
1answer
74 views

Migrating Typekit account for website - Need to change font-family entries?

My question: Is there a way I can configure my Typekit account so that the font names match with the initial account? The explanation: I am in the process of migrating a site from one typekit ...
1
vote
0answers
1k views

iTextSharp setting font family to chunk

Because I use dynamic text, italic or bold text could be any where, cutting everything into chunks is not an option, so I have to use html parser. Input string is ąčęėįšųū90-žthis <i>is ...
0
votes
0answers
279 views

google custom search font type overwriting with google css style

In Our Website we mentioned font type "Trebuchet MS", sans-serif. But its over writing that font type from google external css file "minimalist.css " while showing search results. "Trebuchet MS" font ...
7
votes
1answer
351 views

Why I get squares instead of text?

I tried to install and use a font in my WPF application, but all I get is like this: Here is the code I tried to use the font: richtext1.FontFamily = "SH_Roq'a"; The expected result is: ( snap ...

1 2 3