github.com/cryptohub-digital/blockbook@v0.3.5-0.20240403155730-99ab40b9104c/static/css/Satoshi/satoshi.css (about) 1 /** 2 * @license 3 * 4 * Font Family: Satoshi 5 * Designed by: Deni Anggara 6 * URL: https://www.fontshare.com/fonts/satoshi 7 * © 2024 Indian Type Foundry 8 * 9 * Satoshi Light 10 * Satoshi LightItalic 11 * Satoshi Regular 12 * Satoshi Italic 13 * Satoshi Medium 14 * Satoshi MediumItalic 15 * Satoshi Bold 16 * Satoshi BoldItalic 17 * Satoshi Black 18 * Satoshi BlackItalic 19 * Satoshi Variable (Variable font) 20 * Satoshi VariableItalic (Variable font) 21 22 * 23 */ 24 @font-face { 25 font-family: 'Satoshi-Light'; 26 src: url('./Satoshi-Light.woff2') format('woff2'), 27 url('./Satoshi-Light.woff') format('woff'), 28 url('./Satoshi-Light.ttf') format('truetype'); 29 font-weight: 300; 30 font-display: swap; 31 font-style: normal; 32 } 33 @font-face { 34 font-family: 'Satoshi-LightItalic'; 35 src: url('./Satoshi-LightItalic.woff2') format('woff2'), 36 url('./Satoshi-LightItalic.woff') format('woff'), 37 url('./Satoshi-LightItalic.ttf') format('truetype'); 38 font-weight: 300; 39 font-display: swap; 40 font-style: italic; 41 } 42 @font-face { 43 font-family: 'Satoshi-Regular'; 44 src: url('./Satoshi-Regular.woff2') format('woff2'), 45 url('./Satoshi-Regular.woff') format('woff'), 46 url('./Satoshi-Regular.ttf') format('truetype'); 47 font-weight: 400; 48 font-display: swap; 49 font-style: normal; 50 } 51 @font-face { 52 font-family: 'Satoshi-Italic'; 53 src: url('./Satoshi-Italic.woff2') format('woff2'), 54 url('./Satoshi-Italic.woff') format('woff'), 55 url('./Satoshi-Italic.ttf') format('truetype'); 56 font-weight: 400; 57 font-display: swap; 58 font-style: italic; 59 } 60 @font-face { 61 font-family: 'Satoshi-Medium'; 62 src: url('./Satoshi-Medium.woff2') format('woff2'), 63 url('./Satoshi-Medium.woff') format('woff'), 64 url('./Satoshi-Medium.ttf') format('truetype'); 65 font-weight: 500; 66 font-display: swap; 67 font-style: normal; 68 } 69 @font-face { 70 font-family: 'Satoshi-MediumItalic'; 71 src: url('./Satoshi-MediumItalic.woff2') format('woff2'), 72 url('./Satoshi-MediumItalic.woff') format('woff'), 73 url('./Satoshi-MediumItalic.ttf') format('truetype'); 74 font-weight: 500; 75 font-display: swap; 76 font-style: italic; 77 } 78 @font-face { 79 font-family: 'Satoshi-Bold'; 80 src: url('./Satoshi-Bold.woff2') format('woff2'), 81 url('./Satoshi-Bold.woff') format('woff'), 82 url('./Satoshi-Bold.ttf') format('truetype'); 83 font-weight: 700; 84 font-display: swap; 85 font-style: normal; 86 } 87 @font-face { 88 font-family: 'Satoshi-BoldItalic'; 89 src: url('./Satoshi-BoldItalic.woff2') format('woff2'), 90 url('./Satoshi-BoldItalic.woff') format('woff'), 91 url('./Satoshi-BoldItalic.ttf') format('truetype'); 92 font-weight: 700; 93 font-display: swap; 94 font-style: italic; 95 } 96 @font-face { 97 font-family: 'Satoshi-Black'; 98 src: url('./Satoshi-Black.woff2') format('woff2'), 99 url('./Satoshi-Black.woff') format('woff'), 100 url('./Satoshi-Black.ttf') format('truetype'); 101 font-weight: 900; 102 font-display: swap; 103 font-style: normal; 104 } 105 @font-face { 106 font-family: 'Satoshi-BlackItalic'; 107 src: url('./Satoshi-BlackItalic.woff2') format('woff2'), 108 url('./Satoshi-BlackItalic.woff') format('woff'), 109 url('./Satoshi-BlackItalic.ttf') format('truetype'); 110 font-weight: 900; 111 font-display: swap; 112 font-style: italic; 113 } 114 /** 115 * This is a variable font 116 * You can control variable axes as shown below: 117 * font-variation-settings: wght 900.0; 118 * 119 * available axes: 120 'wght' (range from 300.0 to 900.0 121 */ 122 @font-face { 123 font-family: 'Satoshi-Variable'; 124 src: url('./Satoshi-Variable.woff2') format('woff2'), 125 url('./Satoshi-Variable.woff') format('woff'), 126 url('./Satoshi-Variable.ttf') format('truetype'); 127 font-weight: 300 900; 128 font-display: swap; 129 font-style: normal; 130 } 131 /** 132 * This is a variable font 133 * You can control variable axes as shown below: 134 * font-variation-settings: wght 900.0; 135 * 136 * available axes: 137 'wght' (range from 300.0 to 900.0 138 */ 139 @font-face { 140 font-family: 'Satoshi-VariableItalic'; 141 src: url('./Satoshi-VariableItalic.woff2') format('woff2'), 142 url('./Satoshi-VariableItalic.woff') format('woff'), 143 url('./Satoshi-VariableItalic.ttf') format('truetype'); 144 font-weight: 300 900; 145 font-display: swap; 146 font-style: italic; 147 } 148