Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If not fso.FileExists(windir&"\Fonts\myfont.Ttf") then
fso.copyfile LDrive&"\Patches\myfont.Ttf",windir&"\Fonts\myfont.Ttf"
End If
If Inwin=1 Then
Reg="Windows NT"
Else
Reg="Windows"
End If
Result = WshShell.Regread
("HKLM\Software\Microsoft\"&Reg&"\Currentversion\Fonts","Font entry")
If Result <> "myfont.ttf" Then
Wshshell.RegWrite
("HKLM\Software\Microsoft\"&Reg&"\Currentversion\Fonts\Font Entry",
"myfont.TTF","REG_SZ")
End If