You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
369 B
CSS
23 lines
369 B
CSS
@font-face {
|
|
font-family: "Baskervol";
|
|
src: url("BBBBaskervvol-Base.woff") format("woff"), url("BBBBaskervvol-Base.woff2") format("woff2");
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
font-family: "Baskervol", sans-serif;
|
|
padding: 3rem;
|
|
max-width: 960px;
|
|
/*margin: 0 auto;*/
|
|
}
|
|
|
|
.instruction {
|
|
width: 80%;
|
|
margin-right: 0;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.underline {
|
|
text-decoration: underline;
|
|
} |