/*why are you here.
more importantly
how are you here*/
    
    @font-face {
    
        font-family: LDFComicSans;
        src: url('/LDF_comic_sans/Ldfcomicsans.ttf') format('truetype');
        font-weight: 100;
   
    } 

    @font-face {
    
        font-family: LDFComicSans;
        src: url('/LDF_comic_sans/Ldfcomicsansbold.ttf') format('truetype');
        font-weight: bold;
    
    }    

    @font-face {
    
        font-family: LDFComicSans;
        src: url('/LDF_comic_sans/Ldfcomicsanslight.ttf') format('truetype');
        font-weight: thin;
    
    }  
    @font-face {
    
        font-family: LDFComicSans;
        src: url('/LDF_comic_sans/Ldfcomicsanshairline.ttf') format('truetype');
        font-weight: hairline;
    
    }  

    body, p {
        background-color: black;
        color: white;
        font-family: LDFComicSans;
        font-weight: 100;
        text-shadow: lightgrey;
    }
    
    h1 {
        background-color: black;
        color: white;
        font-family: LDFComicSans;
        font-weight: bold;
        text-shadow: lightgrey;
    }