Skip to main content

CSS: Body and Font Styles

body-font-styles.css

/* Body and Font Styles */
body {
      background-image: url('bg.png');
      background-attachment: fixed;
      background-size: cover;
      height: auto;
      font-family: 'Spectral', serif;
    --font-body: 'Spectral', serif;
    --font-heading: 'Spectral', serif;
    --font-code: 'Source Code Pro', monospace;
    }
.text-muted.break-text {
   display: none;
}
.heading-art {
border:1px solid grey;
padding:10px;
margin:20px 0;
border-radius:5px;
}