1
0
Fork 0
forked from CRSS/Website
Website-fixver/css/src/_fonts.scss

19 lines
776 B
SCSS
Raw Normal View History

2023-11-26 21:40:10 +00:00
// @import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
2023-09-14 19:47:02 +00:00
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Outfit:wght@400;500;700&display=swap');
2023-11-26 21:40:10 +00:00
body, input {
2023-09-14 19:47:02 +00:00
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Outfit", "Noto Color Emoji", sans-serif;
2023-11-26 21:40:10 +00:00
font-weight: 500;
//margin-bottom: 6px;
}
2023-09-14 19:47:02 +00:00
2023-11-26 21:40:10 +00:00
.pageHero {
font-family: "Comic Neue", "Comic Sans MS", "Noto Color Emoji", sans-serif;
//margin-bottom: 6px;
}