Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

My font folder won't appear when I try to add custom fonts to Dreamweaver

New Here ,
Feb 11, 2017 Feb 11, 2017

I was wondering if I could have some help with finding the folder to allow me to have custom fonts for my webpage. I've got the right directory/folder area. But when I open it up in the add fonts pop up box. It will not appear for some reason. But every other folder in that area appears. Is there something I'm missing or not doing correctly? Thanks in advance for any kind of help.

1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 11, 2017 Feb 11, 2017

In  the latest version of DW CC, go to Tools > Manage Fonts.   You should see 3 tabs

  • Adobe Edge Web Fonts
  • Local Web Fonts (eot, ttf, woff, svg files)
  • Custom Font Stacks (font families found on most Win/Mac machines). 

We can use Web Fonts or Font stacks -- families of fonts commonly found on most Win/Mac systems. 

Web Fonts are often hosted on other servers and can make your pages load slower so use them sparingly.

See link below for complete Font Stack list.  

CSS Font Stack: Web Safe and Web Font Family with HTML and CSS code.

...
Translate
LEGEND ,
Feb 11, 2017 Feb 11, 2017

Fonts installed on your computer, can be used on the web just by using the name of the font, providing the end user also has that font installed on their computer.

e.g.

font-family: "myriad pro";

A web page cannot use fonts the same way you do in a pdf or word document.

In order to ensure the end user can see the web page using a none web safe font, then you have to use a downloadable font service such as typekit -

http://www.dreamweavertutorial.co.uk/dreamweaver/video/typekit-custom-fonts.htm

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 11, 2017 Feb 11, 2017
LATEST

In  the latest version of DW CC, go to Tools > Manage Fonts.   You should see 3 tabs

  • Adobe Edge Web Fonts
  • Local Web Fonts (eot, ttf, woff, svg files)
  • Custom Font Stacks (font families found on most Win/Mac machines). 

We can use Web Fonts or Font stacks -- families of fonts commonly found on most Win/Mac systems. 

Web Fonts are often hosted on other servers and can make your pages load slower so use them sparingly.

See link below for complete Font Stack list.  

CSS Font Stack: Web Safe and Web Font Family with HTML and CSS code.

If you have a Local Web Font kit created from a custom font, you need all 4 file types to cover all devices.  You must host the fonts on your server.  And you must make certain that the font license extends to the web.  If not, don't use it.  It's not worth the risks.

Nancy

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines