Is there a way to use custom fonts in Welcome portal? If no, it would be useful feature.
edit: questions is maybe for User interface forum, so feel free to move it there
But there is no all available fonts listed in google fonts.Hi Ivan
Our web designer told me that all fonts should be available.
Anyway pay attention that you have to use the CSS code on each APP (Login APP, Info App, ecc.) where you want to have your custom font and also you have to put the CSS code at the beginning
Below you can find a CSS example code:
@import url('https://fonts.googleapis.com/css?family ... Into+Light');
* {
font-family: 'Shadows Into Light', cursive !important;
}
Hope this help you
Best regards
Users browsing this forum: No registered users and 4 guests