Top "Custom-font" questions

@font-face not displaying correctly in IE

I have been searching for hours, asked friends and it didn't work out. So I hope you guys can help …

css internet-explorer cross-browser font-face custom-font
Xcode 8 custom font doesn't show up in interface builder

I am trying to use custom font (Bebas Neue) in my iOS application. The steps I took are: Copy the .…

ios swift xcode custom-font
Android Custom font Spannable Typeface Span

I am using Helvetica fonts throughout my application. Currently I am creating the fonts separately from assets. So I have …

android textview typeface custom-font
Custom Fonts Xcode 4.3

I'm trying to use this font in my project but it won't work. I added the .ttf file in my …

ios5 uilabel custom-font xcode4.3
Designing labels/text views with custom fonts in Interface Builder

I am currently working on an iPhone project in which all labels/text views etc. should appear with a custom …

ios xcode fonts interface-builder custom-font
Custom font via CSS

I am learning php, html and css now and I'm trying to use a custom font on my site. I …

html css fonts font-face custom-font
Safari, letter-spacing with custom font

Using the Dosis font from Google Webfonts ... @import url(http://fonts.googleapis.com/css?family=Dosis:400,300,200,500,600,700,800); after extensive testing in …

fonts font-size custom-font letter-spacing
Using a UIWebView, can I use a custom font?

I've seen all the talk on the web about the difficulty of using a custom font in iPhone OS. Is …

iphone fonts uiwebview iphone-sdk-3.0 custom-font
Swift NSAttributedString custom fonts

I've read around for different solutions but nothing seems to work. This code creates a nil exception: [NSFontAttributeName: UIFont(name: "…

ios swift nsattributedstring custom-font
How do I set a custom font for the whole application?

Is there any way to How to Apply global font [new custom font] to whole application in iphone objective-c. I …

iphone objective-c ios uiview custom-font