13 lines
222 B
SCSS
Raw Normal View History

2025-01-13 15:52:38 +03:00
// Fonts
@import url('https://fonts.bunny.net/css?family=Nunito');
// Variables
@import 'variables';
// Bootstrap
@import 'bootstrap/scss/bootstrap';
2025-01-20 16:57:48 +03:00
// Fontawesome
@import '@fortawesome/fontawesome-free/css/all.css';