Skip to content
View in the app

A better way to browse. Learn more.

MSFN

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.

how install fonts

Featured Replies


In your CD create a folder

$OEM$\$$\Fonts\YOURFONT.TTF

this will copy all your fonts into %WINDIR%\Fonts\

that's not all you have to do...

You either have to find a way to open the FOnts folder and close it, or you have to import some registry entries when copying. Otherwise Windows won't know there are fonts.

Along with placing the font in the Fonts directory, you have to add your font here:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Font Name"="Font file"

I think you can even add fonts that reside some place other than the fonts directory if you give a full path to the file.

personally i like 2 use INNO setup & that way they are compressed & u can install 1000's of fonts with 1 switch :)

Along with placing the font in the Fonts directory, you have to add your font here:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Font Name"="Font file"

I think you can even add fonts that reside some place other than the fonts directory if you give a full path to the file.

so for "font file" do I put the name of the font or the name of the ttf file?

For font file put the name of the font i.e

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Arial Bold Italic (TrueType)"="ARIALBI.TTF"

and how can i get the winXP installer to add the registry information into the registry?

thx

Beutju

and how can i get the winXP installer to add the registry information into the registry?

thx

Beutju

nolookingca told you what to do! Add those reg entries and it will work. (use cmdlines.txt)

personally i like 2 use INNO setup & that way they are compressed & u can install 1000's of fonts with 1 switch :P

Hi could i have soem more info on this please :thumbup

thnak you

do u need that regestry setting for every font you put in the $OEM$ $$ Fonts folder?

or is that setting specific to the people that want a certain font as their default font?

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.