This article will explain how to display custom font in webVI without internet access using similar example from
Display Custom Font in LabVIEW NXG Web Module.
To display Code 39 barcodes without internet access, there will be some changes in the steps mentioned in
Display Custom Font in LabVIEW NXG Web Module:
- Download and install the custom font on your server hosting the webVI. In this example, download Libre Barcode 39 offered by Google Fonts and install it as illustrated by images below.

- Remove the following link tag from your HTML source. You might have a different line number.

After completing all the steps mentioned in
Display Custom Font in LabVIEW NXG Web Module with the above-mentioned modification, you should be able to display the custom font on your server even without internet access.