1 |
ab1bb0fc
|
Adam Mištera
|
// Fonts
|
2 |
|
|
@import url('https://fonts.googleapis.com/css?family=Nunito');
|
3 |
3b97c440
|
zabran
|
@import url('https://db.onlinewebfonts.com/c/2090551770be22b09600a40b0b4673b7?family=Avenir+Medium');
|
4 |
|
|
@import url('https://db.onlinewebfonts.com/c/275de2221d9f0c4c9257d17f5a1e4006?family=Avenir+Black');
|
5 |
|
|
@import url('https://db.onlinewebfonts.com/c/1a045963159927274c92b0444fb83c17?family=Avenir');
|
6 |
ab1bb0fc
|
Adam Mištera
|
|
7 |
|
|
// Variables
|
8 |
|
|
@import 'variables';
|
9 |
|
|
|
10 |
|
|
// Bootstrap
|
11 |
|
|
@import '~bootstrap/scss/bootstrap';
|
12 |
34c0b905
|
rizir01
|
|
13 |
|
|
@import 'custom';
|