15 lines
350 B
SCSS
15 lines
350 B
SCSS
// For information on how to create your own theme, please see:
|
|
// http://ionicframework.com/docs/theming/
|
|
:root {
|
|
--ion-color-primary: #9C4BE4;
|
|
--ion-color-secondary: #F5E9FF;
|
|
--ion-background-color: #F3F3F3;
|
|
|
|
--ion-font-family: 'Myfont';
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MyFont';
|
|
src: url('../assets/font/Jaro-Regular.ttf');
|
|
}
|