hugo-theme-hyde-hyde/static/css/custom.css

31 lines
394 B
CSS

body {
font-family: "Fira Sans", sans-serif;
font-size: 16px;
font-weight: 300 !important;
}
code {
font-family: "Fira Code", "Source Code Pro", Consolas, monospace;
}
.img-circle {
border-radius: 50%;
}
.headshot {
width: 115px;
height: 115px;
}
.brand {
font-size: 3.0em;
margin-bottom: 0;
}
span, p, code {
font-size: 1.33vw;
}
.text-center {
text-align:center;
}