@nativescript/template-blank-svelte
Version:
Blank template for NativeScript apps using Svelte
19 lines (14 loc) • 352 B
CSS
@import '@nativescript/theme/css/core.css';
@import '@nativescript/theme/css/default.css';
.fab {
font-family: 'Font Awesome 5 Brands', 'fa-brands-400';
font-weight: 400;
}
.fas {
font-family: 'Font Awesome 5 Free', 'fa-solid-900';
font-weight: 900;
}
.far {
font-family: 'Font Awesome 5 Free', 'fa-regular-400';
font-weight: 400;
}