
 @font-face{
   	font-family: "german underground"
   	src: url("C:\Users\aexnc\Downloads\german_underground\german____underground.woff2") format("woff2"),
   	url("C:\Users\aexnc\Downloads\german_underground\german____underground.woff") format("woff"),
   	url("C:\Users\aexnc\Downloads\german_underground\german____underground.ttf") format("typetrue");
   		font-weight: normal;
   			font-style: normal; 
   				font-display: swap; 
}

.example {
	font-family: "german underground", serif;
}

body {
background-image:url("file:///C:/Users/aexnc/OneDrive/Pictures/Screenshots/ZOOO%20WEE%20MAMA.png");

background-size: cover; 

background-repeat: no-repeat;

background-attachment: fixed; 

}