mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Move fonts folder out of css folder
This commit is contained in:
		@@ -237,28 +237,28 @@ a {
 | 
			
		||||
    font-family: Whitney;
 | 
			
		||||
    font-style: light;
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
    src: url("/fonts/whitney_light.woff") format("woff")
 | 
			
		||||
    src: url("../fonts/whitney_light.woff") format("woff")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: Whitney;
 | 
			
		||||
    font-style: normal;
 | 
			
		||||
    font-weight: 500;
 | 
			
		||||
    src: url("/fonts/whitney_normal.woff") format("woff")
 | 
			
		||||
    src: url("../fonts/whitney_normal.woff") format("woff")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: Whitney;
 | 
			
		||||
    font-style: medium;
 | 
			
		||||
    font-weight: 600;
 | 
			
		||||
    src: url("/fonts/whitney_medium.woff") format("woff")
 | 
			
		||||
    src: url("../fonts/whitney_medium.woff") format("woff")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: Whitney;
 | 
			
		||||
    font-style: bold;
 | 
			
		||||
    font-weight: 700;
 | 
			
		||||
    src: url("/fonts/whitney_bold.woff") format("woff")
 | 
			
		||||
    src: url("../fonts/whitney_bold.woff") format("woff")
 | 
			
		||||
}
 | 
			
		||||
* {
 | 
			
		||||
font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user