16 lines
307 B
SCSS
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;
|
|
}
|