|
1 | | -@import "node_modules/bootstrap/scss/functions"; |
2 | | -@import "node_modules/bootstrap/scss/variables"; |
3 | | -@import "node_modules/bootstrap/scss/mixins"; |
4 | | -@import "node_modules/bootstrap/scss/reboot"; |
5 | | -@import "node_modules/bootstrap/scss/containers"; |
6 | | -@import "node_modules/bootstrap/scss/grid"; |
7 | | -@import "node_modules/bootstrap/scss/utilities"; |
8 | | -@import "node_modules/bootstrap/scss/utilities/api"; |
9 | | -@import "node_modules/bootstrap/scss/forms"; |
10 | | -@import "node_modules/bootstrap/scss/buttons"; |
11 | | -@import "node_modules/bootstrap/scss/tables"; |
12 | | - |
13 | | -@font-face { |
14 | | - font-family: "Open Sans"; |
15 | | - src: url(../fonts/OpenSans-Light.ttf); |
16 | | - font-weight: 300; |
17 | | -} |
18 | | -@font-face { |
19 | | - font-family: "Open Sans"; |
20 | | - src: url(../fonts/OpenSans-LightItalic.ttf); |
21 | | - font-weight: 300; |
22 | | - font-style: italic; |
23 | | -} |
24 | | -@font-face { |
25 | | - font-family: "Open Sans"; |
26 | | - src: url(../fonts/OpenSans-Regular.ttf); |
27 | | - font-weight: 400; |
28 | | -} |
29 | | -@font-face { |
30 | | - font-family: "Open Sans"; |
31 | | - src: url(../fonts/OpenSans-Italic.ttf); |
32 | | - font-weight: 400; |
33 | | - font-style: italic; |
34 | | -} |
35 | | -@font-face { |
36 | | - font-family: "Open Sans"; |
37 | | - src: url(../fonts/OpenSans-SemiBold.ttf); |
38 | | - font-weight: 600; |
39 | | -} |
40 | | -@font-face { |
41 | | - font-family: "Open Sans"; |
42 | | - src: url(../fonts/OpenSans-SemiBoldItalic.ttf); |
43 | | - font-weight: 600; |
44 | | - font-style: italic; |
45 | | -} |
46 | | -@font-face { |
47 | | - font-family: "Open Sans"; |
48 | | - src: url(../fonts/OpenSans-Bold.ttf); |
49 | | - font-weight: 700; |
50 | | -} |
51 | | -@font-face { |
52 | | - font-family: "Open Sans"; |
53 | | - src: url(../fonts/OpenSans-BoldItalic.ttf); |
54 | | - font-weight: 700; |
55 | | - font-style: italic; |
56 | | -} |
57 | | -@font-face { |
58 | | - font-family: "Open Sans"; |
59 | | - src: url(../fonts/OpenSans-ExtraBold.ttf); |
60 | | - font-weight: 800; |
61 | | -} |
62 | | -@font-face { |
63 | | - font-family: "Open Sans"; |
64 | | - src: url(../fonts/OpenSans-ExtraBoldItalic.ttf); |
65 | | - font-weight: 800; |
66 | | - font-style: italic; |
67 | | -} |
| 1 | +@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); |
68 | 2 |
|
69 | 3 | body { |
70 | | - font-family: "Open Sans", sans-serif; |
71 | | - font-weight: 400; |
| 4 | + font-family: 'Roboto', sans-serif; |
| 5 | + font-weight: 300; |
72 | 6 | } |
0 commit comments