25-plus-5-Clock/pages/globals.scss
2023-04-03 14:43:00 +10:00

16 lines
307 B
SCSS

@font-face {
font-family: "quicksand";
/* license: url("/quicksand.txt"); */
src: local("quicksand") url("/quicksand.ttf") format("tff");
}
$font-family-base: quicksand, roboto !default;
@import "~bootstrap/scss/bootstrap";
.mcw {
margin-left: auto;
margin-right: auto;
width: max-content;
}