Workflow and ServiceDesk Community

 View Only
  • 1.  How to add custom font to workflow ?

    Posted Mar 04, 2014 10:18 AM

    Hi,

    does anyone know how to add custom font to workflow ?

    I've installed it on Windows Server 2008 where Workflow Desinger is deployed.

    Font is visible when i'm running the workflow locally on the Workflow server, but not on clients. Does someone have knowledge how to solve this ?

     

    BR,

    Luc



  • 2.  RE: How to add custom font to workflow ?

    Posted Mar 04, 2014 10:33 AM

    I'm not sure if this is the case or not, but when using a custom font that font has to be installed on any computer that will be running the workflow.



  • 3.  RE: How to add custom font to workflow ?

    Posted Mar 04, 2014 11:57 AM

    Pretty sure what J Atkins says will bew the case... unless you can somehow get the font included as a resource in your workflow, and deploy it somehow when the workflow is run.



  • 4.  RE: How to add custom font to workflow ?

    Posted Mar 05, 2014 02:41 AM

    If it's a web form where you want to use different font then you can use web fonts. Google fonts might be easiest but requires active connection to google where the fonts actually remain. Basically you just define the font source in CSS and use the fonts in the CSS styles on your form. I guess that you can define the font also using Include HTML component on the form.

    See more : https://www.google.com/fonts



  • 5.  RE: How to add custom font to workflow ?

    Posted Mar 05, 2014 02:44 PM

    do you know how to use this Include HTML component ??



  • 6.  RE: How to add custom font to workflow ?
    Best Answer

    Posted Mar 06, 2014 03:55 AM
      |   view attached

    Just place the Include HTML component on the form. Change Include type to be: Include from text and add there the string you get from Google fonts, for example: 

    <link href='http://fonts.googleapis.com/css?family=Vampiro+One&subset=latin,latin-ext' rel='stylesheet' type='text/css'>

    Now you can set any of the components on the form to use the font (Vampiro One) defined above.

    See the example from the attached project.

    Attachment(s)

    package
    TST Google Font.package   1.63 MB 1 version