Marco Warm
Marco Warm
that's an interesting idea. I'll give thought to that. Thank you.
You can load any js library you like via following script during `onInit()` like so: ``` //this example loads the moment.js library and prints the current timestamp into the browser's...
to inject custom css you can do the following inside `onInit()` ``` function addCss(rule) { let css = document.createElement('style'); css.type = 'text/css'; if (css.styleSheet) css.styleSheet.cssText = rule; // Support for...
I see... so you still think it is necessary to add CSS and 3rdParty Library support inputs?
acknowledged ... I'll see what I can do.
Hi Peter, unfortunately that is a shortfall of svg2ttf or the fontello project for that part. I tried the erroneous Outline lock.svg glyph at fontello.com. It displays an error hinting...
If you are still interested and you are using Ubuntu you may want to check out this fork: https://github.com/MarcusCalidus/skiller-ctl