Can anyone tell me How can I install additional fonts to use in Power Apps? thanks.
@font-face {
font-family: 'xxxxxx';
src: url( /xxxxxx.ttf );
}
a {
font-family: xxxxxx !important;
}
p {
font-family: xxxxxx !important;
}
h1, h2 {
font-family: xxxxxx !important;
}