An HTML/JS/Angular/GearS app. has been built/running and there is a requirement to use a specific font call avenir for each view. After vigorous searching, no examples have been found to demonstrate using an alternative font nor has there been success in implementing the use of the avenir font.
Does the wearable SDK support any alternative font(s) and where would a working example be found?
The example below works in a standard HTML Chrome web-app.
How to wire up a font on the wearable?
An HTML/JS/Angular/GearS app. has been built/running and there is a requirement to use a specific font call avenir for each view. After vigorous searching, no examples have been found to demonstrate using an alternative font nor has there been success in implementing the use of the avenir font.
Does the wearable SDK support any alternative font(s) and where would a working example be found?
The example below works in a standard HTML Chrome web-app.
Thanks in advance!
@font-face {
font-family: AvenirNext-Regular;
url(‘AvenirNext-Reg.woff’) format(‘woff’);
}
* {
font-family: AvenirNext-Regular,Tizen,Samsung Sans,Helvetica !important;
}
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio