blog/themes/chosto/static/css/custom.css

24 lines
456 B
CSS

@font-face {
font-family: 'Nunito';
src:
url('../font/Nunito-Regular.woff2') format('woff2'),
url('../font/Nunito-Regular.woff') format('woff'),
url('../font/Nunito-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.has-equal-height {
height: 100%;
display: flex;
flex-direction: column;
}
.content {
text-align: justify;
}
.navbar-dropdown {
font-size: 1rem;
}