Icon View Incident Report

Minor Minor
Reported By: Emin Borbor
Reported On: 1/6/2016
For: Version 2.04 Build 1
# 4389 Using the Project Options Dialog to Add External Fonts to a Project Causes Invalid Emitted HTML

I added an external web font via the Project Options dialog:

This part is from the generated html file.

<style>@font-face { font-family: ""; src: url("webfont-medical-icons.woff") }</style>

As you can see font family name is not present in the generated html file.

Font family information is not correctly saved to wbc file.

[Project]
Included External=fonts\webfont-medical-icons\fonts\webfont-medical-icons.woff,Font
Icon=

When I manually modify the generated html as
<style>@font-face { font-family: "webfont-medical-icons"; src: url("/fonts/webfont-medical-icons.woff") }</style>

Than things work as expected.


Comments Comments and Workarounds
The problem was with the Project Options dialog only. The workaround was to use the Project Manager to add the web font as an external file.


Resolution Resolution
Fixed Problem on 1/8/2016 in version 2.05 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image