Does anyone know how to update the font for Ionic 4?
I tried adding the aileron.woff to assets/fonts and putting this in the variables.scss to no avail.
src\assets\fonts
src\theme\variables.scss
@font-face { font-family: "Custom Font"; src: url("../assets/fonts/Custom Font.xxx"); }
--ion-font-family: "Custom Font";