Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hello,


I am designing a website for a client of mine and have been given two different types of font to be used with the headings and body of the site.


These font work great on my PC, well they are stored on my PC , but my problem is when i have uploaded it and the web does not pick up these fonts up. Is there an easy way to turn these font into web fonts and if so are there any step by step guides to show me how to do this.


I have managed to convert the font to web font using a online converter, but the steps of where i have to but details of the CSS (shown below) is confusing for me.


@font-face {


font-family: 'ChaletLondonNineteenEightyRegular';


src: url('chalet-londonnineteeneighty.eot');


src: url('chalet-londonnineteeneighty.eot') format('embedded-opentype'),


url('chalet-londonnineteeneighty.woff') format('woff'),


url('chalet-londonnineteeneighty.ttf') format('truetype'),


url('chalet-londonnineteeneighty.svg#ChaletLondonNineteenEightyRegular') format('svg');


}


If anyone has any links to sites that can help, any videos or documents that would be great.


This is the only thing that is stopping me from making the site live.


Thanks


Put that block at the start of your stylesheet, making sure the urls of the font files are correct relative to the stylesheet. Then refer to it as you would any other font, using

 

font-family: ChaletLondonNineteenEightyRegular;

You should find a similar alternative that's available as a web font. House Industries do not allow their fonts to be used online using a third-party converter (http://www.houseind.com/fonts/licensing/webfonts).

 

 

Q: CAN I USE A THIRD PARTY TOOL TO CONVERT YOUR FONTS TO WEBFONT FORMATS?

No. This is expressly prohibited in our End User License Agreement.

Q: WHY NOT?

  • It is specifically prohibited in our End User License Agreement.
  • Third party tools often do not address the many technical concerns that will lead to inconsistent results across browsers and platforms.
  • We don’t want our fonts to be used with CSS @fontface web embedding until we think they are ready.
  • Third party tools are forced to auto-hint fonts. We spend far too much effort on our typefaces to allow subjective tools to make an automated aesthetic decision.

Edited by Paul Murray

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.