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 */ | /* =Base */ | ||||||
| input[type=text] { | input[type=text] { | ||||||
|     width: 30%; |     width: 30%; | ||||||
|  | @ -81,7 +15,7 @@ input[type=text]:focus { | ||||||
|     width: 75%; |     width: 75%; | ||||||
| } | } | ||||||
| body { | body { | ||||||
|     font-family: 'Open Sans'; |     font-family: sans-serif; | ||||||
|     color: $iron; |     color: $iron; | ||||||
|     background-color: $dorian; |     background-color: $dorian; | ||||||
| } | } | ||||||
|  | @ -305,7 +239,7 @@ div.crypto-card p { | ||||||
| } | } | ||||||
| .tags { | .tags { | ||||||
|     margin-bottom: 3rem; |     margin-bottom: 3rem; | ||||||
|     font-family: 'Open Sans'; |     font-family: sans-serif; | ||||||
| } | } | ||||||
| .list-tags a { | .list-tags a { | ||||||
|     font-size: 1rem; |     font-size: 1rem; | ||||||
|  | @ -324,7 +258,7 @@ div.crypto-card p { | ||||||
|     transition-duration: 0.4s; |     transition-duration: 0.4s; | ||||||
| } | } | ||||||
| .tag-title { | .tag-title { | ||||||
|     font-family: 'Overpass',sans-serif; |     font-family: serif; | ||||||
|     font-weight: 400; |     font-weight: 400; | ||||||
|     font-style: normal; |     font-style: normal; | ||||||
|     font-size: 2.25rem; |     font-size: 2.25rem; | ||||||
|  | @ -340,11 +274,11 @@ div.crypto-card p { | ||||||
| } | } | ||||||
| .tag-list { | .tag-list { | ||||||
|     list-style-type: none; |     list-style-type: none; | ||||||
|     font-family: 'Overpass'; |     font-family: serif; | ||||||
|     padding: 0px; |     padding: 0px; | ||||||
| } | } | ||||||
| .tag-list li { | .tag-list li { | ||||||
|     font-family: 'Overpass'; |     font-family: serif; | ||||||
|     border-bottom: 1px solid #fff; |     border-bottom: 1px solid #fff; | ||||||
|     padding: .625rem 0; |     padding: .625rem 0; | ||||||
| } | } | ||||||
|  | @ -441,7 +375,7 @@ strong { | ||||||
| 
 | 
 | ||||||
| .header { | .header { | ||||||
|     overflow: hidden; |     overflow: hidden; | ||||||
|     font-family: 'Overpass'; |     font-family: serif; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .navigation { | .navigation { | ||||||
|  | @ -493,7 +427,7 @@ strong { | ||||||
|     margin-top:100px; |     margin-top:100px; | ||||||
|     margin-bottom:75px; |     margin-bottom:75px; | ||||||
|     text-align: center; |     text-align: center; | ||||||
|     font-family: 'Overpass'; |     font-family: serif; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .page-title-text { | .page-title-text { | ||||||
|  | @ -503,14 +437,14 @@ strong { | ||||||
| 
 | 
 | ||||||
| .page-title-subtitle { | .page-title-subtitle { | ||||||
|     font-weight: 400; |     font-weight: 400; | ||||||
|     font-family: 'Inconsolata'; |     font-family: monospace; | ||||||
|     font-size: 22px; |     font-size: 22px; | ||||||
|     color: $cloudy; |     color: $cloudy; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .post-title { | .post-title { | ||||||
|     margin-bottom: 100px; |     margin-bottom: 100px; | ||||||
|     font-family: 'Overpass'; |     font-family: serif; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .post-title-text { | .post-title-text { | ||||||
|  | @ -525,17 +459,17 @@ strong { | ||||||
| 
 | 
 | ||||||
| .list-posts { | .list-posts { | ||||||
|     list-style-type: none; |     list-style-type: none; | ||||||
|     font-family: 'Overpass'; |     font-family: serif; | ||||||
|     padding: 0px; |     padding: 0px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .post-teaser { | .post-teaser { | ||||||
|     font-family: 'Overpass'; |     font-family: serif; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .post-teaser p { | .post-teaser p { | ||||||
|     font-weight: 200; |     font-weight: 200; | ||||||
|     font-family: 'Open Sans'; |     font-family: sans-serif; | ||||||
|     font-size: 15px; |     font-size: 15px; | ||||||
|     font-style: none; |     font-style: none; | ||||||
| } | } | ||||||
|  | @ -550,7 +484,7 @@ strong { | ||||||
|     float: right; |     float: right; | ||||||
|     vertical-align: middle; |     vertical-align: middle; | ||||||
|     color: $cloudy; |     color: $cloudy; | ||||||
|     font-family: 'Inconsolata'; |     font-family: monospace; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .empty-post-list { | .empty-post-list { | ||||||
|  | @ -581,7 +515,7 @@ strong { | ||||||
| 
 | 
 | ||||||
| .explore { | .explore { | ||||||
|     text-align: center; |     text-align: center; | ||||||
|     font-family: 'Inconsolata'; |     font-family: monospace; | ||||||
|     color: $cloudy; |     color: $cloudy; | ||||||
|     margin-top: 80px; |     margin-top: 80px; | ||||||
|     word-break: break-all; |     word-break: break-all; | ||||||
|  | @ -595,12 +529,12 @@ strong { | ||||||
| .explore-label { | .explore-label { | ||||||
|     font-size: 14px; |     font-size: 14px; | ||||||
|     margin-top: 15px; |     margin-top: 15px; | ||||||
|     font-family: 'Inconsolata'; |     font-family: monospace; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .categories { | .categories { | ||||||
|     list-style-type: none; |     list-style-type: none; | ||||||
|     font-family: 'Inconsolata'; |     font-family: monospace; | ||||||
|     margin-top: 15px; |     margin-top: 15px; | ||||||
|     padding: 0px; |     padding: 0px; | ||||||
| } | } | ||||||
|  | @ -613,7 +547,7 @@ strong { | ||||||
| 
 | 
 | ||||||
| .categories-item a { | .categories-item a { | ||||||
|     color: $iron; |     color: $iron; | ||||||
|     font-family: 'Inconsolata'; |     font-family: monospace; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .categories-item:after { | .categories-item:after { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue