remove fonts
This commit is contained in:
		
							parent
							
								
									7db2df5c5f
								
							
						
					
					
						commit
						15a91974d8
					
				|  | @ -1,69 +1,3 @@ | |||
| @font-face { | ||||
|     font-family: 'Open Sans'; | ||||
|     font-display: swap; | ||||
|     font-style: normal; | ||||
|     font-weight: 300; | ||||
|     src: url('assets/fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */ | ||||
|     src: local('Open Sans Light'), local('OpenSans-Light'), | ||||
|     url('/assets/fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||||
|     url('/assets/fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ | ||||
|     url('/assets/fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */ | ||||
|     url('/assets/fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ | ||||
|     url('/assets/fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */ | ||||
| } | ||||
| @font-face { | ||||
|     font-family: 'Open Sans'; | ||||
|     font-display: swap; | ||||
|     font-style: italic; | ||||
|     font-weight: 300; | ||||
|     src: url('/assets/fonts/open-sans-v15-latin-300italic.eot'); /* IE9 Compat Modes */ | ||||
|     src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), | ||||
|     url('/assets/fonts/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||||
|     url('/assets/fonts/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ | ||||
|     url('/assets/fonts/open-sans-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */ | ||||
|     url('/assets/fonts/open-sans-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ | ||||
|     url('/assets/fonts/open-sans-v15-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */ | ||||
| } | ||||
| @font-face { | ||||
|     font-family: 'Inconsolata'; | ||||
|     font-display: swap; | ||||
|     font-style: normal; | ||||
|     font-weight: 400; | ||||
|     src: url('/assets/fonts/inconsolata-v16-latin-regular.eot'); /* IE9 Compat Modes */ | ||||
|     src: local('Inconsolata Regular'), local('Inconsolata-Regular'), | ||||
|     url('/assets/fonts/inconsolata-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||||
|     url('/assets/fonts/inconsolata-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ | ||||
|     url('/assets/fonts/inconsolata-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ | ||||
|     url('/assets/fonts/inconsolata-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ | ||||
|     url('/assets/fonts/inconsolata-v16-latin-regular.svg#Inconsolata') format('svg'); /* Legacy iOS */ | ||||
| } | ||||
| @font-face { | ||||
|     font-family: 'Inconsolata'; | ||||
|     font-display: swap; | ||||
|     font-style: normal; | ||||
|     font-weight: 700; | ||||
|     src: url('/assets/fonts/inconsolata-v16-latin-700.eot'); /* IE9 Compat Modes */ | ||||
|     src: local('Inconsolata Bold'), local('Inconsolata-Bold'), | ||||
|     url('/assets/fonts/inconsolata-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||||
|     url('/assets/fonts/inconsolata-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ | ||||
|     url('/assets/fonts/inconsolata-v16-latin-700.woff') format('woff'), /* Modern Browsers */ | ||||
|     url('/assets/fonts/inconsolata-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ | ||||
|     url('/assets/fonts/inconsolata-v16-latin-700.svg#Inconsolata') format('svg'); /* Legacy iOS */ | ||||
| } | ||||
| @font-face { | ||||
|     font-family: 'Overpass'; | ||||
|     font-display: swap; | ||||
|     font-style: normal; | ||||
|     font-weight: 400; | ||||
|     src: url('/assets/fonts/overpass-v2-latin-regular.eot'); /* IE9 Compat Modes */ | ||||
|     src: local('Overpass Regular'), local('Overpass-Regular'), | ||||
|     url('/assets/fonts/overpass-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||||
|     url('/assets/fonts/overpass-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ | ||||
|     url('/assets/fonts/overpass-v2-latin-regular.woff') format('woff'), /* Modern Browsers */ | ||||
|     url('/assets/fonts/overpass-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ | ||||
|     url('/assets/fonts/overpass-v2-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */ | ||||
| } | ||||
| 
 | ||||
| /* =Base */ | ||||
| input[type=text] { | ||||
|     width: 30%; | ||||
|  | @ -81,7 +15,7 @@ input[type=text]:focus { | |||
|     width: 75%; | ||||
| } | ||||
| body { | ||||
|     font-family: 'Open Sans'; | ||||
|     font-family: sans-serif; | ||||
|     color: $iron; | ||||
|     background-color: $dorian; | ||||
| } | ||||
|  | @ -305,7 +239,7 @@ div.crypto-card p { | |||
| } | ||||
| .tags { | ||||
|     margin-bottom: 3rem; | ||||
|     font-family: 'Open Sans'; | ||||
|     font-family: sans-serif; | ||||
| } | ||||
| .list-tags a { | ||||
|     font-size: 1rem; | ||||
|  | @ -324,7 +258,7 @@ div.crypto-card p { | |||
|     transition-duration: 0.4s; | ||||
| } | ||||
| .tag-title { | ||||
|     font-family: 'Overpass',sans-serif; | ||||
|     font-family: serif; | ||||
|     font-weight: 400; | ||||
|     font-style: normal; | ||||
|     font-size: 2.25rem; | ||||
|  | @ -340,11 +274,11 @@ div.crypto-card p { | |||
| } | ||||
| .tag-list { | ||||
|     list-style-type: none; | ||||
|     font-family: 'Overpass'; | ||||
|     font-family: serif; | ||||
|     padding: 0px; | ||||
| } | ||||
| .tag-list li { | ||||
|     font-family: 'Overpass'; | ||||
|     font-family: serif; | ||||
|     border-bottom: 1px solid #fff; | ||||
|     padding: .625rem 0; | ||||
| } | ||||
|  | @ -441,7 +375,7 @@ strong { | |||
| 
 | ||||
| .header { | ||||
|     overflow: hidden; | ||||
|     font-family: 'Overpass'; | ||||
|     font-family: serif; | ||||
| } | ||||
| 
 | ||||
| .navigation { | ||||
|  | @ -493,7 +427,7 @@ strong { | |||
|     margin-top:100px; | ||||
|     margin-bottom:75px; | ||||
|     text-align: center; | ||||
|     font-family: 'Overpass'; | ||||
|     font-family: serif; | ||||
| } | ||||
| 
 | ||||
| .page-title-text { | ||||
|  | @ -503,14 +437,14 @@ strong { | |||
| 
 | ||||
| .page-title-subtitle { | ||||
|     font-weight: 400; | ||||
|     font-family: 'Inconsolata'; | ||||
|     font-family: monospace; | ||||
|     font-size: 22px; | ||||
|     color: $cloudy; | ||||
| } | ||||
| 
 | ||||
| .post-title { | ||||
|     margin-bottom: 100px; | ||||
|     font-family: 'Overpass'; | ||||
|     font-family: serif; | ||||
| } | ||||
| 
 | ||||
| .post-title-text { | ||||
|  | @ -525,17 +459,17 @@ strong { | |||
| 
 | ||||
| .list-posts { | ||||
|     list-style-type: none; | ||||
|     font-family: 'Overpass'; | ||||
|     font-family: serif; | ||||
|     padding: 0px; | ||||
| } | ||||
| 
 | ||||
| .post-teaser { | ||||
|     font-family: 'Overpass'; | ||||
|     font-family: serif; | ||||
| } | ||||
| 
 | ||||
| .post-teaser p { | ||||
|     font-weight: 200; | ||||
|     font-family: 'Open Sans'; | ||||
|     font-family: sans-serif; | ||||
|     font-size: 15px; | ||||
|     font-style: none; | ||||
| } | ||||
|  | @ -550,7 +484,7 @@ strong { | |||
|     float: right; | ||||
|     vertical-align: middle; | ||||
|     color: $cloudy; | ||||
|     font-family: 'Inconsolata'; | ||||
|     font-family: monospace; | ||||
| } | ||||
| 
 | ||||
| .empty-post-list { | ||||
|  | @ -581,7 +515,7 @@ strong { | |||
| 
 | ||||
| .explore { | ||||
|     text-align: center; | ||||
|     font-family: 'Inconsolata'; | ||||
|     font-family: monospace; | ||||
|     color: $cloudy; | ||||
|     margin-top: 80px; | ||||
|     word-break: break-all; | ||||
|  | @ -595,12 +529,12 @@ strong { | |||
| .explore-label { | ||||
|     font-size: 14px; | ||||
|     margin-top: 15px; | ||||
|     font-family: 'Inconsolata'; | ||||
|     font-family: monospace; | ||||
| } | ||||
| 
 | ||||
| .categories { | ||||
|     list-style-type: none; | ||||
|     font-family: 'Inconsolata'; | ||||
|     font-family: monospace; | ||||
|     margin-top: 15px; | ||||
|     padding: 0px; | ||||
| } | ||||
|  | @ -613,7 +547,7 @@ strong { | |||
| 
 | ||||
| .categories-item a { | ||||
|     color: $iron; | ||||
|     font-family: 'Inconsolata'; | ||||
|     font-family: monospace; | ||||
| } | ||||
| 
 | ||||
| .categories-item:after { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue