Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.2.0
-
Fix Version/s: 4.6.0-b1
-
Component/s: Client Interface
-
Labels:None
Description
Some glyphicon fonts are included in the client UI, e.g.
/app/views/client/bootstrap/fonts/glyphicons-halflings-regular.eot
However, the bootstrap glyphicon CSS that references them sets their relative URI to /fonts/bootstrap/ rather than just /fonts/, which is where they are located now.
We should have gulp set those fonts to the correct /fonts/bootstrap/ directory.
Note: Blesta does not use these fonts as apart of bootstrap markdown in the client UI, but third-party plugins could.
Test by creating a textarea with data-provide="markdown". (We recommend instead using a textarea with data-markdown-editor="" and data-lang="en")