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.
30 lines
640 B
SCSS
30 lines
640 B
SCSS
@import "~bootstrap/scss/bootstrap";
|
|
|
|
@font-face {
|
|
font-family: Gabriola;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local('Gabriola'), url('/build/static/fonts/gabriola.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: BlackChancery;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local('BlackChancery'), url('/build/static/fonts/black_chancery.ttf') format('truetype');
|
|
}
|
|
|
|
#messages {
|
|
display: none;
|
|
}
|
|
|
|
body {
|
|
font-family: Gabriola, sans-serif;
|
|
font-size: 1.5rem;
|
|
margin : 120px 5px 0 5px;
|
|
}
|
|
.ui-widget {
|
|
font-family: Gabriola, sans-serif;
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
@import "header"; |