Nice little directory browser :D

feat: server public at /.nhnd * moving from / to make caching possible * only /font was caching, others couldn't be since any rules would either have to specify EVERY file or catch user files (/.../style.css,/htmx.js,/jquery.js, etc OR *.js,*.css, etc. -> /.nhnd/*) * favicon is of course still served at /favicon.ico

+735 -694
+41
Routes.ps1
··· 132 return $true 133 } 134 135 Enable-PodeSessionMiddleware -Duration 120 -Extend 136 137 Add-PodeRouteGroup -Path /api -Routes {
··· 132 return $true 133 } 134 135 + Add-PodeMiddleware -Name __pode_mw_static_content__ -ScriptBlock { 136 + if ($WebEvent.Path -eq '/favicon.ico') { 137 + $pubRoute = Find-PodePublicRoute -Path '/favicon.ico' 138 + 139 + if ($null -eq $pubRoute) { 140 + Set-PodeResponseStatus -Code 404 141 + return $false 142 + } 143 + 144 + $cachable = Test-PodeRouteValidForCaching -Path '/favicon.ico' 145 + 146 + Write-PodeFileResponse -FileInfo $pubRoute.FileInfo -MaxAge $PodeContext.Server.Web.Static.Cache.MaxAge -Cache:$cachable 147 + return $false 148 + } 149 + 150 + if (-not ($WebEvent.Path -like '/.nhnd/*') -or $WebEvent.Path.Length -lt 6) { 151 + return $true 152 + } 153 + 154 + if ($WebEvent.Path -in ('/.nhnd', '/.nhnd/')) { 155 + Set-PodeResponseStatus -Code 404 156 + return $false 157 + } 158 + 159 + $_path = $WebEvent.Path.SubString(6) # strip /.nhnd 160 + $pubRoute = Find-PodePublicRoute -Path $_path 161 + 162 + if ($null -eq $pubRoute) { 163 + # using our own directory so we can just blanket deny 164 + Set-PodeResponseStatus -Code 404 165 + return $false 166 + } 167 + 168 + # check current state of caching 169 + $cachable = Test-PodeRouteValidForCaching -Path $_path 170 + 171 + # write the file to the response 172 + Write-PodeFileResponse -FileInfo $pubRoute.FileInfo -MaxAge $PodeContext.Server.Web.Static.Cache.MaxAge -Cache:$cachable 173 + return $false 174 + } 175 + 176 Enable-PodeSessionMiddleware -Duration 120 -Extend 177 178 Add-PodeRouteGroup -Path /api -Routes {
+4 -4
functions.ps1
··· 239 } 240 241 function _script_hx_hs_jq { 242 - script -Src /_hyperscript.js 243 - script -Src /_hs_tailwind.js 244 - script -Src /htmx.js 245 - script -Src /jquery.js 246 meta -Name htmx-config -Content (@{ scrollIntoViewOnBoost=$false; defaultHideShowStrategy='twDisplay' } | ConvertTo-Json -Compress) 247 } 248
··· 239 } 240 241 function _script_hx_hs_jq { 242 + script -Src /.nhnd/_hyperscript.js 243 + script -Src /.nhnd/_hs_tailwind.js 244 + script -Src /.nhnd/htmx.js 245 + script -Src /.nhnd/jquery.js 246 meta -Name htmx-config -Content (@{ scrollIntoViewOnBoost=$false; defaultHideShowStrategy='twDisplay' } | ConvertTo-Json -Compress) 247 } 248
+30 -30
public/font/IBMPlexMono-Regular/IBMPlexMono-Regular.css
··· 9 font-style: normal; 10 font-weight: 400; 11 font-display: swap; 12 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/001.woff2) format('woff2'); 13 unicode-range: U+0-7e; 14 } 15 ··· 18 font-style: normal; 19 font-weight: 400; 20 font-display: swap; 21 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/002.woff2) format('woff2'); 22 unicode-range: U+80-ff; 23 } 24 ··· 27 font-style: normal; 28 font-weight: 400; 29 font-display: swap; 30 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/003.woff2) format('woff2'); 31 unicode-range: U+100-17f; 32 } 33 ··· 36 font-style: normal; 37 font-weight: 400; 38 font-display: swap; 39 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/004.woff2) format('woff2'); 40 unicode-range: U+18f-237; 41 } 42 ··· 45 font-style: normal; 46 font-weight: 400; 47 font-display: swap; 48 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/005.woff2) format('woff2'); 49 unicode-range: U+259; 50 } 51 ··· 54 font-style: normal; 55 font-weight: 400; 56 font-display: swap; 57 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/006.woff2) format('woff2'); 58 unicode-range: U+2bb-2dd; 59 } 60 ··· 63 font-style: normal; 64 font-weight: 400; 65 font-display: swap; 66 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/007.woff2) format('woff2'); 67 unicode-range: U+300-328; 68 } 69 ··· 72 font-style: normal; 73 font-weight: 400; 74 font-display: swap; 75 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/008.woff2) format('woff2'); 76 unicode-range: U+3c0; 77 } 78 ··· 81 font-style: normal; 82 font-weight: 400; 83 font-display: swap; 84 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/009.woff2) format('woff2'); 85 unicode-range: U+400-4a7; 86 } 87 ··· 90 font-style: normal; 91 font-weight: 400; 92 font-display: swap; 93 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/010.woff2) format('woff2'); 94 unicode-range: U+4a8-4f9; 95 } 96 ··· 99 font-style: normal; 100 font-weight: 400; 101 font-display: swap; 102 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/011.woff2) format('woff2'); 103 unicode-range: U+524-525; 104 } 105 ··· 108 font-style: normal; 109 font-weight: 400; 110 font-display: swap; 111 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/012.woff2) format('woff2'); 112 unicode-range: U+e3f; 113 } 114 ··· 117 font-style: normal; 118 font-weight: 400; 119 font-display: swap; 120 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/013.woff2) format('woff2'); 121 unicode-range: U+1e80-1ef9; 122 } 123 ··· 126 font-style: normal; 127 font-weight: 400; 128 font-display: swap; 129 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/014.woff2) format('woff2'); 130 unicode-range: U+2000-205f; 131 } 132 ··· 135 font-style: normal; 136 font-weight: 400; 137 font-display: swap; 138 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/015.woff2) format('woff2'); 139 unicode-range: U+2070-2089; 140 } 141 ··· 144 font-style: normal; 145 font-weight: 400; 146 font-display: swap; 147 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/016.woff2) format('woff2'); 148 unicode-range: U+20a1-20bf; 149 } 150 ··· 153 font-style: normal; 154 font-weight: 400; 155 font-display: swap; 156 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/017.woff2) format('woff2'); 157 unicode-range: U+2113-212e; 158 } 159 ··· 162 font-style: normal; 163 font-weight: 400; 164 font-display: swap; 165 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/018.woff2) format('woff2'); 166 unicode-range: U+2150-215e; 167 } 168 ··· 171 font-style: normal; 172 font-weight: 400; 173 font-display: swap; 174 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/019.woff2) format('woff2'); 175 unicode-range: U+2190-21c6; 176 } 177 ··· 180 font-style: normal; 181 font-weight: 400; 182 font-display: swap; 183 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/020.woff2) format('woff2'); 184 unicode-range: U+2202-2265; 185 } 186 ··· 189 font-style: normal; 190 font-weight: 400; 191 font-display: swap; 192 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/021.woff2) format('woff2'); 193 unicode-range: U+2500-257f; 194 } 195 ··· 198 font-style: normal; 199 font-weight: 400; 200 font-display: swap; 201 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/022.woff2) format('woff2'); 202 unicode-range: U+2580-259f; 203 } 204 ··· 207 font-style: normal; 208 font-weight: 400; 209 font-display: swap; 210 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/023.woff2) format('woff2'); 211 unicode-range: U+25ca; 212 } 213 ··· 216 font-style: normal; 217 font-weight: 400; 218 font-display: swap; 219 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/024.woff2) format('woff2'); 220 unicode-range: U+2713-274c; 221 } 222 ··· 225 font-style: normal; 226 font-weight: 400; 227 font-display: swap; 228 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/025.woff2) format('woff2'); 229 unicode-range: U+2b0e-2b11; 230 } 231 ··· 234 font-style: normal; 235 font-weight: 400; 236 font-display: swap; 237 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/026.woff2) format('woff2'); 238 unicode-range: U+3000; 239 } 240 ··· 243 font-style: normal; 244 font-weight: 400; 245 font-display: swap; 246 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/027.woff2) format('woff2'); 247 unicode-range: U+f6d7-f6d8; 248 } 249 ··· 252 font-style: normal; 253 font-weight: 400; 254 font-display: swap; 255 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/028.woff2) format('woff2'); 256 unicode-range: U+fb01-fb02; 257 } 258 ··· 261 font-style: normal; 262 font-weight: 400; 263 font-display: swap; 264 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/029.woff2) format('woff2'); 265 unicode-range: U+feff; 266 } 267 ··· 270 font-style: normal; 271 font-weight: 400; 272 font-display: swap; 273 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/030.woff2) format('woff2'); 274 unicode-range: U+fffd; 275 }
··· 9 font-style: normal; 10 font-weight: 400; 11 font-display: swap; 12 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/001.woff2) format('woff2'); 13 unicode-range: U+0-7e; 14 } 15 ··· 18 font-style: normal; 19 font-weight: 400; 20 font-display: swap; 21 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/002.woff2) format('woff2'); 22 unicode-range: U+80-ff; 23 } 24 ··· 27 font-style: normal; 28 font-weight: 400; 29 font-display: swap; 30 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/003.woff2) format('woff2'); 31 unicode-range: U+100-17f; 32 } 33 ··· 36 font-style: normal; 37 font-weight: 400; 38 font-display: swap; 39 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/004.woff2) format('woff2'); 40 unicode-range: U+18f-237; 41 } 42 ··· 45 font-style: normal; 46 font-weight: 400; 47 font-display: swap; 48 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/005.woff2) format('woff2'); 49 unicode-range: U+259; 50 } 51 ··· 54 font-style: normal; 55 font-weight: 400; 56 font-display: swap; 57 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/006.woff2) format('woff2'); 58 unicode-range: U+2bb-2dd; 59 } 60 ··· 63 font-style: normal; 64 font-weight: 400; 65 font-display: swap; 66 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/007.woff2) format('woff2'); 67 unicode-range: U+300-328; 68 } 69 ··· 72 font-style: normal; 73 font-weight: 400; 74 font-display: swap; 75 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/008.woff2) format('woff2'); 76 unicode-range: U+3c0; 77 } 78 ··· 81 font-style: normal; 82 font-weight: 400; 83 font-display: swap; 84 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/009.woff2) format('woff2'); 85 unicode-range: U+400-4a7; 86 } 87 ··· 90 font-style: normal; 91 font-weight: 400; 92 font-display: swap; 93 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/010.woff2) format('woff2'); 94 unicode-range: U+4a8-4f9; 95 } 96 ··· 99 font-style: normal; 100 font-weight: 400; 101 font-display: swap; 102 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/011.woff2) format('woff2'); 103 unicode-range: U+524-525; 104 } 105 ··· 108 font-style: normal; 109 font-weight: 400; 110 font-display: swap; 111 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/012.woff2) format('woff2'); 112 unicode-range: U+e3f; 113 } 114 ··· 117 font-style: normal; 118 font-weight: 400; 119 font-display: swap; 120 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/013.woff2) format('woff2'); 121 unicode-range: U+1e80-1ef9; 122 } 123 ··· 126 font-style: normal; 127 font-weight: 400; 128 font-display: swap; 129 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/014.woff2) format('woff2'); 130 unicode-range: U+2000-205f; 131 } 132 ··· 135 font-style: normal; 136 font-weight: 400; 137 font-display: swap; 138 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/015.woff2) format('woff2'); 139 unicode-range: U+2070-2089; 140 } 141 ··· 144 font-style: normal; 145 font-weight: 400; 146 font-display: swap; 147 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/016.woff2) format('woff2'); 148 unicode-range: U+20a1-20bf; 149 } 150 ··· 153 font-style: normal; 154 font-weight: 400; 155 font-display: swap; 156 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/017.woff2) format('woff2'); 157 unicode-range: U+2113-212e; 158 } 159 ··· 162 font-style: normal; 163 font-weight: 400; 164 font-display: swap; 165 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/018.woff2) format('woff2'); 166 unicode-range: U+2150-215e; 167 } 168 ··· 171 font-style: normal; 172 font-weight: 400; 173 font-display: swap; 174 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/019.woff2) format('woff2'); 175 unicode-range: U+2190-21c6; 176 } 177 ··· 180 font-style: normal; 181 font-weight: 400; 182 font-display: swap; 183 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/020.woff2) format('woff2'); 184 unicode-range: U+2202-2265; 185 } 186 ··· 189 font-style: normal; 190 font-weight: 400; 191 font-display: swap; 192 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/021.woff2) format('woff2'); 193 unicode-range: U+2500-257f; 194 } 195 ··· 198 font-style: normal; 199 font-weight: 400; 200 font-display: swap; 201 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/022.woff2) format('woff2'); 202 unicode-range: U+2580-259f; 203 } 204 ··· 207 font-style: normal; 208 font-weight: 400; 209 font-display: swap; 210 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/023.woff2) format('woff2'); 211 unicode-range: U+25ca; 212 } 213 ··· 216 font-style: normal; 217 font-weight: 400; 218 font-display: swap; 219 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/024.woff2) format('woff2'); 220 unicode-range: U+2713-274c; 221 } 222 ··· 225 font-style: normal; 226 font-weight: 400; 227 font-display: swap; 228 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/025.woff2) format('woff2'); 229 unicode-range: U+2b0e-2b11; 230 } 231 ··· 234 font-style: normal; 235 font-weight: 400; 236 font-display: swap; 237 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/026.woff2) format('woff2'); 238 unicode-range: U+3000; 239 } 240 ··· 243 font-style: normal; 244 font-weight: 400; 245 font-display: swap; 246 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/027.woff2) format('woff2'); 247 unicode-range: U+f6d7-f6d8; 248 } 249 ··· 252 font-style: normal; 253 font-weight: 400; 254 font-display: swap; 255 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/028.woff2) format('woff2'); 256 unicode-range: U+fb01-fb02; 257 } 258 ··· 261 font-style: normal; 262 font-weight: 400; 263 font-display: swap; 264 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/029.woff2) format('woff2'); 265 unicode-range: U+feff; 266 } 267 ··· 270 font-style: normal; 271 font-weight: 400; 272 font-display: swap; 273 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/030.woff2) format('woff2'); 274 unicode-range: U+fffd; 275 }
+157 -157
public/font/IBMPlexSansJP-Bold/IBMPlexSansJP-Bold.css
··· 9 font-style: normal; 10 font-weight: 700; 11 font-display: swap; 12 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/001.woff2) format('woff2'); 13 unicode-range: U+20-7e; 14 } 15 ··· 18 font-style: normal; 19 font-weight: 700; 20 font-display: swap; 21 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/002.woff2) format('woff2'); 22 unicode-range: U+a0-ff; 23 } 24 ··· 27 font-style: normal; 28 font-weight: 700; 29 font-display: swap; 30 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/003.woff2) format('woff2'); 31 unicode-range: U+100-17e; 32 } 33 ··· 36 font-style: normal; 37 font-weight: 700; 38 font-display: swap; 39 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/004.woff2) format('woff2'); 40 unicode-range: U+192-237; 41 } 42 ··· 45 font-style: normal; 46 font-weight: 700; 47 font-display: swap; 48 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/005.woff2) format('woff2'); 49 unicode-range: U+250-2a2; 50 } 51 ··· 54 font-style: normal; 55 font-weight: 700; 56 font-display: swap; 57 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/006.woff2) format('woff2'); 58 unicode-range: U+2b0-2e9; 59 } 60 ··· 63 font-style: normal; 64 font-weight: 700; 65 font-display: swap; 66 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/007.woff2) format('woff2'); 67 unicode-range: U+300-361; 68 } 69 ··· 72 font-style: normal; 73 font-weight: 700; 74 font-display: swap; 75 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/008.woff2) format('woff2'); 76 unicode-range: U+384-3db; 77 } 78 ··· 81 font-style: normal; 82 font-weight: 700; 83 font-display: swap; 84 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/009.woff2) format('woff2'); 85 unicode-range: U+401-45f; 86 } 87 ··· 90 font-style: normal; 91 font-weight: 700; 92 font-display: swap; 93 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/010.woff2) format('woff2'); 94 unicode-range: U+1e3e-1ebd; 95 } 96 ··· 99 font-style: normal; 100 font-weight: 700; 101 font-display: swap; 102 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/011.woff2) format('woff2'); 103 unicode-range: U+1f70-1f73; 104 } 105 ··· 108 font-style: normal; 109 font-weight: 700; 110 font-display: swap; 111 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/012.woff2) format('woff2'); 112 unicode-range: U+2002-205d; 113 } 114 ··· 117 font-style: normal; 118 font-weight: 700; 119 font-display: swap; 120 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/013.woff2) format('woff2'); 121 unicode-range: U+2070-2089; 122 } 123 ··· 126 font-style: normal; 127 font-weight: 700; 128 font-display: swap; 129 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/014.woff2) format('woff2'); 130 unicode-range: U+20ac; 131 } 132 ··· 135 font-style: normal; 136 font-weight: 700; 137 font-display: swap; 138 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/015.woff2) format('woff2'); 139 unicode-range: U+20dd-20de; 140 } 141 ··· 144 font-style: normal; 145 font-weight: 700; 146 font-display: swap; 147 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/016.woff2) format('woff2'); 148 unicode-range: U+2100-213b; 149 } 150 ··· 153 font-style: normal; 154 font-weight: 700; 155 font-display: swap; 156 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/017.woff2) format('woff2'); 157 unicode-range: U+2150-2189; 158 } 159 ··· 162 font-style: normal; 163 font-weight: 700; 164 font-display: swap; 165 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/018.woff2) format('woff2'); 166 unicode-range: U+2190-21f5; 167 } 168 ··· 171 font-style: normal; 172 font-weight: 700; 173 font-display: swap; 174 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/019.woff2) format('woff2'); 175 unicode-range: U+2200-22db; 176 } 177 ··· 180 font-style: normal; 181 font-weight: 700; 182 font-display: swap; 183 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/020.woff2) format('woff2'); 184 unicode-range: U+2305-23ce; 185 } 186 ··· 189 font-style: normal; 190 font-weight: 700; 191 font-display: swap; 192 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/021.woff2) format('woff2'); 193 unicode-range: U+2423; 194 } 195 ··· 198 font-style: normal; 199 font-weight: 700; 200 font-display: swap; 201 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/022.woff2) format('woff2'); 202 unicode-range: U+2460-24e8; 203 } 204 ··· 207 font-style: normal; 208 font-weight: 700; 209 font-display: swap; 210 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/023.woff2) format('woff2'); 211 unicode-range: U+24e9-24ff; 212 } 213 ··· 216 font-style: normal; 217 font-weight: 700; 218 font-display: swap; 219 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/024.woff2) format('woff2'); 220 unicode-range: U+2500-2573; 221 } 222 ··· 225 font-style: normal; 226 font-weight: 700; 227 font-display: swap; 228 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/025.woff2) format('woff2'); 229 unicode-range: U+2581-2595; 230 } 231 ··· 234 font-style: normal; 235 font-weight: 700; 236 font-display: swap; 237 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/026.woff2) format('woff2'); 238 unicode-range: U+25a0-25ef; 239 } 240 ··· 243 font-style: normal; 244 font-weight: 700; 245 font-display: swap; 246 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/027.woff2) format('woff2'); 247 unicode-range: U+2600-26a0; 248 } 249 ··· 252 font-style: normal; 253 font-weight: 700; 254 font-display: swap; 255 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/028.woff2) format('woff2'); 256 unicode-range: U+2702-27a1; 257 } 258 ··· 261 font-style: normal; 262 font-weight: 700; 263 font-display: swap; 264 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/029.woff2) format('woff2'); 265 unicode-range: U+2934-2935; 266 } 267 ··· 270 font-style: normal; 271 font-weight: 700; 272 font-display: swap; 273 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/030.woff2) format('woff2'); 274 unicode-range: U+29bf-29fb; 275 } 276 ··· 279 font-style: normal; 280 font-weight: 700; 281 font-display: swap; 282 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/031.woff2) format('woff2'); 283 unicode-range: U+2b05-2b95; 284 } 285 ··· 288 font-style: normal; 289 font-weight: 700; 290 font-display: swap; 291 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/032.woff2) format('woff2'); 292 unicode-range: U+2e83-2ef2; 293 } 294 ··· 297 font-style: normal; 298 font-weight: 700; 299 font-display: swap; 300 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/033.woff2) format('woff2'); 301 unicode-range: U+2f00-2f7f; 302 } 303 ··· 306 font-style: normal; 307 font-weight: 700; 308 font-display: swap; 309 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/034.woff2) format('woff2'); 310 unicode-range: U+2f80-2fd5; 311 } 312 ··· 315 font-style: normal; 316 font-weight: 700; 317 font-display: swap; 318 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/035.woff2) format('woff2'); 319 unicode-range: U+3000-303d; 320 } 321 ··· 324 font-style: normal; 325 font-weight: 700; 326 font-display: swap; 327 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/036.woff2) format('woff2'); 328 unicode-range: U+3041-309f; 329 } 330 ··· 333 font-style: normal; 334 font-weight: 700; 335 font-display: swap; 336 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/037.woff2) format('woff2'); 337 unicode-range: U+30a0-30ff; 338 } 339 ··· 342 font-style: normal; 343 font-weight: 700; 344 font-display: swap; 345 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/038.woff2) format('woff2'); 346 unicode-range: U+3190-319f; 347 } 348 ··· 351 font-style: normal; 352 font-weight: 700; 353 font-display: swap; 354 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/039.woff2) format('woff2'); 355 unicode-range: U+31f0-31ff; 356 } 357 ··· 360 font-style: normal; 361 font-weight: 700; 362 font-display: swap; 363 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/040.woff2) format('woff2'); 364 unicode-range: U+3220-32dc; 365 } 366 ··· 369 font-style: normal; 370 font-weight: 700; 371 font-display: swap; 372 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/041.woff2) format('woff2'); 373 unicode-range: U+32dd-32ff; 374 } 375 ··· 378 font-style: normal; 379 font-weight: 700; 380 font-display: swap; 381 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/042.woff2) format('woff2'); 382 unicode-range: U+3300-33d4; 383 } 384 ··· 387 font-style: normal; 388 font-weight: 700; 389 font-display: swap; 390 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/043.woff2) format('woff2'); 391 unicode-range: U+33d7-33da; 392 } 393 ··· 396 font-style: normal; 397 font-weight: 700; 398 font-display: swap; 399 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/044.woff2) format('woff2'); 400 unicode-range: U+3402-41ee; 401 } 402 ··· 405 font-style: normal; 406 font-weight: 700; 407 font-display: swap; 408 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/045.woff2) format('woff2'); 409 unicode-range: U+41f3-4d77; 410 } 411 ··· 414 font-style: normal; 415 font-weight: 700; 416 font-display: swap; 417 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/046.woff2) format('woff2'); 418 unicode-range: U+4e00-4ec1; 419 } 420 ··· 423 font-style: normal; 424 font-weight: 700; 425 font-display: swap; 426 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/047.woff2) format('woff2'); 427 unicode-range: U+4ec2-4f78; 428 } 429 ··· 432 font-style: normal; 433 font-weight: 700; 434 font-display: swap; 435 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/048.woff2) format('woff2'); 436 unicode-range: U+4f79-501f; 437 } 438 ··· 441 font-style: normal; 442 font-weight: 700; 443 font-display: swap; 444 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/049.woff2) format('woff2'); 445 unicode-range: U+5021-50d9; 446 } 447 ··· 450 font-style: normal; 451 font-weight: 700; 452 font-display: swap; 453 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/050.woff2) format('woff2'); 454 unicode-range: U+50da-5183; 455 } 456 ··· 459 font-style: normal; 460 font-weight: 700; 461 font-display: swap; 462 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/051.woff2) format('woff2'); 463 unicode-range: U+5184-5231; 464 } 465 ··· 468 font-style: normal; 469 font-weight: 700; 470 font-display: swap; 471 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/052.woff2) format('woff2'); 472 unicode-range: U+5232-52df; 473 } 474 ··· 477 font-style: normal; 478 font-weight: 700; 479 font-display: swap; 480 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/053.woff2) format('woff2'); 481 unicode-range: U+52e0-537f; 482 } 483 ··· 486 font-style: normal; 487 font-weight: 700; 488 font-display: swap; 489 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/054.woff2) format('woff2'); 490 unicode-range: U+5382-5435; 491 } 492 ··· 495 font-style: normal; 496 font-weight: 700; 497 font-display: swap; 498 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/055.woff2) format('woff2'); 499 unicode-range: U+5436-54fe; 500 } 501 ··· 504 font-style: normal; 505 font-weight: 700; 506 font-display: swap; 507 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/056.woff2) format('woff2'); 508 unicode-range: U+54ff-55e3; 509 } 510 ··· 513 font-style: normal; 514 font-weight: 700; 515 font-display: swap; 516 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/057.woff2) format('woff2'); 517 unicode-range: U+55e4-56c5; 518 } 519 ··· 522 font-style: normal; 523 font-weight: 700; 524 font-display: swap; 525 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/058.woff2) format('woff2'); 526 unicode-range: U+56c8-577e; 527 } 528 ··· 531 font-style: normal; 532 font-weight: 700; 533 font-display: swap; 534 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/059.woff2) format('woff2'); 535 unicode-range: U+577f-5861; 536 } 537 ··· 540 font-style: normal; 541 font-weight: 700; 542 font-display: swap; 543 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/060.woff2) format('woff2'); 544 unicode-range: U+5862-5924; 545 } 546 ··· 549 font-style: normal; 550 font-weight: 700; 551 font-display: swap; 552 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/061.woff2) format('woff2'); 553 unicode-range: U+5925-59e6; 554 } 555 ··· 558 font-style: normal; 559 font-weight: 700; 560 font-display: swap; 561 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/062.woff2) format('woff2'); 562 unicode-range: U+59e7-5afd; 563 } 564 ··· 567 font-style: normal; 568 font-weight: 700; 569 font-display: swap; 570 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/063.woff2) format('woff2'); 571 unicode-range: U+5b00-5bcd; 572 } 573 ··· 576 font-style: normal; 577 font-weight: 700; 578 font-display: swap; 579 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/064.woff2) format('woff2'); 580 unicode-range: U+5bce-5c79; 581 } 582 ··· 585 font-style: normal; 586 font-weight: 700; 587 font-display: swap; 588 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/065.woff2) format('woff2'); 589 unicode-range: U+5c7a-5d79; 590 } 591 ··· 594 font-style: normal; 595 font-weight: 700; 596 font-display: swap; 597 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/066.woff2) format('woff2'); 598 unicode-range: U+5d7a-5e55; 599 } 600 ··· 603 font-style: normal; 604 font-weight: 700; 605 font-display: swap; 606 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/067.woff2) format('woff2'); 607 unicode-range: U+5e56-5f0c; 608 } 609 ··· 612 font-style: normal; 613 font-weight: 700; 614 font-display: swap; 615 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/068.woff2) format('woff2'); 616 unicode-range: U+5f0d-5fac; 617 } 618 ··· 621 font-style: normal; 622 font-weight: 700; 623 font-display: swap; 624 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/069.woff2) format('woff2'); 625 unicode-range: U+5fad-606b; 626 } 627 ··· 630 font-style: normal; 631 font-weight: 700; 632 font-display: swap; 633 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/070.woff2) format('woff2'); 634 unicode-range: U+606c-611c; 635 } 636 ··· 639 font-style: normal; 640 font-weight: 700; 641 font-display: swap; 642 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/071.woff2) format('woff2'); 643 unicode-range: U+611e-61de; 644 } 645 ··· 648 font-style: normal; 649 font-weight: 700; 650 font-display: swap; 651 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/072.woff2) format('woff2'); 652 unicode-range: U+61df-6294; 653 } 654 ··· 657 font-style: normal; 658 font-weight: 700; 659 font-display: swap; 660 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/073.woff2) format('woff2'); 661 unicode-range: U+6295-6366; 662 } 663 ··· 666 font-style: normal; 667 font-weight: 700; 668 font-display: swap; 669 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/074.woff2) format('woff2'); 670 unicode-range: U+6367-6430; 671 } 672 ··· 675 font-style: normal; 676 font-weight: 700; 677 font-display: swap; 678 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/075.woff2) format('woff2'); 679 unicode-range: U+6434-6516; 680 } 681 ··· 684 font-style: normal; 685 font-weight: 700; 686 font-display: swap; 687 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/076.woff2) format('woff2'); 688 unicode-range: U+6518-65d4; 689 } 690 ··· 693 font-style: normal; 694 font-weight: 700; 695 font-display: swap; 696 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/077.woff2) format('woff2'); 697 unicode-range: U+65d6-6679; 698 } 699 ··· 702 font-style: normal; 703 font-weight: 700; 704 font-display: swap; 705 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/078.woff2) format('woff2'); 706 unicode-range: U+667a-6738; 707 } 708 ··· 711 font-style: normal; 712 font-weight: 700; 713 font-display: swap; 714 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/079.woff2) format('woff2'); 715 unicode-range: U+673a-67ef; 716 } 717 ··· 720 font-style: normal; 721 font-weight: 700; 722 font-display: swap; 723 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/080.woff2) format('woff2'); 724 unicode-range: U+67f0-68ab; 725 } 726 ··· 729 font-style: normal; 730 font-weight: 700; 731 font-display: swap; 732 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/081.woff2) format('woff2'); 733 unicode-range: U+68ad-6965; 734 } 735 ··· 738 font-style: normal; 739 font-weight: 700; 740 font-display: swap; 741 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/082.woff2) format('woff2'); 742 unicode-range: U+6966-6a23; 743 } 744 ··· 747 font-style: normal; 748 font-weight: 700; 749 font-display: swap; 750 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/083.woff2) format('woff2'); 751 unicode-range: U+6a24-6b04; 752 } 753 ··· 756 font-style: normal; 757 font-weight: 700; 758 font-display: swap; 759 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/084.woff2) format('woff2'); 760 unicode-range: U+6b05-6bc3; 761 } 762 ··· 765 font-style: normal; 766 font-weight: 700; 767 font-display: swap; 768 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/085.woff2) format('woff2'); 769 unicode-range: U+6bc4-6c9a; 770 } 771 ··· 774 font-style: normal; 775 font-weight: 700; 776 font-display: swap; 777 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/086.woff2) format('woff2'); 778 unicode-range: U+6c9b-6d6c; 779 } 780 ··· 783 font-style: normal; 784 font-weight: 700; 785 font-display: swap; 786 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/087.woff2) format('woff2'); 787 unicode-range: U+6d6e-6e36; 788 } 789 ··· 792 font-style: normal; 793 font-weight: 700; 794 font-display: swap; 795 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/088.woff2) format('woff2'); 796 unicode-range: U+6e38-6f10; 797 } 798 ··· 801 font-style: normal; 802 font-weight: 700; 803 font-display: swap; 804 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/089.woff2) format('woff2'); 805 unicode-range: U+6f11-6fe9; 806 } 807 ··· 810 font-style: normal; 811 font-weight: 700; 812 font-display: swap; 813 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/090.woff2) format('woff2'); 814 unicode-range: U+6feb-70fd; 815 } 816 ··· 819 font-style: normal; 820 font-weight: 700; 821 font-display: swap; 822 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/091.woff2) format('woff2'); 823 unicode-range: U+7103-7208; 824 } 825 ··· 828 font-style: normal; 829 font-weight: 700; 830 font-display: swap; 831 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/092.woff2) format('woff2'); 832 unicode-range: U+7209-72e9; 833 } 834 ··· 837 font-style: normal; 838 font-weight: 700; 839 font-display: swap; 840 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/093.woff2) format('woff2'); 841 unicode-range: U+72ec-73bd; 842 } 843 ··· 846 font-style: normal; 847 font-weight: 700; 848 font-display: swap; 849 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/094.woff2) format('woff2'); 850 unicode-range: U+73bf-7491; 851 } 852 ··· 855 font-style: normal; 856 font-weight: 700; 857 font-display: swap; 858 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/095.woff2) format('woff2'); 859 unicode-range: U+7492-754f; 860 } 861 ··· 864 font-style: normal; 865 font-weight: 700; 866 font-display: swap; 867 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/096.woff2) format('woff2'); 868 unicode-range: U+7550-7601; 869 } 870 ··· 873 font-style: normal; 874 font-weight: 700; 875 font-display: swap; 876 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/097.woff2) format('woff2'); 877 unicode-range: U+7602-76b7; 878 } 879 ··· 882 font-style: normal; 883 font-weight: 700; 884 font-display: swap; 885 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/098.woff2) format('woff2'); 886 unicode-range: U+76b8-777e; 887 } 888 ··· 891 font-style: normal; 892 font-weight: 700; 893 font-display: swap; 894 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/099.woff2) format('woff2'); 895 unicode-range: U+777f-787c; 896 } 897 ··· 900 font-style: normal; 901 font-weight: 700; 902 font-display: swap; 903 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/100.woff2) format('woff2'); 904 unicode-range: U+787e-794f; 905 } 906 ··· 909 font-style: normal; 910 font-weight: 700; 911 font-display: swap; 912 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/101.woff2) format('woff2'); 913 unicode-range: U+7950-7a1a; 914 } 915 ··· 918 font-style: normal; 919 font-weight: 700; 920 font-display: swap; 921 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/102.woff2) format('woff2'); 922 unicode-range: U+7a1b-7adf; 923 } 924 ··· 927 font-style: normal; 928 font-weight: 700; 929 font-display: swap; 930 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/103.woff2) format('woff2'); 931 unicode-range: U+7ae0-7b9f; 932 } 933 ··· 936 font-style: normal; 937 font-weight: 700; 938 font-display: swap; 939 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/104.woff2) format('woff2'); 940 unicode-range: U+7ba0-7c60; 941 } 942 ··· 945 font-style: normal; 946 font-weight: 700; 947 font-display: swap; 948 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/105.woff2) format('woff2'); 949 unicode-range: U+7c61-7d1e; 950 } 951 ··· 954 font-style: normal; 955 font-weight: 700; 956 font-display: swap; 957 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/106.woff2) format('woff2'); 958 unicode-range: U+7d20-7dcd; 959 } 960 ··· 963 font-style: normal; 964 font-weight: 700; 965 font-display: swap; 966 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/107.woff2) format('woff2'); 967 unicode-range: U+7dce-7e89; 968 } 969 ··· 972 font-style: normal; 973 font-weight: 700; 974 font-display: swap; 975 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/108.woff2) format('woff2'); 976 unicode-range: U+7e8a-7fe5; 977 } 978 ··· 981 font-style: normal; 982 font-weight: 700; 983 font-display: swap; 984 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/109.woff2) format('woff2'); 985 unicode-range: U+7fe6-80ad; 986 } 987 ··· 990 font-style: normal; 991 font-weight: 700; 992 font-display: swap; 993 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/110.woff2) format('woff2'); 994 unicode-range: U+80af-8186; 995 } 996 ··· 999 font-style: normal; 1000 font-weight: 700; 1001 font-display: swap; 1002 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/111.woff2) format('woff2'); 1003 unicode-range: U+8188-8237; 1004 } 1005 ··· 1008 font-style: normal; 1009 font-weight: 700; 1010 font-display: swap; 1011 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/112.woff2) format('woff2'); 1012 unicode-range: U+8238-82f6; 1013 } 1014 ··· 1017 font-style: normal; 1018 font-weight: 700; 1019 font-display: swap; 1020 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/113.woff2) format('woff2'); 1021 unicode-range: U+82f7-83cc; 1022 } 1023 ··· 1026 font-style: normal; 1027 font-weight: 700; 1028 font-display: swap; 1029 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/114.woff2) format('woff2'); 1030 unicode-range: U+83ce-84b2; 1031 } 1032 ··· 1035 font-style: normal; 1036 font-weight: 700; 1037 font-display: swap; 1038 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/115.woff2) format('woff2'); 1039 unicode-range: U+84b4-8581; 1040 } 1041 ··· 1044 font-style: normal; 1045 font-weight: 700; 1046 font-display: swap; 1047 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/116.woff2) format('woff2'); 1048 unicode-range: U+8584-8654; 1049 } 1050 ··· 1053 font-style: normal; 1054 font-weight: 700; 1055 font-display: swap; 1056 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/117.woff2) format('woff2'); 1057 unicode-range: U+8655-871c; 1058 } 1059 ··· 1062 font-style: normal; 1063 font-weight: 700; 1064 font-display: swap; 1065 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/118.woff2) format('woff2'); 1066 unicode-range: U+871e-87f8; 1067 } 1068 ··· 1071 font-style: normal; 1072 font-weight: 700; 1073 font-display: swap; 1074 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/119.woff2) format('woff2'); 1075 unicode-range: U+87f9-88c0; 1076 } 1077 ··· 1080 font-style: normal; 1081 font-weight: 700; 1082 font-display: swap; 1083 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/120.woff2) format('woff2'); 1084 unicode-range: U+88c1-8988; 1085 } 1086 ··· 1089 font-style: normal; 1090 font-weight: 700; 1091 font-display: swap; 1092 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/121.woff2) format('woff2'); 1093 unicode-range: U+8989-8a58; 1094 } 1095 ··· 1098 font-style: normal; 1099 font-weight: 700; 1100 font-display: swap; 1101 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/122.woff2) format('woff2'); 1102 unicode-range: U+8a5b-8b02; 1103 } 1104 ··· 1107 font-style: normal; 1108 font-weight: 700; 1109 font-display: swap; 1110 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/123.woff2) format('woff2'); 1111 unicode-range: U+8b04-8c5a; 1112 } 1113 ··· 1116 font-style: normal; 1117 font-weight: 700; 1118 font-display: swap; 1119 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/124.woff2) format('woff2'); 1120 unicode-range: U+8c5b-8d0b; 1121 } 1122 ··· 1125 font-style: normal; 1126 font-weight: 700; 1127 font-display: swap; 1128 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/125.woff2) format('woff2'); 1129 unicode-range: U+8d0d-8e38; 1130 } 1131 ··· 1134 font-style: normal; 1135 font-weight: 700; 1136 font-display: swap; 1137 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/126.woff2) format('woff2'); 1138 unicode-range: U+8e39-8f0c; 1139 } 1140 ··· 1143 font-style: normal; 1144 font-weight: 700; 1145 font-display: swap; 1146 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/127.woff2) format('woff2'); 1147 unicode-range: U+8f0f-8feb; 1148 } 1149 ··· 1152 font-style: normal; 1153 font-weight: 700; 1154 font-display: swap; 1155 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/128.woff2) format('woff2'); 1156 unicode-range: U+8fed-908b; 1157 } 1158 ··· 1161 font-style: normal; 1162 font-weight: 700; 1163 font-display: swap; 1164 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/129.woff2) format('woff2'); 1165 unicode-range: U+908c-9165; 1166 } 1167 ··· 1170 font-style: normal; 1171 font-weight: 700; 1172 font-display: swap; 1173 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/130.woff2) format('woff2'); 1174 unicode-range: U+9167-9216; 1175 } 1176 ··· 1179 font-style: normal; 1180 font-weight: 700; 1181 font-display: swap; 1182 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/131.woff2) format('woff2'); 1183 unicode-range: U+9217-92d2; 1184 } 1185 ··· 1188 font-style: normal; 1189 font-weight: 700; 1190 font-display: swap; 1191 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/132.woff2) format('woff2'); 1192 unicode-range: U+92d3-939a; 1193 } 1194 ··· 1197 font-style: normal; 1198 font-weight: 700; 1199 font-display: swap; 1200 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/133.woff2) format('woff2'); 1201 unicode-range: U+939b-947e; 1202 } 1203 ··· 1206 font-style: normal; 1207 font-weight: 700; 1208 font-display: swap; 1209 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/134.woff2) format('woff2'); 1210 unicode-range: U+947f-965d; 1211 } 1212 ··· 1215 font-style: normal; 1216 font-weight: 700; 1217 font-display: swap; 1218 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/135.woff2) format('woff2'); 1219 unicode-range: U+965e-9713; 1220 } 1221 ··· 1224 font-style: normal; 1225 font-weight: 700; 1226 font-display: swap; 1227 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/136.woff2) format('woff2'); 1228 unicode-range: U+9714-97d1; 1229 } 1230 ··· 1233 font-style: normal; 1234 font-weight: 700; 1235 font-display: swap; 1236 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/137.woff2) format('woff2'); 1237 unicode-range: U+97d3-98c5; 1238 } 1239 ··· 1242 font-style: normal; 1243 font-weight: 700; 1244 font-display: swap; 1245 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/138.woff2) format('woff2'); 1246 unicode-range: U+98c6-99c4; 1247 } 1248 ··· 1251 font-style: normal; 1252 font-weight: 700; 1253 font-display: swap; 1254 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/139.woff2) format('woff2'); 1255 unicode-range: U+99c5-9ac8; 1256 } 1257 ··· 1260 font-style: normal; 1261 font-weight: 700; 1262 font-display: swap; 1263 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/140.woff2) format('woff2'); 1264 unicode-range: U+9ace-9b79; 1265 } 1266 ··· 1269 font-style: normal; 1270 font-weight: 700; 1271 font-display: swap; 1272 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/141.woff2) format('woff2'); 1273 unicode-range: U+9b7f-9c35; 1274 } 1275 ··· 1278 font-style: normal; 1279 font-weight: 700; 1280 font-display: swap; 1281 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/142.woff2) format('woff2'); 1282 unicode-range: U+9c36-9d6f; 1283 } 1284 ··· 1287 font-style: normal; 1288 font-weight: 700; 1289 font-display: swap; 1290 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/143.woff2) format('woff2'); 1291 unicode-range: U+9d70-9e9d; 1292 } 1293 ··· 1296 font-style: normal; 1297 font-weight: 700; 1298 font-display: swap; 1299 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/144.woff2) format('woff2'); 1300 unicode-range: U+9e9e-9f61; 1301 } 1302 ··· 1305 font-style: normal; 1306 font-weight: 700; 1307 font-display: swap; 1308 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/145.woff2) format('woff2'); 1309 unicode-range: U+9f62-9fb4; 1310 } 1311 ··· 1314 font-style: normal; 1315 font-weight: 700; 1316 font-display: swap; 1317 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/146.woff2) format('woff2'); 1318 unicode-range: U+f860-f87f; 1319 } 1320 ··· 1323 font-style: normal; 1324 font-weight: 700; 1325 font-display: swap; 1326 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/147.woff2) format('woff2'); 1327 unicode-range: U+f909-fa6a; 1328 } 1329 ··· 1332 font-style: normal; 1333 font-weight: 700; 1334 font-display: swap; 1335 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/148.woff2) format('woff2'); 1336 unicode-range: U+fb00-fb04; 1337 } 1338 ··· 1341 font-style: normal; 1342 font-weight: 700; 1343 font-display: swap; 1344 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/149.woff2) format('woff2'); 1345 unicode-range: U+fe10-fe19; 1346 } 1347 ··· 1350 font-style: normal; 1351 font-weight: 700; 1352 font-display: swap; 1353 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/150.woff2) format('woff2'); 1354 unicode-range: U+fe30-fe48; 1355 } 1356 ··· 1359 font-style: normal; 1360 font-weight: 700; 1361 font-display: swap; 1362 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/151.woff2) format('woff2'); 1363 unicode-range: U+ff01-ff80; 1364 } 1365 ··· 1368 font-style: normal; 1369 font-weight: 700; 1370 font-display: swap; 1371 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/152.woff2) format('woff2'); 1372 unicode-range: U+ff81-ffe8; 1373 } 1374 ··· 1377 font-style: normal; 1378 font-weight: 700; 1379 font-display: swap; 1380 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/153.woff2) format('woff2'); 1381 unicode-range: U+1f100; 1382 } 1383 ··· 1386 font-style: normal; 1387 font-weight: 700; 1388 font-display: swap; 1389 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/154.woff2) format('woff2'); 1390 unicode-range: U+2000b-23763; 1391 } 1392 ··· 1395 font-style: normal; 1396 font-weight: 700; 1397 font-display: swap; 1398 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/155.woff2) format('woff2'); 1399 unicode-range: U+23764-2770e; 1400 } 1401 ··· 1404 font-style: normal; 1405 font-weight: 700; 1406 font-display: swap; 1407 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/156.woff2) format('woff2'); 1408 unicode-range: U+27723-2a6b2; 1409 } 1410 ··· 1413 font-style: normal; 1414 font-weight: 700; 1415 font-display: swap; 1416 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/157.woff2) format('woff2'); 1417 unicode-range: U+2f804-2f9f4; 1418 }
··· 9 font-style: normal; 10 font-weight: 700; 11 font-display: swap; 12 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/001.woff2) format('woff2'); 13 unicode-range: U+20-7e; 14 } 15 ··· 18 font-style: normal; 19 font-weight: 700; 20 font-display: swap; 21 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/002.woff2) format('woff2'); 22 unicode-range: U+a0-ff; 23 } 24 ··· 27 font-style: normal; 28 font-weight: 700; 29 font-display: swap; 30 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/003.woff2) format('woff2'); 31 unicode-range: U+100-17e; 32 } 33 ··· 36 font-style: normal; 37 font-weight: 700; 38 font-display: swap; 39 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/004.woff2) format('woff2'); 40 unicode-range: U+192-237; 41 } 42 ··· 45 font-style: normal; 46 font-weight: 700; 47 font-display: swap; 48 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/005.woff2) format('woff2'); 49 unicode-range: U+250-2a2; 50 } 51 ··· 54 font-style: normal; 55 font-weight: 700; 56 font-display: swap; 57 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/006.woff2) format('woff2'); 58 unicode-range: U+2b0-2e9; 59 } 60 ··· 63 font-style: normal; 64 font-weight: 700; 65 font-display: swap; 66 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/007.woff2) format('woff2'); 67 unicode-range: U+300-361; 68 } 69 ··· 72 font-style: normal; 73 font-weight: 700; 74 font-display: swap; 75 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/008.woff2) format('woff2'); 76 unicode-range: U+384-3db; 77 } 78 ··· 81 font-style: normal; 82 font-weight: 700; 83 font-display: swap; 84 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/009.woff2) format('woff2'); 85 unicode-range: U+401-45f; 86 } 87 ··· 90 font-style: normal; 91 font-weight: 700; 92 font-display: swap; 93 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/010.woff2) format('woff2'); 94 unicode-range: U+1e3e-1ebd; 95 } 96 ··· 99 font-style: normal; 100 font-weight: 700; 101 font-display: swap; 102 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/011.woff2) format('woff2'); 103 unicode-range: U+1f70-1f73; 104 } 105 ··· 108 font-style: normal; 109 font-weight: 700; 110 font-display: swap; 111 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/012.woff2) format('woff2'); 112 unicode-range: U+2002-205d; 113 } 114 ··· 117 font-style: normal; 118 font-weight: 700; 119 font-display: swap; 120 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/013.woff2) format('woff2'); 121 unicode-range: U+2070-2089; 122 } 123 ··· 126 font-style: normal; 127 font-weight: 700; 128 font-display: swap; 129 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/014.woff2) format('woff2'); 130 unicode-range: U+20ac; 131 } 132 ··· 135 font-style: normal; 136 font-weight: 700; 137 font-display: swap; 138 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/015.woff2) format('woff2'); 139 unicode-range: U+20dd-20de; 140 } 141 ··· 144 font-style: normal; 145 font-weight: 700; 146 font-display: swap; 147 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/016.woff2) format('woff2'); 148 unicode-range: U+2100-213b; 149 } 150 ··· 153 font-style: normal; 154 font-weight: 700; 155 font-display: swap; 156 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/017.woff2) format('woff2'); 157 unicode-range: U+2150-2189; 158 } 159 ··· 162 font-style: normal; 163 font-weight: 700; 164 font-display: swap; 165 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/018.woff2) format('woff2'); 166 unicode-range: U+2190-21f5; 167 } 168 ··· 171 font-style: normal; 172 font-weight: 700; 173 font-display: swap; 174 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/019.woff2) format('woff2'); 175 unicode-range: U+2200-22db; 176 } 177 ··· 180 font-style: normal; 181 font-weight: 700; 182 font-display: swap; 183 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/020.woff2) format('woff2'); 184 unicode-range: U+2305-23ce; 185 } 186 ··· 189 font-style: normal; 190 font-weight: 700; 191 font-display: swap; 192 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/021.woff2) format('woff2'); 193 unicode-range: U+2423; 194 } 195 ··· 198 font-style: normal; 199 font-weight: 700; 200 font-display: swap; 201 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/022.woff2) format('woff2'); 202 unicode-range: U+2460-24e8; 203 } 204 ··· 207 font-style: normal; 208 font-weight: 700; 209 font-display: swap; 210 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/023.woff2) format('woff2'); 211 unicode-range: U+24e9-24ff; 212 } 213 ··· 216 font-style: normal; 217 font-weight: 700; 218 font-display: swap; 219 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/024.woff2) format('woff2'); 220 unicode-range: U+2500-2573; 221 } 222 ··· 225 font-style: normal; 226 font-weight: 700; 227 font-display: swap; 228 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/025.woff2) format('woff2'); 229 unicode-range: U+2581-2595; 230 } 231 ··· 234 font-style: normal; 235 font-weight: 700; 236 font-display: swap; 237 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/026.woff2) format('woff2'); 238 unicode-range: U+25a0-25ef; 239 } 240 ··· 243 font-style: normal; 244 font-weight: 700; 245 font-display: swap; 246 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/027.woff2) format('woff2'); 247 unicode-range: U+2600-26a0; 248 } 249 ··· 252 font-style: normal; 253 font-weight: 700; 254 font-display: swap; 255 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/028.woff2) format('woff2'); 256 unicode-range: U+2702-27a1; 257 } 258 ··· 261 font-style: normal; 262 font-weight: 700; 263 font-display: swap; 264 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/029.woff2) format('woff2'); 265 unicode-range: U+2934-2935; 266 } 267 ··· 270 font-style: normal; 271 font-weight: 700; 272 font-display: swap; 273 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/030.woff2) format('woff2'); 274 unicode-range: U+29bf-29fb; 275 } 276 ··· 279 font-style: normal; 280 font-weight: 700; 281 font-display: swap; 282 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/031.woff2) format('woff2'); 283 unicode-range: U+2b05-2b95; 284 } 285 ··· 288 font-style: normal; 289 font-weight: 700; 290 font-display: swap; 291 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/032.woff2) format('woff2'); 292 unicode-range: U+2e83-2ef2; 293 } 294 ··· 297 font-style: normal; 298 font-weight: 700; 299 font-display: swap; 300 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/033.woff2) format('woff2'); 301 unicode-range: U+2f00-2f7f; 302 } 303 ··· 306 font-style: normal; 307 font-weight: 700; 308 font-display: swap; 309 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/034.woff2) format('woff2'); 310 unicode-range: U+2f80-2fd5; 311 } 312 ··· 315 font-style: normal; 316 font-weight: 700; 317 font-display: swap; 318 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/035.woff2) format('woff2'); 319 unicode-range: U+3000-303d; 320 } 321 ··· 324 font-style: normal; 325 font-weight: 700; 326 font-display: swap; 327 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/036.woff2) format('woff2'); 328 unicode-range: U+3041-309f; 329 } 330 ··· 333 font-style: normal; 334 font-weight: 700; 335 font-display: swap; 336 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/037.woff2) format('woff2'); 337 unicode-range: U+30a0-30ff; 338 } 339 ··· 342 font-style: normal; 343 font-weight: 700; 344 font-display: swap; 345 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/038.woff2) format('woff2'); 346 unicode-range: U+3190-319f; 347 } 348 ··· 351 font-style: normal; 352 font-weight: 700; 353 font-display: swap; 354 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/039.woff2) format('woff2'); 355 unicode-range: U+31f0-31ff; 356 } 357 ··· 360 font-style: normal; 361 font-weight: 700; 362 font-display: swap; 363 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/040.woff2) format('woff2'); 364 unicode-range: U+3220-32dc; 365 } 366 ··· 369 font-style: normal; 370 font-weight: 700; 371 font-display: swap; 372 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/041.woff2) format('woff2'); 373 unicode-range: U+32dd-32ff; 374 } 375 ··· 378 font-style: normal; 379 font-weight: 700; 380 font-display: swap; 381 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/042.woff2) format('woff2'); 382 unicode-range: U+3300-33d4; 383 } 384 ··· 387 font-style: normal; 388 font-weight: 700; 389 font-display: swap; 390 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/043.woff2) format('woff2'); 391 unicode-range: U+33d7-33da; 392 } 393 ··· 396 font-style: normal; 397 font-weight: 700; 398 font-display: swap; 399 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/044.woff2) format('woff2'); 400 unicode-range: U+3402-41ee; 401 } 402 ··· 405 font-style: normal; 406 font-weight: 700; 407 font-display: swap; 408 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/045.woff2) format('woff2'); 409 unicode-range: U+41f3-4d77; 410 } 411 ··· 414 font-style: normal; 415 font-weight: 700; 416 font-display: swap; 417 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/046.woff2) format('woff2'); 418 unicode-range: U+4e00-4ec1; 419 } 420 ··· 423 font-style: normal; 424 font-weight: 700; 425 font-display: swap; 426 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/047.woff2) format('woff2'); 427 unicode-range: U+4ec2-4f78; 428 } 429 ··· 432 font-style: normal; 433 font-weight: 700; 434 font-display: swap; 435 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/048.woff2) format('woff2'); 436 unicode-range: U+4f79-501f; 437 } 438 ··· 441 font-style: normal; 442 font-weight: 700; 443 font-display: swap; 444 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/049.woff2) format('woff2'); 445 unicode-range: U+5021-50d9; 446 } 447 ··· 450 font-style: normal; 451 font-weight: 700; 452 font-display: swap; 453 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/050.woff2) format('woff2'); 454 unicode-range: U+50da-5183; 455 } 456 ··· 459 font-style: normal; 460 font-weight: 700; 461 font-display: swap; 462 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/051.woff2) format('woff2'); 463 unicode-range: U+5184-5231; 464 } 465 ··· 468 font-style: normal; 469 font-weight: 700; 470 font-display: swap; 471 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/052.woff2) format('woff2'); 472 unicode-range: U+5232-52df; 473 } 474 ··· 477 font-style: normal; 478 font-weight: 700; 479 font-display: swap; 480 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/053.woff2) format('woff2'); 481 unicode-range: U+52e0-537f; 482 } 483 ··· 486 font-style: normal; 487 font-weight: 700; 488 font-display: swap; 489 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/054.woff2) format('woff2'); 490 unicode-range: U+5382-5435; 491 } 492 ··· 495 font-style: normal; 496 font-weight: 700; 497 font-display: swap; 498 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/055.woff2) format('woff2'); 499 unicode-range: U+5436-54fe; 500 } 501 ··· 504 font-style: normal; 505 font-weight: 700; 506 font-display: swap; 507 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/056.woff2) format('woff2'); 508 unicode-range: U+54ff-55e3; 509 } 510 ··· 513 font-style: normal; 514 font-weight: 700; 515 font-display: swap; 516 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/057.woff2) format('woff2'); 517 unicode-range: U+55e4-56c5; 518 } 519 ··· 522 font-style: normal; 523 font-weight: 700; 524 font-display: swap; 525 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/058.woff2) format('woff2'); 526 unicode-range: U+56c8-577e; 527 } 528 ··· 531 font-style: normal; 532 font-weight: 700; 533 font-display: swap; 534 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/059.woff2) format('woff2'); 535 unicode-range: U+577f-5861; 536 } 537 ··· 540 font-style: normal; 541 font-weight: 700; 542 font-display: swap; 543 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/060.woff2) format('woff2'); 544 unicode-range: U+5862-5924; 545 } 546 ··· 549 font-style: normal; 550 font-weight: 700; 551 font-display: swap; 552 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/061.woff2) format('woff2'); 553 unicode-range: U+5925-59e6; 554 } 555 ··· 558 font-style: normal; 559 font-weight: 700; 560 font-display: swap; 561 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/062.woff2) format('woff2'); 562 unicode-range: U+59e7-5afd; 563 } 564 ··· 567 font-style: normal; 568 font-weight: 700; 569 font-display: swap; 570 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/063.woff2) format('woff2'); 571 unicode-range: U+5b00-5bcd; 572 } 573 ··· 576 font-style: normal; 577 font-weight: 700; 578 font-display: swap; 579 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/064.woff2) format('woff2'); 580 unicode-range: U+5bce-5c79; 581 } 582 ··· 585 font-style: normal; 586 font-weight: 700; 587 font-display: swap; 588 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/065.woff2) format('woff2'); 589 unicode-range: U+5c7a-5d79; 590 } 591 ··· 594 font-style: normal; 595 font-weight: 700; 596 font-display: swap; 597 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/066.woff2) format('woff2'); 598 unicode-range: U+5d7a-5e55; 599 } 600 ··· 603 font-style: normal; 604 font-weight: 700; 605 font-display: swap; 606 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/067.woff2) format('woff2'); 607 unicode-range: U+5e56-5f0c; 608 } 609 ··· 612 font-style: normal; 613 font-weight: 700; 614 font-display: swap; 615 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/068.woff2) format('woff2'); 616 unicode-range: U+5f0d-5fac; 617 } 618 ··· 621 font-style: normal; 622 font-weight: 700; 623 font-display: swap; 624 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/069.woff2) format('woff2'); 625 unicode-range: U+5fad-606b; 626 } 627 ··· 630 font-style: normal; 631 font-weight: 700; 632 font-display: swap; 633 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/070.woff2) format('woff2'); 634 unicode-range: U+606c-611c; 635 } 636 ··· 639 font-style: normal; 640 font-weight: 700; 641 font-display: swap; 642 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/071.woff2) format('woff2'); 643 unicode-range: U+611e-61de; 644 } 645 ··· 648 font-style: normal; 649 font-weight: 700; 650 font-display: swap; 651 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/072.woff2) format('woff2'); 652 unicode-range: U+61df-6294; 653 } 654 ··· 657 font-style: normal; 658 font-weight: 700; 659 font-display: swap; 660 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/073.woff2) format('woff2'); 661 unicode-range: U+6295-6366; 662 } 663 ··· 666 font-style: normal; 667 font-weight: 700; 668 font-display: swap; 669 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/074.woff2) format('woff2'); 670 unicode-range: U+6367-6430; 671 } 672 ··· 675 font-style: normal; 676 font-weight: 700; 677 font-display: swap; 678 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/075.woff2) format('woff2'); 679 unicode-range: U+6434-6516; 680 } 681 ··· 684 font-style: normal; 685 font-weight: 700; 686 font-display: swap; 687 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/076.woff2) format('woff2'); 688 unicode-range: U+6518-65d4; 689 } 690 ··· 693 font-style: normal; 694 font-weight: 700; 695 font-display: swap; 696 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/077.woff2) format('woff2'); 697 unicode-range: U+65d6-6679; 698 } 699 ··· 702 font-style: normal; 703 font-weight: 700; 704 font-display: swap; 705 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/078.woff2) format('woff2'); 706 unicode-range: U+667a-6738; 707 } 708 ··· 711 font-style: normal; 712 font-weight: 700; 713 font-display: swap; 714 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/079.woff2) format('woff2'); 715 unicode-range: U+673a-67ef; 716 } 717 ··· 720 font-style: normal; 721 font-weight: 700; 722 font-display: swap; 723 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/080.woff2) format('woff2'); 724 unicode-range: U+67f0-68ab; 725 } 726 ··· 729 font-style: normal; 730 font-weight: 700; 731 font-display: swap; 732 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/081.woff2) format('woff2'); 733 unicode-range: U+68ad-6965; 734 } 735 ··· 738 font-style: normal; 739 font-weight: 700; 740 font-display: swap; 741 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/082.woff2) format('woff2'); 742 unicode-range: U+6966-6a23; 743 } 744 ··· 747 font-style: normal; 748 font-weight: 700; 749 font-display: swap; 750 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/083.woff2) format('woff2'); 751 unicode-range: U+6a24-6b04; 752 } 753 ··· 756 font-style: normal; 757 font-weight: 700; 758 font-display: swap; 759 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/084.woff2) format('woff2'); 760 unicode-range: U+6b05-6bc3; 761 } 762 ··· 765 font-style: normal; 766 font-weight: 700; 767 font-display: swap; 768 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/085.woff2) format('woff2'); 769 unicode-range: U+6bc4-6c9a; 770 } 771 ··· 774 font-style: normal; 775 font-weight: 700; 776 font-display: swap; 777 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/086.woff2) format('woff2'); 778 unicode-range: U+6c9b-6d6c; 779 } 780 ··· 783 font-style: normal; 784 font-weight: 700; 785 font-display: swap; 786 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/087.woff2) format('woff2'); 787 unicode-range: U+6d6e-6e36; 788 } 789 ··· 792 font-style: normal; 793 font-weight: 700; 794 font-display: swap; 795 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/088.woff2) format('woff2'); 796 unicode-range: U+6e38-6f10; 797 } 798 ··· 801 font-style: normal; 802 font-weight: 700; 803 font-display: swap; 804 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/089.woff2) format('woff2'); 805 unicode-range: U+6f11-6fe9; 806 } 807 ··· 810 font-style: normal; 811 font-weight: 700; 812 font-display: swap; 813 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/090.woff2) format('woff2'); 814 unicode-range: U+6feb-70fd; 815 } 816 ··· 819 font-style: normal; 820 font-weight: 700; 821 font-display: swap; 822 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/091.woff2) format('woff2'); 823 unicode-range: U+7103-7208; 824 } 825 ··· 828 font-style: normal; 829 font-weight: 700; 830 font-display: swap; 831 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/092.woff2) format('woff2'); 832 unicode-range: U+7209-72e9; 833 } 834 ··· 837 font-style: normal; 838 font-weight: 700; 839 font-display: swap; 840 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/093.woff2) format('woff2'); 841 unicode-range: U+72ec-73bd; 842 } 843 ··· 846 font-style: normal; 847 font-weight: 700; 848 font-display: swap; 849 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/094.woff2) format('woff2'); 850 unicode-range: U+73bf-7491; 851 } 852 ··· 855 font-style: normal; 856 font-weight: 700; 857 font-display: swap; 858 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/095.woff2) format('woff2'); 859 unicode-range: U+7492-754f; 860 } 861 ··· 864 font-style: normal; 865 font-weight: 700; 866 font-display: swap; 867 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/096.woff2) format('woff2'); 868 unicode-range: U+7550-7601; 869 } 870 ··· 873 font-style: normal; 874 font-weight: 700; 875 font-display: swap; 876 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/097.woff2) format('woff2'); 877 unicode-range: U+7602-76b7; 878 } 879 ··· 882 font-style: normal; 883 font-weight: 700; 884 font-display: swap; 885 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/098.woff2) format('woff2'); 886 unicode-range: U+76b8-777e; 887 } 888 ··· 891 font-style: normal; 892 font-weight: 700; 893 font-display: swap; 894 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/099.woff2) format('woff2'); 895 unicode-range: U+777f-787c; 896 } 897 ··· 900 font-style: normal; 901 font-weight: 700; 902 font-display: swap; 903 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/100.woff2) format('woff2'); 904 unicode-range: U+787e-794f; 905 } 906 ··· 909 font-style: normal; 910 font-weight: 700; 911 font-display: swap; 912 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/101.woff2) format('woff2'); 913 unicode-range: U+7950-7a1a; 914 } 915 ··· 918 font-style: normal; 919 font-weight: 700; 920 font-display: swap; 921 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/102.woff2) format('woff2'); 922 unicode-range: U+7a1b-7adf; 923 } 924 ··· 927 font-style: normal; 928 font-weight: 700; 929 font-display: swap; 930 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/103.woff2) format('woff2'); 931 unicode-range: U+7ae0-7b9f; 932 } 933 ··· 936 font-style: normal; 937 font-weight: 700; 938 font-display: swap; 939 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/104.woff2) format('woff2'); 940 unicode-range: U+7ba0-7c60; 941 } 942 ··· 945 font-style: normal; 946 font-weight: 700; 947 font-display: swap; 948 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/105.woff2) format('woff2'); 949 unicode-range: U+7c61-7d1e; 950 } 951 ··· 954 font-style: normal; 955 font-weight: 700; 956 font-display: swap; 957 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/106.woff2) format('woff2'); 958 unicode-range: U+7d20-7dcd; 959 } 960 ··· 963 font-style: normal; 964 font-weight: 700; 965 font-display: swap; 966 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/107.woff2) format('woff2'); 967 unicode-range: U+7dce-7e89; 968 } 969 ··· 972 font-style: normal; 973 font-weight: 700; 974 font-display: swap; 975 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/108.woff2) format('woff2'); 976 unicode-range: U+7e8a-7fe5; 977 } 978 ··· 981 font-style: normal; 982 font-weight: 700; 983 font-display: swap; 984 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/109.woff2) format('woff2'); 985 unicode-range: U+7fe6-80ad; 986 } 987 ··· 990 font-style: normal; 991 font-weight: 700; 992 font-display: swap; 993 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/110.woff2) format('woff2'); 994 unicode-range: U+80af-8186; 995 } 996 ··· 999 font-style: normal; 1000 font-weight: 700; 1001 font-display: swap; 1002 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/111.woff2) format('woff2'); 1003 unicode-range: U+8188-8237; 1004 } 1005 ··· 1008 font-style: normal; 1009 font-weight: 700; 1010 font-display: swap; 1011 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/112.woff2) format('woff2'); 1012 unicode-range: U+8238-82f6; 1013 } 1014 ··· 1017 font-style: normal; 1018 font-weight: 700; 1019 font-display: swap; 1020 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/113.woff2) format('woff2'); 1021 unicode-range: U+82f7-83cc; 1022 } 1023 ··· 1026 font-style: normal; 1027 font-weight: 700; 1028 font-display: swap; 1029 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/114.woff2) format('woff2'); 1030 unicode-range: U+83ce-84b2; 1031 } 1032 ··· 1035 font-style: normal; 1036 font-weight: 700; 1037 font-display: swap; 1038 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/115.woff2) format('woff2'); 1039 unicode-range: U+84b4-8581; 1040 } 1041 ··· 1044 font-style: normal; 1045 font-weight: 700; 1046 font-display: swap; 1047 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/116.woff2) format('woff2'); 1048 unicode-range: U+8584-8654; 1049 } 1050 ··· 1053 font-style: normal; 1054 font-weight: 700; 1055 font-display: swap; 1056 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/117.woff2) format('woff2'); 1057 unicode-range: U+8655-871c; 1058 } 1059 ··· 1062 font-style: normal; 1063 font-weight: 700; 1064 font-display: swap; 1065 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/118.woff2) format('woff2'); 1066 unicode-range: U+871e-87f8; 1067 } 1068 ··· 1071 font-style: normal; 1072 font-weight: 700; 1073 font-display: swap; 1074 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/119.woff2) format('woff2'); 1075 unicode-range: U+87f9-88c0; 1076 } 1077 ··· 1080 font-style: normal; 1081 font-weight: 700; 1082 font-display: swap; 1083 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/120.woff2) format('woff2'); 1084 unicode-range: U+88c1-8988; 1085 } 1086 ··· 1089 font-style: normal; 1090 font-weight: 700; 1091 font-display: swap; 1092 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/121.woff2) format('woff2'); 1093 unicode-range: U+8989-8a58; 1094 } 1095 ··· 1098 font-style: normal; 1099 font-weight: 700; 1100 font-display: swap; 1101 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/122.woff2) format('woff2'); 1102 unicode-range: U+8a5b-8b02; 1103 } 1104 ··· 1107 font-style: normal; 1108 font-weight: 700; 1109 font-display: swap; 1110 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/123.woff2) format('woff2'); 1111 unicode-range: U+8b04-8c5a; 1112 } 1113 ··· 1116 font-style: normal; 1117 font-weight: 700; 1118 font-display: swap; 1119 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/124.woff2) format('woff2'); 1120 unicode-range: U+8c5b-8d0b; 1121 } 1122 ··· 1125 font-style: normal; 1126 font-weight: 700; 1127 font-display: swap; 1128 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/125.woff2) format('woff2'); 1129 unicode-range: U+8d0d-8e38; 1130 } 1131 ··· 1134 font-style: normal; 1135 font-weight: 700; 1136 font-display: swap; 1137 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/126.woff2) format('woff2'); 1138 unicode-range: U+8e39-8f0c; 1139 } 1140 ··· 1143 font-style: normal; 1144 font-weight: 700; 1145 font-display: swap; 1146 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/127.woff2) format('woff2'); 1147 unicode-range: U+8f0f-8feb; 1148 } 1149 ··· 1152 font-style: normal; 1153 font-weight: 700; 1154 font-display: swap; 1155 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/128.woff2) format('woff2'); 1156 unicode-range: U+8fed-908b; 1157 } 1158 ··· 1161 font-style: normal; 1162 font-weight: 700; 1163 font-display: swap; 1164 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/129.woff2) format('woff2'); 1165 unicode-range: U+908c-9165; 1166 } 1167 ··· 1170 font-style: normal; 1171 font-weight: 700; 1172 font-display: swap; 1173 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/130.woff2) format('woff2'); 1174 unicode-range: U+9167-9216; 1175 } 1176 ··· 1179 font-style: normal; 1180 font-weight: 700; 1181 font-display: swap; 1182 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/131.woff2) format('woff2'); 1183 unicode-range: U+9217-92d2; 1184 } 1185 ··· 1188 font-style: normal; 1189 font-weight: 700; 1190 font-display: swap; 1191 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/132.woff2) format('woff2'); 1192 unicode-range: U+92d3-939a; 1193 } 1194 ··· 1197 font-style: normal; 1198 font-weight: 700; 1199 font-display: swap; 1200 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/133.woff2) format('woff2'); 1201 unicode-range: U+939b-947e; 1202 } 1203 ··· 1206 font-style: normal; 1207 font-weight: 700; 1208 font-display: swap; 1209 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/134.woff2) format('woff2'); 1210 unicode-range: U+947f-965d; 1211 } 1212 ··· 1215 font-style: normal; 1216 font-weight: 700; 1217 font-display: swap; 1218 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/135.woff2) format('woff2'); 1219 unicode-range: U+965e-9713; 1220 } 1221 ··· 1224 font-style: normal; 1225 font-weight: 700; 1226 font-display: swap; 1227 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/136.woff2) format('woff2'); 1228 unicode-range: U+9714-97d1; 1229 } 1230 ··· 1233 font-style: normal; 1234 font-weight: 700; 1235 font-display: swap; 1236 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/137.woff2) format('woff2'); 1237 unicode-range: U+97d3-98c5; 1238 } 1239 ··· 1242 font-style: normal; 1243 font-weight: 700; 1244 font-display: swap; 1245 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/138.woff2) format('woff2'); 1246 unicode-range: U+98c6-99c4; 1247 } 1248 ··· 1251 font-style: normal; 1252 font-weight: 700; 1253 font-display: swap; 1254 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/139.woff2) format('woff2'); 1255 unicode-range: U+99c5-9ac8; 1256 } 1257 ··· 1260 font-style: normal; 1261 font-weight: 700; 1262 font-display: swap; 1263 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/140.woff2) format('woff2'); 1264 unicode-range: U+9ace-9b79; 1265 } 1266 ··· 1269 font-style: normal; 1270 font-weight: 700; 1271 font-display: swap; 1272 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/141.woff2) format('woff2'); 1273 unicode-range: U+9b7f-9c35; 1274 } 1275 ··· 1278 font-style: normal; 1279 font-weight: 700; 1280 font-display: swap; 1281 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/142.woff2) format('woff2'); 1282 unicode-range: U+9c36-9d6f; 1283 } 1284 ··· 1287 font-style: normal; 1288 font-weight: 700; 1289 font-display: swap; 1290 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/143.woff2) format('woff2'); 1291 unicode-range: U+9d70-9e9d; 1292 } 1293 ··· 1296 font-style: normal; 1297 font-weight: 700; 1298 font-display: swap; 1299 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/144.woff2) format('woff2'); 1300 unicode-range: U+9e9e-9f61; 1301 } 1302 ··· 1305 font-style: normal; 1306 font-weight: 700; 1307 font-display: swap; 1308 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/145.woff2) format('woff2'); 1309 unicode-range: U+9f62-9fb4; 1310 } 1311 ··· 1314 font-style: normal; 1315 font-weight: 700; 1316 font-display: swap; 1317 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/146.woff2) format('woff2'); 1318 unicode-range: U+f860-f87f; 1319 } 1320 ··· 1323 font-style: normal; 1324 font-weight: 700; 1325 font-display: swap; 1326 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/147.woff2) format('woff2'); 1327 unicode-range: U+f909-fa6a; 1328 } 1329 ··· 1332 font-style: normal; 1333 font-weight: 700; 1334 font-display: swap; 1335 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/148.woff2) format('woff2'); 1336 unicode-range: U+fb00-fb04; 1337 } 1338 ··· 1341 font-style: normal; 1342 font-weight: 700; 1343 font-display: swap; 1344 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/149.woff2) format('woff2'); 1345 unicode-range: U+fe10-fe19; 1346 } 1347 ··· 1350 font-style: normal; 1351 font-weight: 700; 1352 font-display: swap; 1353 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/150.woff2) format('woff2'); 1354 unicode-range: U+fe30-fe48; 1355 } 1356 ··· 1359 font-style: normal; 1360 font-weight: 700; 1361 font-display: swap; 1362 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/151.woff2) format('woff2'); 1363 unicode-range: U+ff01-ff80; 1364 } 1365 ··· 1368 font-style: normal; 1369 font-weight: 700; 1370 font-display: swap; 1371 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/152.woff2) format('woff2'); 1372 unicode-range: U+ff81-ffe8; 1373 } 1374 ··· 1377 font-style: normal; 1378 font-weight: 700; 1379 font-display: swap; 1380 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/153.woff2) format('woff2'); 1381 unicode-range: U+1f100; 1382 } 1383 ··· 1386 font-style: normal; 1387 font-weight: 700; 1388 font-display: swap; 1389 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/154.woff2) format('woff2'); 1390 unicode-range: U+2000b-23763; 1391 } 1392 ··· 1395 font-style: normal; 1396 font-weight: 700; 1397 font-display: swap; 1398 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/155.woff2) format('woff2'); 1399 unicode-range: U+23764-2770e; 1400 } 1401 ··· 1404 font-style: normal; 1405 font-weight: 700; 1406 font-display: swap; 1407 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/156.woff2) format('woff2'); 1408 unicode-range: U+27723-2a6b2; 1409 } 1410 ··· 1413 font-style: normal; 1414 font-weight: 700; 1415 font-display: swap; 1416 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/157.woff2) format('woff2'); 1417 unicode-range: U+2f804-2f9f4; 1418 }
+157 -157
public/font/IBMPlexSansJP-Regular/IBMPlexSansJP-Regular.css
··· 9 font-style: normal; 10 font-weight: 400; 11 font-display: swap; 12 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/001.woff2) format('woff2'); 13 unicode-range: U+20-7e; 14 } 15 ··· 18 font-style: normal; 19 font-weight: 400; 20 font-display: swap; 21 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/002.woff2) format('woff2'); 22 unicode-range: U+a0-ff; 23 } 24 ··· 27 font-style: normal; 28 font-weight: 400; 29 font-display: swap; 30 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/003.woff2) format('woff2'); 31 unicode-range: U+100-17e; 32 } 33 ··· 36 font-style: normal; 37 font-weight: 400; 38 font-display: swap; 39 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/004.woff2) format('woff2'); 40 unicode-range: U+192-237; 41 } 42 ··· 45 font-style: normal; 46 font-weight: 400; 47 font-display: swap; 48 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/005.woff2) format('woff2'); 49 unicode-range: U+250-2a2; 50 } 51 ··· 54 font-style: normal; 55 font-weight: 400; 56 font-display: swap; 57 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/006.woff2) format('woff2'); 58 unicode-range: U+2b0-2e9; 59 } 60 ··· 63 font-style: normal; 64 font-weight: 400; 65 font-display: swap; 66 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/007.woff2) format('woff2'); 67 unicode-range: U+300-361; 68 } 69 ··· 72 font-style: normal; 73 font-weight: 400; 74 font-display: swap; 75 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/008.woff2) format('woff2'); 76 unicode-range: U+384-3db; 77 } 78 ··· 81 font-style: normal; 82 font-weight: 400; 83 font-display: swap; 84 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/009.woff2) format('woff2'); 85 unicode-range: U+401-45f; 86 } 87 ··· 90 font-style: normal; 91 font-weight: 400; 92 font-display: swap; 93 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/010.woff2) format('woff2'); 94 unicode-range: U+1e3e-1ebd; 95 } 96 ··· 99 font-style: normal; 100 font-weight: 400; 101 font-display: swap; 102 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/011.woff2) format('woff2'); 103 unicode-range: U+1f70-1f73; 104 } 105 ··· 108 font-style: normal; 109 font-weight: 400; 110 font-display: swap; 111 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/012.woff2) format('woff2'); 112 unicode-range: U+2002-205d; 113 } 114 ··· 117 font-style: normal; 118 font-weight: 400; 119 font-display: swap; 120 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/013.woff2) format('woff2'); 121 unicode-range: U+2070-2089; 122 } 123 ··· 126 font-style: normal; 127 font-weight: 400; 128 font-display: swap; 129 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/014.woff2) format('woff2'); 130 unicode-range: U+20ac; 131 } 132 ··· 135 font-style: normal; 136 font-weight: 400; 137 font-display: swap; 138 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/015.woff2) format('woff2'); 139 unicode-range: U+20dd-20de; 140 } 141 ··· 144 font-style: normal; 145 font-weight: 400; 146 font-display: swap; 147 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/016.woff2) format('woff2'); 148 unicode-range: U+2100-213b; 149 } 150 ··· 153 font-style: normal; 154 font-weight: 400; 155 font-display: swap; 156 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/017.woff2) format('woff2'); 157 unicode-range: U+2150-2189; 158 } 159 ··· 162 font-style: normal; 163 font-weight: 400; 164 font-display: swap; 165 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/018.woff2) format('woff2'); 166 unicode-range: U+2190-21f5; 167 } 168 ··· 171 font-style: normal; 172 font-weight: 400; 173 font-display: swap; 174 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/019.woff2) format('woff2'); 175 unicode-range: U+2200-22db; 176 } 177 ··· 180 font-style: normal; 181 font-weight: 400; 182 font-display: swap; 183 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/020.woff2) format('woff2'); 184 unicode-range: U+2305-23ce; 185 } 186 ··· 189 font-style: normal; 190 font-weight: 400; 191 font-display: swap; 192 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/021.woff2) format('woff2'); 193 unicode-range: U+2423; 194 } 195 ··· 198 font-style: normal; 199 font-weight: 400; 200 font-display: swap; 201 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/022.woff2) format('woff2'); 202 unicode-range: U+2460-24e8; 203 } 204 ··· 207 font-style: normal; 208 font-weight: 400; 209 font-display: swap; 210 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/023.woff2) format('woff2'); 211 unicode-range: U+24e9-24ff; 212 } 213 ··· 216 font-style: normal; 217 font-weight: 400; 218 font-display: swap; 219 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/024.woff2) format('woff2'); 220 unicode-range: U+2500-2573; 221 } 222 ··· 225 font-style: normal; 226 font-weight: 400; 227 font-display: swap; 228 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/025.woff2) format('woff2'); 229 unicode-range: U+2581-2595; 230 } 231 ··· 234 font-style: normal; 235 font-weight: 400; 236 font-display: swap; 237 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/026.woff2) format('woff2'); 238 unicode-range: U+25a0-25ef; 239 } 240 ··· 243 font-style: normal; 244 font-weight: 400; 245 font-display: swap; 246 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/027.woff2) format('woff2'); 247 unicode-range: U+2600-26a0; 248 } 249 ··· 252 font-style: normal; 253 font-weight: 400; 254 font-display: swap; 255 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/028.woff2) format('woff2'); 256 unicode-range: U+2702-27a1; 257 } 258 ··· 261 font-style: normal; 262 font-weight: 400; 263 font-display: swap; 264 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/029.woff2) format('woff2'); 265 unicode-range: U+2934-2935; 266 } 267 ··· 270 font-style: normal; 271 font-weight: 400; 272 font-display: swap; 273 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/030.woff2) format('woff2'); 274 unicode-range: U+29bf-29fb; 275 } 276 ··· 279 font-style: normal; 280 font-weight: 400; 281 font-display: swap; 282 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/031.woff2) format('woff2'); 283 unicode-range: U+2b05-2b95; 284 } 285 ··· 288 font-style: normal; 289 font-weight: 400; 290 font-display: swap; 291 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/032.woff2) format('woff2'); 292 unicode-range: U+2e83-2ef2; 293 } 294 ··· 297 font-style: normal; 298 font-weight: 400; 299 font-display: swap; 300 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/033.woff2) format('woff2'); 301 unicode-range: U+2f00-2f7f; 302 } 303 ··· 306 font-style: normal; 307 font-weight: 400; 308 font-display: swap; 309 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/034.woff2) format('woff2'); 310 unicode-range: U+2f80-2fd5; 311 } 312 ··· 315 font-style: normal; 316 font-weight: 400; 317 font-display: swap; 318 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/035.woff2) format('woff2'); 319 unicode-range: U+3000-303d; 320 } 321 ··· 324 font-style: normal; 325 font-weight: 400; 326 font-display: swap; 327 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/036.woff2) format('woff2'); 328 unicode-range: U+3041-309f; 329 } 330 ··· 333 font-style: normal; 334 font-weight: 400; 335 font-display: swap; 336 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/037.woff2) format('woff2'); 337 unicode-range: U+30a0-30ff; 338 } 339 ··· 342 font-style: normal; 343 font-weight: 400; 344 font-display: swap; 345 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/038.woff2) format('woff2'); 346 unicode-range: U+3190-319f; 347 } 348 ··· 351 font-style: normal; 352 font-weight: 400; 353 font-display: swap; 354 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/039.woff2) format('woff2'); 355 unicode-range: U+31f0-31ff; 356 } 357 ··· 360 font-style: normal; 361 font-weight: 400; 362 font-display: swap; 363 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/040.woff2) format('woff2'); 364 unicode-range: U+3220-32dc; 365 } 366 ··· 369 font-style: normal; 370 font-weight: 400; 371 font-display: swap; 372 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/041.woff2) format('woff2'); 373 unicode-range: U+32dd-32ff; 374 } 375 ··· 378 font-style: normal; 379 font-weight: 400; 380 font-display: swap; 381 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/042.woff2) format('woff2'); 382 unicode-range: U+3300-33d4; 383 } 384 ··· 387 font-style: normal; 388 font-weight: 400; 389 font-display: swap; 390 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/043.woff2) format('woff2'); 391 unicode-range: U+33d7-33da; 392 } 393 ··· 396 font-style: normal; 397 font-weight: 400; 398 font-display: swap; 399 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/044.woff2) format('woff2'); 400 unicode-range: U+3402-41ee; 401 } 402 ··· 405 font-style: normal; 406 font-weight: 400; 407 font-display: swap; 408 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/045.woff2) format('woff2'); 409 unicode-range: U+41f3-4d77; 410 } 411 ··· 414 font-style: normal; 415 font-weight: 400; 416 font-display: swap; 417 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/046.woff2) format('woff2'); 418 unicode-range: U+4e00-4ec1; 419 } 420 ··· 423 font-style: normal; 424 font-weight: 400; 425 font-display: swap; 426 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/047.woff2) format('woff2'); 427 unicode-range: U+4ec2-4f78; 428 } 429 ··· 432 font-style: normal; 433 font-weight: 400; 434 font-display: swap; 435 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/048.woff2) format('woff2'); 436 unicode-range: U+4f79-501f; 437 } 438 ··· 441 font-style: normal; 442 font-weight: 400; 443 font-display: swap; 444 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/049.woff2) format('woff2'); 445 unicode-range: U+5021-50d9; 446 } 447 ··· 450 font-style: normal; 451 font-weight: 400; 452 font-display: swap; 453 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/050.woff2) format('woff2'); 454 unicode-range: U+50da-5183; 455 } 456 ··· 459 font-style: normal; 460 font-weight: 400; 461 font-display: swap; 462 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/051.woff2) format('woff2'); 463 unicode-range: U+5184-5231; 464 } 465 ··· 468 font-style: normal; 469 font-weight: 400; 470 font-display: swap; 471 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/052.woff2) format('woff2'); 472 unicode-range: U+5232-52df; 473 } 474 ··· 477 font-style: normal; 478 font-weight: 400; 479 font-display: swap; 480 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/053.woff2) format('woff2'); 481 unicode-range: U+52e0-537f; 482 } 483 ··· 486 font-style: normal; 487 font-weight: 400; 488 font-display: swap; 489 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/054.woff2) format('woff2'); 490 unicode-range: U+5382-5435; 491 } 492 ··· 495 font-style: normal; 496 font-weight: 400; 497 font-display: swap; 498 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/055.woff2) format('woff2'); 499 unicode-range: U+5436-54fe; 500 } 501 ··· 504 font-style: normal; 505 font-weight: 400; 506 font-display: swap; 507 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/056.woff2) format('woff2'); 508 unicode-range: U+54ff-55e3; 509 } 510 ··· 513 font-style: normal; 514 font-weight: 400; 515 font-display: swap; 516 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/057.woff2) format('woff2'); 517 unicode-range: U+55e4-56c5; 518 } 519 ··· 522 font-style: normal; 523 font-weight: 400; 524 font-display: swap; 525 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/058.woff2) format('woff2'); 526 unicode-range: U+56c8-577e; 527 } 528 ··· 531 font-style: normal; 532 font-weight: 400; 533 font-display: swap; 534 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/059.woff2) format('woff2'); 535 unicode-range: U+577f-5861; 536 } 537 ··· 540 font-style: normal; 541 font-weight: 400; 542 font-display: swap; 543 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/060.woff2) format('woff2'); 544 unicode-range: U+5862-5924; 545 } 546 ··· 549 font-style: normal; 550 font-weight: 400; 551 font-display: swap; 552 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/061.woff2) format('woff2'); 553 unicode-range: U+5925-59e6; 554 } 555 ··· 558 font-style: normal; 559 font-weight: 400; 560 font-display: swap; 561 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/062.woff2) format('woff2'); 562 unicode-range: U+59e7-5afd; 563 } 564 ··· 567 font-style: normal; 568 font-weight: 400; 569 font-display: swap; 570 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/063.woff2) format('woff2'); 571 unicode-range: U+5b00-5bcd; 572 } 573 ··· 576 font-style: normal; 577 font-weight: 400; 578 font-display: swap; 579 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/064.woff2) format('woff2'); 580 unicode-range: U+5bce-5c79; 581 } 582 ··· 585 font-style: normal; 586 font-weight: 400; 587 font-display: swap; 588 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/065.woff2) format('woff2'); 589 unicode-range: U+5c7a-5d79; 590 } 591 ··· 594 font-style: normal; 595 font-weight: 400; 596 font-display: swap; 597 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/066.woff2) format('woff2'); 598 unicode-range: U+5d7a-5e55; 599 } 600 ··· 603 font-style: normal; 604 font-weight: 400; 605 font-display: swap; 606 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/067.woff2) format('woff2'); 607 unicode-range: U+5e56-5f0c; 608 } 609 ··· 612 font-style: normal; 613 font-weight: 400; 614 font-display: swap; 615 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/068.woff2) format('woff2'); 616 unicode-range: U+5f0d-5fac; 617 } 618 ··· 621 font-style: normal; 622 font-weight: 400; 623 font-display: swap; 624 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/069.woff2) format('woff2'); 625 unicode-range: U+5fad-606b; 626 } 627 ··· 630 font-style: normal; 631 font-weight: 400; 632 font-display: swap; 633 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/070.woff2) format('woff2'); 634 unicode-range: U+606c-611c; 635 } 636 ··· 639 font-style: normal; 640 font-weight: 400; 641 font-display: swap; 642 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/071.woff2) format('woff2'); 643 unicode-range: U+611e-61de; 644 } 645 ··· 648 font-style: normal; 649 font-weight: 400; 650 font-display: swap; 651 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/072.woff2) format('woff2'); 652 unicode-range: U+61df-6294; 653 } 654 ··· 657 font-style: normal; 658 font-weight: 400; 659 font-display: swap; 660 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/073.woff2) format('woff2'); 661 unicode-range: U+6295-6366; 662 } 663 ··· 666 font-style: normal; 667 font-weight: 400; 668 font-display: swap; 669 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/074.woff2) format('woff2'); 670 unicode-range: U+6367-6430; 671 } 672 ··· 675 font-style: normal; 676 font-weight: 400; 677 font-display: swap; 678 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/075.woff2) format('woff2'); 679 unicode-range: U+6434-6516; 680 } 681 ··· 684 font-style: normal; 685 font-weight: 400; 686 font-display: swap; 687 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/076.woff2) format('woff2'); 688 unicode-range: U+6518-65d4; 689 } 690 ··· 693 font-style: normal; 694 font-weight: 400; 695 font-display: swap; 696 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/077.woff2) format('woff2'); 697 unicode-range: U+65d6-6679; 698 } 699 ··· 702 font-style: normal; 703 font-weight: 400; 704 font-display: swap; 705 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/078.woff2) format('woff2'); 706 unicode-range: U+667a-6738; 707 } 708 ··· 711 font-style: normal; 712 font-weight: 400; 713 font-display: swap; 714 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/079.woff2) format('woff2'); 715 unicode-range: U+673a-67ef; 716 } 717 ··· 720 font-style: normal; 721 font-weight: 400; 722 font-display: swap; 723 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/080.woff2) format('woff2'); 724 unicode-range: U+67f0-68ab; 725 } 726 ··· 729 font-style: normal; 730 font-weight: 400; 731 font-display: swap; 732 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/081.woff2) format('woff2'); 733 unicode-range: U+68ad-6965; 734 } 735 ··· 738 font-style: normal; 739 font-weight: 400; 740 font-display: swap; 741 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/082.woff2) format('woff2'); 742 unicode-range: U+6966-6a23; 743 } 744 ··· 747 font-style: normal; 748 font-weight: 400; 749 font-display: swap; 750 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/083.woff2) format('woff2'); 751 unicode-range: U+6a24-6b04; 752 } 753 ··· 756 font-style: normal; 757 font-weight: 400; 758 font-display: swap; 759 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/084.woff2) format('woff2'); 760 unicode-range: U+6b05-6bc3; 761 } 762 ··· 765 font-style: normal; 766 font-weight: 400; 767 font-display: swap; 768 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/085.woff2) format('woff2'); 769 unicode-range: U+6bc4-6c9a; 770 } 771 ··· 774 font-style: normal; 775 font-weight: 400; 776 font-display: swap; 777 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/086.woff2) format('woff2'); 778 unicode-range: U+6c9b-6d6c; 779 } 780 ··· 783 font-style: normal; 784 font-weight: 400; 785 font-display: swap; 786 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/087.woff2) format('woff2'); 787 unicode-range: U+6d6e-6e36; 788 } 789 ··· 792 font-style: normal; 793 font-weight: 400; 794 font-display: swap; 795 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/088.woff2) format('woff2'); 796 unicode-range: U+6e38-6f10; 797 } 798 ··· 801 font-style: normal; 802 font-weight: 400; 803 font-display: swap; 804 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/089.woff2) format('woff2'); 805 unicode-range: U+6f11-6fe9; 806 } 807 ··· 810 font-style: normal; 811 font-weight: 400; 812 font-display: swap; 813 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/090.woff2) format('woff2'); 814 unicode-range: U+6feb-70fd; 815 } 816 ··· 819 font-style: normal; 820 font-weight: 400; 821 font-display: swap; 822 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/091.woff2) format('woff2'); 823 unicode-range: U+7103-7208; 824 } 825 ··· 828 font-style: normal; 829 font-weight: 400; 830 font-display: swap; 831 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/092.woff2) format('woff2'); 832 unicode-range: U+7209-72e9; 833 } 834 ··· 837 font-style: normal; 838 font-weight: 400; 839 font-display: swap; 840 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/093.woff2) format('woff2'); 841 unicode-range: U+72ec-73bd; 842 } 843 ··· 846 font-style: normal; 847 font-weight: 400; 848 font-display: swap; 849 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/094.woff2) format('woff2'); 850 unicode-range: U+73bf-7491; 851 } 852 ··· 855 font-style: normal; 856 font-weight: 400; 857 font-display: swap; 858 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/095.woff2) format('woff2'); 859 unicode-range: U+7492-754f; 860 } 861 ··· 864 font-style: normal; 865 font-weight: 400; 866 font-display: swap; 867 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/096.woff2) format('woff2'); 868 unicode-range: U+7550-7601; 869 } 870 ··· 873 font-style: normal; 874 font-weight: 400; 875 font-display: swap; 876 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/097.woff2) format('woff2'); 877 unicode-range: U+7602-76b7; 878 } 879 ··· 882 font-style: normal; 883 font-weight: 400; 884 font-display: swap; 885 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/098.woff2) format('woff2'); 886 unicode-range: U+76b8-777e; 887 } 888 ··· 891 font-style: normal; 892 font-weight: 400; 893 font-display: swap; 894 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/099.woff2) format('woff2'); 895 unicode-range: U+777f-787c; 896 } 897 ··· 900 font-style: normal; 901 font-weight: 400; 902 font-display: swap; 903 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/100.woff2) format('woff2'); 904 unicode-range: U+787e-794f; 905 } 906 ··· 909 font-style: normal; 910 font-weight: 400; 911 font-display: swap; 912 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/101.woff2) format('woff2'); 913 unicode-range: U+7950-7a1a; 914 } 915 ··· 918 font-style: normal; 919 font-weight: 400; 920 font-display: swap; 921 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/102.woff2) format('woff2'); 922 unicode-range: U+7a1b-7adf; 923 } 924 ··· 927 font-style: normal; 928 font-weight: 400; 929 font-display: swap; 930 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/103.woff2) format('woff2'); 931 unicode-range: U+7ae0-7b9f; 932 } 933 ··· 936 font-style: normal; 937 font-weight: 400; 938 font-display: swap; 939 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/104.woff2) format('woff2'); 940 unicode-range: U+7ba0-7c60; 941 } 942 ··· 945 font-style: normal; 946 font-weight: 400; 947 font-display: swap; 948 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/105.woff2) format('woff2'); 949 unicode-range: U+7c61-7d1e; 950 } 951 ··· 954 font-style: normal; 955 font-weight: 400; 956 font-display: swap; 957 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/106.woff2) format('woff2'); 958 unicode-range: U+7d20-7dcd; 959 } 960 ··· 963 font-style: normal; 964 font-weight: 400; 965 font-display: swap; 966 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/107.woff2) format('woff2'); 967 unicode-range: U+7dce-7e89; 968 } 969 ··· 972 font-style: normal; 973 font-weight: 400; 974 font-display: swap; 975 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/108.woff2) format('woff2'); 976 unicode-range: U+7e8a-7fe5; 977 } 978 ··· 981 font-style: normal; 982 font-weight: 400; 983 font-display: swap; 984 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/109.woff2) format('woff2'); 985 unicode-range: U+7fe6-80ad; 986 } 987 ··· 990 font-style: normal; 991 font-weight: 400; 992 font-display: swap; 993 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/110.woff2) format('woff2'); 994 unicode-range: U+80af-8186; 995 } 996 ··· 999 font-style: normal; 1000 font-weight: 400; 1001 font-display: swap; 1002 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/111.woff2) format('woff2'); 1003 unicode-range: U+8188-8237; 1004 } 1005 ··· 1008 font-style: normal; 1009 font-weight: 400; 1010 font-display: swap; 1011 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/112.woff2) format('woff2'); 1012 unicode-range: U+8238-82f6; 1013 } 1014 ··· 1017 font-style: normal; 1018 font-weight: 400; 1019 font-display: swap; 1020 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/113.woff2) format('woff2'); 1021 unicode-range: U+82f7-83cc; 1022 } 1023 ··· 1026 font-style: normal; 1027 font-weight: 400; 1028 font-display: swap; 1029 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/114.woff2) format('woff2'); 1030 unicode-range: U+83ce-84b2; 1031 } 1032 ··· 1035 font-style: normal; 1036 font-weight: 400; 1037 font-display: swap; 1038 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/115.woff2) format('woff2'); 1039 unicode-range: U+84b4-8581; 1040 } 1041 ··· 1044 font-style: normal; 1045 font-weight: 400; 1046 font-display: swap; 1047 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/116.woff2) format('woff2'); 1048 unicode-range: U+8584-8654; 1049 } 1050 ··· 1053 font-style: normal; 1054 font-weight: 400; 1055 font-display: swap; 1056 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/117.woff2) format('woff2'); 1057 unicode-range: U+8655-871c; 1058 } 1059 ··· 1062 font-style: normal; 1063 font-weight: 400; 1064 font-display: swap; 1065 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/118.woff2) format('woff2'); 1066 unicode-range: U+871e-87f8; 1067 } 1068 ··· 1071 font-style: normal; 1072 font-weight: 400; 1073 font-display: swap; 1074 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/119.woff2) format('woff2'); 1075 unicode-range: U+87f9-88c0; 1076 } 1077 ··· 1080 font-style: normal; 1081 font-weight: 400; 1082 font-display: swap; 1083 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/120.woff2) format('woff2'); 1084 unicode-range: U+88c1-8988; 1085 } 1086 ··· 1089 font-style: normal; 1090 font-weight: 400; 1091 font-display: swap; 1092 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/121.woff2) format('woff2'); 1093 unicode-range: U+8989-8a58; 1094 } 1095 ··· 1098 font-style: normal; 1099 font-weight: 400; 1100 font-display: swap; 1101 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/122.woff2) format('woff2'); 1102 unicode-range: U+8a5b-8b02; 1103 } 1104 ··· 1107 font-style: normal; 1108 font-weight: 400; 1109 font-display: swap; 1110 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/123.woff2) format('woff2'); 1111 unicode-range: U+8b04-8c5a; 1112 } 1113 ··· 1116 font-style: normal; 1117 font-weight: 400; 1118 font-display: swap; 1119 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/124.woff2) format('woff2'); 1120 unicode-range: U+8c5b-8d0b; 1121 } 1122 ··· 1125 font-style: normal; 1126 font-weight: 400; 1127 font-display: swap; 1128 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/125.woff2) format('woff2'); 1129 unicode-range: U+8d0d-8e38; 1130 } 1131 ··· 1134 font-style: normal; 1135 font-weight: 400; 1136 font-display: swap; 1137 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/126.woff2) format('woff2'); 1138 unicode-range: U+8e39-8f0c; 1139 } 1140 ··· 1143 font-style: normal; 1144 font-weight: 400; 1145 font-display: swap; 1146 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/127.woff2) format('woff2'); 1147 unicode-range: U+8f0f-8feb; 1148 } 1149 ··· 1152 font-style: normal; 1153 font-weight: 400; 1154 font-display: swap; 1155 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/128.woff2) format('woff2'); 1156 unicode-range: U+8fed-908b; 1157 } 1158 ··· 1161 font-style: normal; 1162 font-weight: 400; 1163 font-display: swap; 1164 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/129.woff2) format('woff2'); 1165 unicode-range: U+908c-9165; 1166 } 1167 ··· 1170 font-style: normal; 1171 font-weight: 400; 1172 font-display: swap; 1173 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/130.woff2) format('woff2'); 1174 unicode-range: U+9167-9216; 1175 } 1176 ··· 1179 font-style: normal; 1180 font-weight: 400; 1181 font-display: swap; 1182 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/131.woff2) format('woff2'); 1183 unicode-range: U+9217-92d2; 1184 } 1185 ··· 1188 font-style: normal; 1189 font-weight: 400; 1190 font-display: swap; 1191 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/132.woff2) format('woff2'); 1192 unicode-range: U+92d3-939a; 1193 } 1194 ··· 1197 font-style: normal; 1198 font-weight: 400; 1199 font-display: swap; 1200 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/133.woff2) format('woff2'); 1201 unicode-range: U+939b-947e; 1202 } 1203 ··· 1206 font-style: normal; 1207 font-weight: 400; 1208 font-display: swap; 1209 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/134.woff2) format('woff2'); 1210 unicode-range: U+947f-965d; 1211 } 1212 ··· 1215 font-style: normal; 1216 font-weight: 400; 1217 font-display: swap; 1218 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/135.woff2) format('woff2'); 1219 unicode-range: U+965e-9713; 1220 } 1221 ··· 1224 font-style: normal; 1225 font-weight: 400; 1226 font-display: swap; 1227 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/136.woff2) format('woff2'); 1228 unicode-range: U+9714-97d1; 1229 } 1230 ··· 1233 font-style: normal; 1234 font-weight: 400; 1235 font-display: swap; 1236 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/137.woff2) format('woff2'); 1237 unicode-range: U+97d3-98c5; 1238 } 1239 ··· 1242 font-style: normal; 1243 font-weight: 400; 1244 font-display: swap; 1245 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/138.woff2) format('woff2'); 1246 unicode-range: U+98c6-99c4; 1247 } 1248 ··· 1251 font-style: normal; 1252 font-weight: 400; 1253 font-display: swap; 1254 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/139.woff2) format('woff2'); 1255 unicode-range: U+99c5-9ac8; 1256 } 1257 ··· 1260 font-style: normal; 1261 font-weight: 400; 1262 font-display: swap; 1263 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/140.woff2) format('woff2'); 1264 unicode-range: U+9ace-9b79; 1265 } 1266 ··· 1269 font-style: normal; 1270 font-weight: 400; 1271 font-display: swap; 1272 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/141.woff2) format('woff2'); 1273 unicode-range: U+9b7f-9c35; 1274 } 1275 ··· 1278 font-style: normal; 1279 font-weight: 400; 1280 font-display: swap; 1281 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/142.woff2) format('woff2'); 1282 unicode-range: U+9c36-9d6f; 1283 } 1284 ··· 1287 font-style: normal; 1288 font-weight: 400; 1289 font-display: swap; 1290 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/143.woff2) format('woff2'); 1291 unicode-range: U+9d70-9e9d; 1292 } 1293 ··· 1296 font-style: normal; 1297 font-weight: 400; 1298 font-display: swap; 1299 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/144.woff2) format('woff2'); 1300 unicode-range: U+9e9e-9f61; 1301 } 1302 ··· 1305 font-style: normal; 1306 font-weight: 400; 1307 font-display: swap; 1308 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/145.woff2) format('woff2'); 1309 unicode-range: U+9f62-9fb4; 1310 } 1311 ··· 1314 font-style: normal; 1315 font-weight: 400; 1316 font-display: swap; 1317 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/146.woff2) format('woff2'); 1318 unicode-range: U+f860-f87f; 1319 } 1320 ··· 1323 font-style: normal; 1324 font-weight: 400; 1325 font-display: swap; 1326 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/147.woff2) format('woff2'); 1327 unicode-range: U+f909-fa6a; 1328 } 1329 ··· 1332 font-style: normal; 1333 font-weight: 400; 1334 font-display: swap; 1335 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/148.woff2) format('woff2'); 1336 unicode-range: U+fb00-fb04; 1337 } 1338 ··· 1341 font-style: normal; 1342 font-weight: 400; 1343 font-display: swap; 1344 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/149.woff2) format('woff2'); 1345 unicode-range: U+fe10-fe19; 1346 } 1347 ··· 1350 font-style: normal; 1351 font-weight: 400; 1352 font-display: swap; 1353 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/150.woff2) format('woff2'); 1354 unicode-range: U+fe30-fe48; 1355 } 1356 ··· 1359 font-style: normal; 1360 font-weight: 400; 1361 font-display: swap; 1362 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/151.woff2) format('woff2'); 1363 unicode-range: U+ff01-ff80; 1364 } 1365 ··· 1368 font-style: normal; 1369 font-weight: 400; 1370 font-display: swap; 1371 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/152.woff2) format('woff2'); 1372 unicode-range: U+ff81-ffe8; 1373 } 1374 ··· 1377 font-style: normal; 1378 font-weight: 400; 1379 font-display: swap; 1380 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/153.woff2) format('woff2'); 1381 unicode-range: U+1f100; 1382 } 1383 ··· 1386 font-style: normal; 1387 font-weight: 400; 1388 font-display: swap; 1389 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/154.woff2) format('woff2'); 1390 unicode-range: U+2000b-23763; 1391 } 1392 ··· 1395 font-style: normal; 1396 font-weight: 400; 1397 font-display: swap; 1398 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/155.woff2) format('woff2'); 1399 unicode-range: U+23764-2770e; 1400 } 1401 ··· 1404 font-style: normal; 1405 font-weight: 400; 1406 font-display: swap; 1407 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/156.woff2) format('woff2'); 1408 unicode-range: U+27723-2a6b2; 1409 } 1410 ··· 1413 font-style: normal; 1414 font-weight: 400; 1415 font-display: swap; 1416 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/157.woff2) format('woff2'); 1417 unicode-range: U+2f804-2f9f4; 1418 }
··· 9 font-style: normal; 10 font-weight: 400; 11 font-display: swap; 12 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/001.woff2) format('woff2'); 13 unicode-range: U+20-7e; 14 } 15 ··· 18 font-style: normal; 19 font-weight: 400; 20 font-display: swap; 21 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/002.woff2) format('woff2'); 22 unicode-range: U+a0-ff; 23 } 24 ··· 27 font-style: normal; 28 font-weight: 400; 29 font-display: swap; 30 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/003.woff2) format('woff2'); 31 unicode-range: U+100-17e; 32 } 33 ··· 36 font-style: normal; 37 font-weight: 400; 38 font-display: swap; 39 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/004.woff2) format('woff2'); 40 unicode-range: U+192-237; 41 } 42 ··· 45 font-style: normal; 46 font-weight: 400; 47 font-display: swap; 48 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/005.woff2) format('woff2'); 49 unicode-range: U+250-2a2; 50 } 51 ··· 54 font-style: normal; 55 font-weight: 400; 56 font-display: swap; 57 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/006.woff2) format('woff2'); 58 unicode-range: U+2b0-2e9; 59 } 60 ··· 63 font-style: normal; 64 font-weight: 400; 65 font-display: swap; 66 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/007.woff2) format('woff2'); 67 unicode-range: U+300-361; 68 } 69 ··· 72 font-style: normal; 73 font-weight: 400; 74 font-display: swap; 75 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/008.woff2) format('woff2'); 76 unicode-range: U+384-3db; 77 } 78 ··· 81 font-style: normal; 82 font-weight: 400; 83 font-display: swap; 84 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/009.woff2) format('woff2'); 85 unicode-range: U+401-45f; 86 } 87 ··· 90 font-style: normal; 91 font-weight: 400; 92 font-display: swap; 93 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/010.woff2) format('woff2'); 94 unicode-range: U+1e3e-1ebd; 95 } 96 ··· 99 font-style: normal; 100 font-weight: 400; 101 font-display: swap; 102 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/011.woff2) format('woff2'); 103 unicode-range: U+1f70-1f73; 104 } 105 ··· 108 font-style: normal; 109 font-weight: 400; 110 font-display: swap; 111 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/012.woff2) format('woff2'); 112 unicode-range: U+2002-205d; 113 } 114 ··· 117 font-style: normal; 118 font-weight: 400; 119 font-display: swap; 120 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/013.woff2) format('woff2'); 121 unicode-range: U+2070-2089; 122 } 123 ··· 126 font-style: normal; 127 font-weight: 400; 128 font-display: swap; 129 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/014.woff2) format('woff2'); 130 unicode-range: U+20ac; 131 } 132 ··· 135 font-style: normal; 136 font-weight: 400; 137 font-display: swap; 138 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/015.woff2) format('woff2'); 139 unicode-range: U+20dd-20de; 140 } 141 ··· 144 font-style: normal; 145 font-weight: 400; 146 font-display: swap; 147 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/016.woff2) format('woff2'); 148 unicode-range: U+2100-213b; 149 } 150 ··· 153 font-style: normal; 154 font-weight: 400; 155 font-display: swap; 156 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/017.woff2) format('woff2'); 157 unicode-range: U+2150-2189; 158 } 159 ··· 162 font-style: normal; 163 font-weight: 400; 164 font-display: swap; 165 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/018.woff2) format('woff2'); 166 unicode-range: U+2190-21f5; 167 } 168 ··· 171 font-style: normal; 172 font-weight: 400; 173 font-display: swap; 174 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/019.woff2) format('woff2'); 175 unicode-range: U+2200-22db; 176 } 177 ··· 180 font-style: normal; 181 font-weight: 400; 182 font-display: swap; 183 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/020.woff2) format('woff2'); 184 unicode-range: U+2305-23ce; 185 } 186 ··· 189 font-style: normal; 190 font-weight: 400; 191 font-display: swap; 192 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/021.woff2) format('woff2'); 193 unicode-range: U+2423; 194 } 195 ··· 198 font-style: normal; 199 font-weight: 400; 200 font-display: swap; 201 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/022.woff2) format('woff2'); 202 unicode-range: U+2460-24e8; 203 } 204 ··· 207 font-style: normal; 208 font-weight: 400; 209 font-display: swap; 210 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/023.woff2) format('woff2'); 211 unicode-range: U+24e9-24ff; 212 } 213 ··· 216 font-style: normal; 217 font-weight: 400; 218 font-display: swap; 219 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/024.woff2) format('woff2'); 220 unicode-range: U+2500-2573; 221 } 222 ··· 225 font-style: normal; 226 font-weight: 400; 227 font-display: swap; 228 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/025.woff2) format('woff2'); 229 unicode-range: U+2581-2595; 230 } 231 ··· 234 font-style: normal; 235 font-weight: 400; 236 font-display: swap; 237 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/026.woff2) format('woff2'); 238 unicode-range: U+25a0-25ef; 239 } 240 ··· 243 font-style: normal; 244 font-weight: 400; 245 font-display: swap; 246 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/027.woff2) format('woff2'); 247 unicode-range: U+2600-26a0; 248 } 249 ··· 252 font-style: normal; 253 font-weight: 400; 254 font-display: swap; 255 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/028.woff2) format('woff2'); 256 unicode-range: U+2702-27a1; 257 } 258 ··· 261 font-style: normal; 262 font-weight: 400; 263 font-display: swap; 264 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/029.woff2) format('woff2'); 265 unicode-range: U+2934-2935; 266 } 267 ··· 270 font-style: normal; 271 font-weight: 400; 272 font-display: swap; 273 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/030.woff2) format('woff2'); 274 unicode-range: U+29bf-29fb; 275 } 276 ··· 279 font-style: normal; 280 font-weight: 400; 281 font-display: swap; 282 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/031.woff2) format('woff2'); 283 unicode-range: U+2b05-2b95; 284 } 285 ··· 288 font-style: normal; 289 font-weight: 400; 290 font-display: swap; 291 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/032.woff2) format('woff2'); 292 unicode-range: U+2e83-2ef2; 293 } 294 ··· 297 font-style: normal; 298 font-weight: 400; 299 font-display: swap; 300 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/033.woff2) format('woff2'); 301 unicode-range: U+2f00-2f7f; 302 } 303 ··· 306 font-style: normal; 307 font-weight: 400; 308 font-display: swap; 309 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/034.woff2) format('woff2'); 310 unicode-range: U+2f80-2fd5; 311 } 312 ··· 315 font-style: normal; 316 font-weight: 400; 317 font-display: swap; 318 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/035.woff2) format('woff2'); 319 unicode-range: U+3000-303d; 320 } 321 ··· 324 font-style: normal; 325 font-weight: 400; 326 font-display: swap; 327 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/036.woff2) format('woff2'); 328 unicode-range: U+3041-309f; 329 } 330 ··· 333 font-style: normal; 334 font-weight: 400; 335 font-display: swap; 336 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/037.woff2) format('woff2'); 337 unicode-range: U+30a0-30ff; 338 } 339 ··· 342 font-style: normal; 343 font-weight: 400; 344 font-display: swap; 345 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/038.woff2) format('woff2'); 346 unicode-range: U+3190-319f; 347 } 348 ··· 351 font-style: normal; 352 font-weight: 400; 353 font-display: swap; 354 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/039.woff2) format('woff2'); 355 unicode-range: U+31f0-31ff; 356 } 357 ··· 360 font-style: normal; 361 font-weight: 400; 362 font-display: swap; 363 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/040.woff2) format('woff2'); 364 unicode-range: U+3220-32dc; 365 } 366 ··· 369 font-style: normal; 370 font-weight: 400; 371 font-display: swap; 372 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/041.woff2) format('woff2'); 373 unicode-range: U+32dd-32ff; 374 } 375 ··· 378 font-style: normal; 379 font-weight: 400; 380 font-display: swap; 381 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/042.woff2) format('woff2'); 382 unicode-range: U+3300-33d4; 383 } 384 ··· 387 font-style: normal; 388 font-weight: 400; 389 font-display: swap; 390 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/043.woff2) format('woff2'); 391 unicode-range: U+33d7-33da; 392 } 393 ··· 396 font-style: normal; 397 font-weight: 400; 398 font-display: swap; 399 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/044.woff2) format('woff2'); 400 unicode-range: U+3402-41ee; 401 } 402 ··· 405 font-style: normal; 406 font-weight: 400; 407 font-display: swap; 408 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/045.woff2) format('woff2'); 409 unicode-range: U+41f3-4d77; 410 } 411 ··· 414 font-style: normal; 415 font-weight: 400; 416 font-display: swap; 417 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/046.woff2) format('woff2'); 418 unicode-range: U+4e00-4ec1; 419 } 420 ··· 423 font-style: normal; 424 font-weight: 400; 425 font-display: swap; 426 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/047.woff2) format('woff2'); 427 unicode-range: U+4ec2-4f78; 428 } 429 ··· 432 font-style: normal; 433 font-weight: 400; 434 font-display: swap; 435 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/048.woff2) format('woff2'); 436 unicode-range: U+4f79-501f; 437 } 438 ··· 441 font-style: normal; 442 font-weight: 400; 443 font-display: swap; 444 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/049.woff2) format('woff2'); 445 unicode-range: U+5021-50d9; 446 } 447 ··· 450 font-style: normal; 451 font-weight: 400; 452 font-display: swap; 453 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/050.woff2) format('woff2'); 454 unicode-range: U+50da-5183; 455 } 456 ··· 459 font-style: normal; 460 font-weight: 400; 461 font-display: swap; 462 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/051.woff2) format('woff2'); 463 unicode-range: U+5184-5231; 464 } 465 ··· 468 font-style: normal; 469 font-weight: 400; 470 font-display: swap; 471 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/052.woff2) format('woff2'); 472 unicode-range: U+5232-52df; 473 } 474 ··· 477 font-style: normal; 478 font-weight: 400; 479 font-display: swap; 480 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/053.woff2) format('woff2'); 481 unicode-range: U+52e0-537f; 482 } 483 ··· 486 font-style: normal; 487 font-weight: 400; 488 font-display: swap; 489 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/054.woff2) format('woff2'); 490 unicode-range: U+5382-5435; 491 } 492 ··· 495 font-style: normal; 496 font-weight: 400; 497 font-display: swap; 498 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/055.woff2) format('woff2'); 499 unicode-range: U+5436-54fe; 500 } 501 ··· 504 font-style: normal; 505 font-weight: 400; 506 font-display: swap; 507 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/056.woff2) format('woff2'); 508 unicode-range: U+54ff-55e3; 509 } 510 ··· 513 font-style: normal; 514 font-weight: 400; 515 font-display: swap; 516 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/057.woff2) format('woff2'); 517 unicode-range: U+55e4-56c5; 518 } 519 ··· 522 font-style: normal; 523 font-weight: 400; 524 font-display: swap; 525 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/058.woff2) format('woff2'); 526 unicode-range: U+56c8-577e; 527 } 528 ··· 531 font-style: normal; 532 font-weight: 400; 533 font-display: swap; 534 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/059.woff2) format('woff2'); 535 unicode-range: U+577f-5861; 536 } 537 ··· 540 font-style: normal; 541 font-weight: 400; 542 font-display: swap; 543 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/060.woff2) format('woff2'); 544 unicode-range: U+5862-5924; 545 } 546 ··· 549 font-style: normal; 550 font-weight: 400; 551 font-display: swap; 552 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/061.woff2) format('woff2'); 553 unicode-range: U+5925-59e6; 554 } 555 ··· 558 font-style: normal; 559 font-weight: 400; 560 font-display: swap; 561 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/062.woff2) format('woff2'); 562 unicode-range: U+59e7-5afd; 563 } 564 ··· 567 font-style: normal; 568 font-weight: 400; 569 font-display: swap; 570 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/063.woff2) format('woff2'); 571 unicode-range: U+5b00-5bcd; 572 } 573 ··· 576 font-style: normal; 577 font-weight: 400; 578 font-display: swap; 579 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/064.woff2) format('woff2'); 580 unicode-range: U+5bce-5c79; 581 } 582 ··· 585 font-style: normal; 586 font-weight: 400; 587 font-display: swap; 588 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/065.woff2) format('woff2'); 589 unicode-range: U+5c7a-5d79; 590 } 591 ··· 594 font-style: normal; 595 font-weight: 400; 596 font-display: swap; 597 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/066.woff2) format('woff2'); 598 unicode-range: U+5d7a-5e55; 599 } 600 ··· 603 font-style: normal; 604 font-weight: 400; 605 font-display: swap; 606 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/067.woff2) format('woff2'); 607 unicode-range: U+5e56-5f0c; 608 } 609 ··· 612 font-style: normal; 613 font-weight: 400; 614 font-display: swap; 615 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/068.woff2) format('woff2'); 616 unicode-range: U+5f0d-5fac; 617 } 618 ··· 621 font-style: normal; 622 font-weight: 400; 623 font-display: swap; 624 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/069.woff2) format('woff2'); 625 unicode-range: U+5fad-606b; 626 } 627 ··· 630 font-style: normal; 631 font-weight: 400; 632 font-display: swap; 633 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/070.woff2) format('woff2'); 634 unicode-range: U+606c-611c; 635 } 636 ··· 639 font-style: normal; 640 font-weight: 400; 641 font-display: swap; 642 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/071.woff2) format('woff2'); 643 unicode-range: U+611e-61de; 644 } 645 ··· 648 font-style: normal; 649 font-weight: 400; 650 font-display: swap; 651 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/072.woff2) format('woff2'); 652 unicode-range: U+61df-6294; 653 } 654 ··· 657 font-style: normal; 658 font-weight: 400; 659 font-display: swap; 660 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/073.woff2) format('woff2'); 661 unicode-range: U+6295-6366; 662 } 663 ··· 666 font-style: normal; 667 font-weight: 400; 668 font-display: swap; 669 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/074.woff2) format('woff2'); 670 unicode-range: U+6367-6430; 671 } 672 ··· 675 font-style: normal; 676 font-weight: 400; 677 font-display: swap; 678 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/075.woff2) format('woff2'); 679 unicode-range: U+6434-6516; 680 } 681 ··· 684 font-style: normal; 685 font-weight: 400; 686 font-display: swap; 687 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/076.woff2) format('woff2'); 688 unicode-range: U+6518-65d4; 689 } 690 ··· 693 font-style: normal; 694 font-weight: 400; 695 font-display: swap; 696 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/077.woff2) format('woff2'); 697 unicode-range: U+65d6-6679; 698 } 699 ··· 702 font-style: normal; 703 font-weight: 400; 704 font-display: swap; 705 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/078.woff2) format('woff2'); 706 unicode-range: U+667a-6738; 707 } 708 ··· 711 font-style: normal; 712 font-weight: 400; 713 font-display: swap; 714 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/079.woff2) format('woff2'); 715 unicode-range: U+673a-67ef; 716 } 717 ··· 720 font-style: normal; 721 font-weight: 400; 722 font-display: swap; 723 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/080.woff2) format('woff2'); 724 unicode-range: U+67f0-68ab; 725 } 726 ··· 729 font-style: normal; 730 font-weight: 400; 731 font-display: swap; 732 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/081.woff2) format('woff2'); 733 unicode-range: U+68ad-6965; 734 } 735 ··· 738 font-style: normal; 739 font-weight: 400; 740 font-display: swap; 741 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/082.woff2) format('woff2'); 742 unicode-range: U+6966-6a23; 743 } 744 ··· 747 font-style: normal; 748 font-weight: 400; 749 font-display: swap; 750 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/083.woff2) format('woff2'); 751 unicode-range: U+6a24-6b04; 752 } 753 ··· 756 font-style: normal; 757 font-weight: 400; 758 font-display: swap; 759 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/084.woff2) format('woff2'); 760 unicode-range: U+6b05-6bc3; 761 } 762 ··· 765 font-style: normal; 766 font-weight: 400; 767 font-display: swap; 768 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/085.woff2) format('woff2'); 769 unicode-range: U+6bc4-6c9a; 770 } 771 ··· 774 font-style: normal; 775 font-weight: 400; 776 font-display: swap; 777 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/086.woff2) format('woff2'); 778 unicode-range: U+6c9b-6d6c; 779 } 780 ··· 783 font-style: normal; 784 font-weight: 400; 785 font-display: swap; 786 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/087.woff2) format('woff2'); 787 unicode-range: U+6d6e-6e36; 788 } 789 ··· 792 font-style: normal; 793 font-weight: 400; 794 font-display: swap; 795 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/088.woff2) format('woff2'); 796 unicode-range: U+6e38-6f10; 797 } 798 ··· 801 font-style: normal; 802 font-weight: 400; 803 font-display: swap; 804 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/089.woff2) format('woff2'); 805 unicode-range: U+6f11-6fe9; 806 } 807 ··· 810 font-style: normal; 811 font-weight: 400; 812 font-display: swap; 813 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/090.woff2) format('woff2'); 814 unicode-range: U+6feb-70fd; 815 } 816 ··· 819 font-style: normal; 820 font-weight: 400; 821 font-display: swap; 822 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/091.woff2) format('woff2'); 823 unicode-range: U+7103-7208; 824 } 825 ··· 828 font-style: normal; 829 font-weight: 400; 830 font-display: swap; 831 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/092.woff2) format('woff2'); 832 unicode-range: U+7209-72e9; 833 } 834 ··· 837 font-style: normal; 838 font-weight: 400; 839 font-display: swap; 840 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/093.woff2) format('woff2'); 841 unicode-range: U+72ec-73bd; 842 } 843 ··· 846 font-style: normal; 847 font-weight: 400; 848 font-display: swap; 849 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/094.woff2) format('woff2'); 850 unicode-range: U+73bf-7491; 851 } 852 ··· 855 font-style: normal; 856 font-weight: 400; 857 font-display: swap; 858 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/095.woff2) format('woff2'); 859 unicode-range: U+7492-754f; 860 } 861 ··· 864 font-style: normal; 865 font-weight: 400; 866 font-display: swap; 867 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/096.woff2) format('woff2'); 868 unicode-range: U+7550-7601; 869 } 870 ··· 873 font-style: normal; 874 font-weight: 400; 875 font-display: swap; 876 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/097.woff2) format('woff2'); 877 unicode-range: U+7602-76b7; 878 } 879 ··· 882 font-style: normal; 883 font-weight: 400; 884 font-display: swap; 885 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/098.woff2) format('woff2'); 886 unicode-range: U+76b8-777e; 887 } 888 ··· 891 font-style: normal; 892 font-weight: 400; 893 font-display: swap; 894 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/099.woff2) format('woff2'); 895 unicode-range: U+777f-787c; 896 } 897 ··· 900 font-style: normal; 901 font-weight: 400; 902 font-display: swap; 903 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/100.woff2) format('woff2'); 904 unicode-range: U+787e-794f; 905 } 906 ··· 909 font-style: normal; 910 font-weight: 400; 911 font-display: swap; 912 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/101.woff2) format('woff2'); 913 unicode-range: U+7950-7a1a; 914 } 915 ··· 918 font-style: normal; 919 font-weight: 400; 920 font-display: swap; 921 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/102.woff2) format('woff2'); 922 unicode-range: U+7a1b-7adf; 923 } 924 ··· 927 font-style: normal; 928 font-weight: 400; 929 font-display: swap; 930 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/103.woff2) format('woff2'); 931 unicode-range: U+7ae0-7b9f; 932 } 933 ··· 936 font-style: normal; 937 font-weight: 400; 938 font-display: swap; 939 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/104.woff2) format('woff2'); 940 unicode-range: U+7ba0-7c60; 941 } 942 ··· 945 font-style: normal; 946 font-weight: 400; 947 font-display: swap; 948 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/105.woff2) format('woff2'); 949 unicode-range: U+7c61-7d1e; 950 } 951 ··· 954 font-style: normal; 955 font-weight: 400; 956 font-display: swap; 957 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/106.woff2) format('woff2'); 958 unicode-range: U+7d20-7dcd; 959 } 960 ··· 963 font-style: normal; 964 font-weight: 400; 965 font-display: swap; 966 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/107.woff2) format('woff2'); 967 unicode-range: U+7dce-7e89; 968 } 969 ··· 972 font-style: normal; 973 font-weight: 400; 974 font-display: swap; 975 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/108.woff2) format('woff2'); 976 unicode-range: U+7e8a-7fe5; 977 } 978 ··· 981 font-style: normal; 982 font-weight: 400; 983 font-display: swap; 984 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/109.woff2) format('woff2'); 985 unicode-range: U+7fe6-80ad; 986 } 987 ··· 990 font-style: normal; 991 font-weight: 400; 992 font-display: swap; 993 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/110.woff2) format('woff2'); 994 unicode-range: U+80af-8186; 995 } 996 ··· 999 font-style: normal; 1000 font-weight: 400; 1001 font-display: swap; 1002 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/111.woff2) format('woff2'); 1003 unicode-range: U+8188-8237; 1004 } 1005 ··· 1008 font-style: normal; 1009 font-weight: 400; 1010 font-display: swap; 1011 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/112.woff2) format('woff2'); 1012 unicode-range: U+8238-82f6; 1013 } 1014 ··· 1017 font-style: normal; 1018 font-weight: 400; 1019 font-display: swap; 1020 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/113.woff2) format('woff2'); 1021 unicode-range: U+82f7-83cc; 1022 } 1023 ··· 1026 font-style: normal; 1027 font-weight: 400; 1028 font-display: swap; 1029 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/114.woff2) format('woff2'); 1030 unicode-range: U+83ce-84b2; 1031 } 1032 ··· 1035 font-style: normal; 1036 font-weight: 400; 1037 font-display: swap; 1038 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/115.woff2) format('woff2'); 1039 unicode-range: U+84b4-8581; 1040 } 1041 ··· 1044 font-style: normal; 1045 font-weight: 400; 1046 font-display: swap; 1047 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/116.woff2) format('woff2'); 1048 unicode-range: U+8584-8654; 1049 } 1050 ··· 1053 font-style: normal; 1054 font-weight: 400; 1055 font-display: swap; 1056 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/117.woff2) format('woff2'); 1057 unicode-range: U+8655-871c; 1058 } 1059 ··· 1062 font-style: normal; 1063 font-weight: 400; 1064 font-display: swap; 1065 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/118.woff2) format('woff2'); 1066 unicode-range: U+871e-87f8; 1067 } 1068 ··· 1071 font-style: normal; 1072 font-weight: 400; 1073 font-display: swap; 1074 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/119.woff2) format('woff2'); 1075 unicode-range: U+87f9-88c0; 1076 } 1077 ··· 1080 font-style: normal; 1081 font-weight: 400; 1082 font-display: swap; 1083 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/120.woff2) format('woff2'); 1084 unicode-range: U+88c1-8988; 1085 } 1086 ··· 1089 font-style: normal; 1090 font-weight: 400; 1091 font-display: swap; 1092 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/121.woff2) format('woff2'); 1093 unicode-range: U+8989-8a58; 1094 } 1095 ··· 1098 font-style: normal; 1099 font-weight: 400; 1100 font-display: swap; 1101 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/122.woff2) format('woff2'); 1102 unicode-range: U+8a5b-8b02; 1103 } 1104 ··· 1107 font-style: normal; 1108 font-weight: 400; 1109 font-display: swap; 1110 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/123.woff2) format('woff2'); 1111 unicode-range: U+8b04-8c5a; 1112 } 1113 ··· 1116 font-style: normal; 1117 font-weight: 400; 1118 font-display: swap; 1119 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/124.woff2) format('woff2'); 1120 unicode-range: U+8c5b-8d0b; 1121 } 1122 ··· 1125 font-style: normal; 1126 font-weight: 400; 1127 font-display: swap; 1128 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/125.woff2) format('woff2'); 1129 unicode-range: U+8d0d-8e38; 1130 } 1131 ··· 1134 font-style: normal; 1135 font-weight: 400; 1136 font-display: swap; 1137 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/126.woff2) format('woff2'); 1138 unicode-range: U+8e39-8f0c; 1139 } 1140 ··· 1143 font-style: normal; 1144 font-weight: 400; 1145 font-display: swap; 1146 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/127.woff2) format('woff2'); 1147 unicode-range: U+8f0f-8feb; 1148 } 1149 ··· 1152 font-style: normal; 1153 font-weight: 400; 1154 font-display: swap; 1155 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/128.woff2) format('woff2'); 1156 unicode-range: U+8fed-908b; 1157 } 1158 ··· 1161 font-style: normal; 1162 font-weight: 400; 1163 font-display: swap; 1164 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/129.woff2) format('woff2'); 1165 unicode-range: U+908c-9165; 1166 } 1167 ··· 1170 font-style: normal; 1171 font-weight: 400; 1172 font-display: swap; 1173 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/130.woff2) format('woff2'); 1174 unicode-range: U+9167-9216; 1175 } 1176 ··· 1179 font-style: normal; 1180 font-weight: 400; 1181 font-display: swap; 1182 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/131.woff2) format('woff2'); 1183 unicode-range: U+9217-92d2; 1184 } 1185 ··· 1188 font-style: normal; 1189 font-weight: 400; 1190 font-display: swap; 1191 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/132.woff2) format('woff2'); 1192 unicode-range: U+92d3-939a; 1193 } 1194 ··· 1197 font-style: normal; 1198 font-weight: 400; 1199 font-display: swap; 1200 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/133.woff2) format('woff2'); 1201 unicode-range: U+939b-947e; 1202 } 1203 ··· 1206 font-style: normal; 1207 font-weight: 400; 1208 font-display: swap; 1209 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/134.woff2) format('woff2'); 1210 unicode-range: U+947f-965d; 1211 } 1212 ··· 1215 font-style: normal; 1216 font-weight: 400; 1217 font-display: swap; 1218 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/135.woff2) format('woff2'); 1219 unicode-range: U+965e-9713; 1220 } 1221 ··· 1224 font-style: normal; 1225 font-weight: 400; 1226 font-display: swap; 1227 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/136.woff2) format('woff2'); 1228 unicode-range: U+9714-97d1; 1229 } 1230 ··· 1233 font-style: normal; 1234 font-weight: 400; 1235 font-display: swap; 1236 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/137.woff2) format('woff2'); 1237 unicode-range: U+97d3-98c5; 1238 } 1239 ··· 1242 font-style: normal; 1243 font-weight: 400; 1244 font-display: swap; 1245 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/138.woff2) format('woff2'); 1246 unicode-range: U+98c6-99c4; 1247 } 1248 ··· 1251 font-style: normal; 1252 font-weight: 400; 1253 font-display: swap; 1254 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/139.woff2) format('woff2'); 1255 unicode-range: U+99c5-9ac8; 1256 } 1257 ··· 1260 font-style: normal; 1261 font-weight: 400; 1262 font-display: swap; 1263 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/140.woff2) format('woff2'); 1264 unicode-range: U+9ace-9b79; 1265 } 1266 ··· 1269 font-style: normal; 1270 font-weight: 400; 1271 font-display: swap; 1272 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/141.woff2) format('woff2'); 1273 unicode-range: U+9b7f-9c35; 1274 } 1275 ··· 1278 font-style: normal; 1279 font-weight: 400; 1280 font-display: swap; 1281 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/142.woff2) format('woff2'); 1282 unicode-range: U+9c36-9d6f; 1283 } 1284 ··· 1287 font-style: normal; 1288 font-weight: 400; 1289 font-display: swap; 1290 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/143.woff2) format('woff2'); 1291 unicode-range: U+9d70-9e9d; 1292 } 1293 ··· 1296 font-style: normal; 1297 font-weight: 400; 1298 font-display: swap; 1299 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/144.woff2) format('woff2'); 1300 unicode-range: U+9e9e-9f61; 1301 } 1302 ··· 1305 font-style: normal; 1306 font-weight: 400; 1307 font-display: swap; 1308 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/145.woff2) format('woff2'); 1309 unicode-range: U+9f62-9fb4; 1310 } 1311 ··· 1314 font-style: normal; 1315 font-weight: 400; 1316 font-display: swap; 1317 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/146.woff2) format('woff2'); 1318 unicode-range: U+f860-f87f; 1319 } 1320 ··· 1323 font-style: normal; 1324 font-weight: 400; 1325 font-display: swap; 1326 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/147.woff2) format('woff2'); 1327 unicode-range: U+f909-fa6a; 1328 } 1329 ··· 1332 font-style: normal; 1333 font-weight: 400; 1334 font-display: swap; 1335 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/148.woff2) format('woff2'); 1336 unicode-range: U+fb00-fb04; 1337 } 1338 ··· 1341 font-style: normal; 1342 font-weight: 400; 1343 font-display: swap; 1344 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/149.woff2) format('woff2'); 1345 unicode-range: U+fe10-fe19; 1346 } 1347 ··· 1350 font-style: normal; 1351 font-weight: 400; 1352 font-display: swap; 1353 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/150.woff2) format('woff2'); 1354 unicode-range: U+fe30-fe48; 1355 } 1356 ··· 1359 font-style: normal; 1360 font-weight: 400; 1361 font-display: swap; 1362 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/151.woff2) format('woff2'); 1363 unicode-range: U+ff01-ff80; 1364 } 1365 ··· 1368 font-style: normal; 1369 font-weight: 400; 1370 font-display: swap; 1371 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/152.woff2) format('woff2'); 1372 unicode-range: U+ff81-ffe8; 1373 } 1374 ··· 1377 font-style: normal; 1378 font-weight: 400; 1379 font-display: swap; 1380 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/153.woff2) format('woff2'); 1381 unicode-range: U+1f100; 1382 } 1383 ··· 1386 font-style: normal; 1387 font-weight: 400; 1388 font-display: swap; 1389 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/154.woff2) format('woff2'); 1390 unicode-range: U+2000b-23763; 1391 } 1392 ··· 1395 font-style: normal; 1396 font-weight: 400; 1397 font-display: swap; 1398 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/155.woff2) format('woff2'); 1399 unicode-range: U+23764-2770e; 1400 } 1401 ··· 1404 font-style: normal; 1405 font-weight: 400; 1406 font-display: swap; 1407 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/156.woff2) format('woff2'); 1408 unicode-range: U+27723-2a6b2; 1409 } 1410 ··· 1413 font-style: normal; 1414 font-weight: 400; 1415 font-display: swap; 1416 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/157.woff2) format('woff2'); 1417 unicode-range: U+2f804-2f9f4; 1418 }
+344 -344
public/style.css
··· 294 font-style: normal; 295 font-weight: 400; 296 font-display: swap; 297 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/001.woff2) format('woff2'); 298 unicode-range: U+0-7e; 299 } 300 @font-face { ··· 302 font-style: normal; 303 font-weight: 400; 304 font-display: swap; 305 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/002.woff2) format('woff2'); 306 unicode-range: U+80-ff; 307 } 308 @font-face { ··· 310 font-style: normal; 311 font-weight: 400; 312 font-display: swap; 313 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/003.woff2) format('woff2'); 314 unicode-range: U+100-17f; 315 } 316 @font-face { ··· 318 font-style: normal; 319 font-weight: 400; 320 font-display: swap; 321 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/004.woff2) format('woff2'); 322 unicode-range: U+18f-237; 323 } 324 @font-face { ··· 326 font-style: normal; 327 font-weight: 400; 328 font-display: swap; 329 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/005.woff2) format('woff2'); 330 unicode-range: U+259; 331 } 332 @font-face { ··· 334 font-style: normal; 335 font-weight: 400; 336 font-display: swap; 337 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/006.woff2) format('woff2'); 338 unicode-range: U+2bb-2dd; 339 } 340 @font-face { ··· 342 font-style: normal; 343 font-weight: 400; 344 font-display: swap; 345 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/007.woff2) format('woff2'); 346 unicode-range: U+300-328; 347 } 348 @font-face { ··· 350 font-style: normal; 351 font-weight: 400; 352 font-display: swap; 353 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/008.woff2) format('woff2'); 354 unicode-range: U+3c0; 355 } 356 @font-face { ··· 358 font-style: normal; 359 font-weight: 400; 360 font-display: swap; 361 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/009.woff2) format('woff2'); 362 unicode-range: U+400-4a7; 363 } 364 @font-face { ··· 366 font-style: normal; 367 font-weight: 400; 368 font-display: swap; 369 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/010.woff2) format('woff2'); 370 unicode-range: U+4a8-4f9; 371 } 372 @font-face { ··· 374 font-style: normal; 375 font-weight: 400; 376 font-display: swap; 377 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/011.woff2) format('woff2'); 378 unicode-range: U+524-525; 379 } 380 @font-face { ··· 382 font-style: normal; 383 font-weight: 400; 384 font-display: swap; 385 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/012.woff2) format('woff2'); 386 unicode-range: U+e3f; 387 } 388 @font-face { ··· 390 font-style: normal; 391 font-weight: 400; 392 font-display: swap; 393 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/013.woff2) format('woff2'); 394 unicode-range: U+1e80-1ef9; 395 } 396 @font-face { ··· 398 font-style: normal; 399 font-weight: 400; 400 font-display: swap; 401 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/014.woff2) format('woff2'); 402 unicode-range: U+2000-205f; 403 } 404 @font-face { ··· 406 font-style: normal; 407 font-weight: 400; 408 font-display: swap; 409 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/015.woff2) format('woff2'); 410 unicode-range: U+2070-2089; 411 } 412 @font-face { ··· 414 font-style: normal; 415 font-weight: 400; 416 font-display: swap; 417 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/016.woff2) format('woff2'); 418 unicode-range: U+20a1-20bf; 419 } 420 @font-face { ··· 422 font-style: normal; 423 font-weight: 400; 424 font-display: swap; 425 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/017.woff2) format('woff2'); 426 unicode-range: U+2113-212e; 427 } 428 @font-face { ··· 430 font-style: normal; 431 font-weight: 400; 432 font-display: swap; 433 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/018.woff2) format('woff2'); 434 unicode-range: U+2150-215e; 435 } 436 @font-face { ··· 438 font-style: normal; 439 font-weight: 400; 440 font-display: swap; 441 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/019.woff2) format('woff2'); 442 unicode-range: U+2190-21c6; 443 } 444 @font-face { ··· 446 font-style: normal; 447 font-weight: 400; 448 font-display: swap; 449 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/020.woff2) format('woff2'); 450 unicode-range: U+2202-2265; 451 } 452 @font-face { ··· 454 font-style: normal; 455 font-weight: 400; 456 font-display: swap; 457 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/021.woff2) format('woff2'); 458 unicode-range: U+2500-257f; 459 } 460 @font-face { ··· 462 font-style: normal; 463 font-weight: 400; 464 font-display: swap; 465 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/022.woff2) format('woff2'); 466 unicode-range: U+2580-259f; 467 } 468 @font-face { ··· 470 font-style: normal; 471 font-weight: 400; 472 font-display: swap; 473 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/023.woff2) format('woff2'); 474 unicode-range: U+25ca; 475 } 476 @font-face { ··· 478 font-style: normal; 479 font-weight: 400; 480 font-display: swap; 481 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/024.woff2) format('woff2'); 482 unicode-range: U+2713-274c; 483 } 484 @font-face { ··· 486 font-style: normal; 487 font-weight: 400; 488 font-display: swap; 489 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/025.woff2) format('woff2'); 490 unicode-range: U+2b0e-2b11; 491 } 492 @font-face { ··· 494 font-style: normal; 495 font-weight: 400; 496 font-display: swap; 497 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/026.woff2) format('woff2'); 498 unicode-range: U+3000; 499 } 500 @font-face { ··· 502 font-style: normal; 503 font-weight: 400; 504 font-display: swap; 505 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/027.woff2) format('woff2'); 506 unicode-range: U+f6d7-f6d8; 507 } 508 @font-face { ··· 510 font-style: normal; 511 font-weight: 400; 512 font-display: swap; 513 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/028.woff2) format('woff2'); 514 unicode-range: U+fb01-fb02; 515 } 516 @font-face { ··· 518 font-style: normal; 519 font-weight: 400; 520 font-display: swap; 521 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/029.woff2) format('woff2'); 522 unicode-range: U+feff; 523 } 524 @font-face { ··· 526 font-style: normal; 527 font-weight: 400; 528 font-display: swap; 529 - src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/font/IBMPlexMono-Regular/030.woff2) format('woff2'); 530 unicode-range: U+fffd; 531 } 532 @font-face { ··· 534 font-style: normal; 535 font-weight: 400; 536 font-display: swap; 537 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/001.woff2) format('woff2'); 538 unicode-range: U+20-7e; 539 } 540 @font-face { ··· 542 font-style: normal; 543 font-weight: 400; 544 font-display: swap; 545 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/002.woff2) format('woff2'); 546 unicode-range: U+a0-ff; 547 } 548 @font-face { ··· 550 font-style: normal; 551 font-weight: 400; 552 font-display: swap; 553 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/003.woff2) format('woff2'); 554 unicode-range: U+100-17e; 555 } 556 @font-face { ··· 558 font-style: normal; 559 font-weight: 400; 560 font-display: swap; 561 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/004.woff2) format('woff2'); 562 unicode-range: U+192-237; 563 } 564 @font-face { ··· 566 font-style: normal; 567 font-weight: 400; 568 font-display: swap; 569 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/005.woff2) format('woff2'); 570 unicode-range: U+250-2a2; 571 } 572 @font-face { ··· 574 font-style: normal; 575 font-weight: 400; 576 font-display: swap; 577 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/006.woff2) format('woff2'); 578 unicode-range: U+2b0-2e9; 579 } 580 @font-face { ··· 582 font-style: normal; 583 font-weight: 400; 584 font-display: swap; 585 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/007.woff2) format('woff2'); 586 unicode-range: U+300-361; 587 } 588 @font-face { ··· 590 font-style: normal; 591 font-weight: 400; 592 font-display: swap; 593 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/008.woff2) format('woff2'); 594 unicode-range: U+384-3db; 595 } 596 @font-face { ··· 598 font-style: normal; 599 font-weight: 400; 600 font-display: swap; 601 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/009.woff2) format('woff2'); 602 unicode-range: U+401-45f; 603 } 604 @font-face { ··· 606 font-style: normal; 607 font-weight: 400; 608 font-display: swap; 609 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/010.woff2) format('woff2'); 610 unicode-range: U+1e3e-1ebd; 611 } 612 @font-face { ··· 614 font-style: normal; 615 font-weight: 400; 616 font-display: swap; 617 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/011.woff2) format('woff2'); 618 unicode-range: U+1f70-1f73; 619 } 620 @font-face { ··· 622 font-style: normal; 623 font-weight: 400; 624 font-display: swap; 625 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/012.woff2) format('woff2'); 626 unicode-range: U+2002-205d; 627 } 628 @font-face { ··· 630 font-style: normal; 631 font-weight: 400; 632 font-display: swap; 633 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/013.woff2) format('woff2'); 634 unicode-range: U+2070-2089; 635 } 636 @font-face { ··· 638 font-style: normal; 639 font-weight: 400; 640 font-display: swap; 641 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/014.woff2) format('woff2'); 642 unicode-range: U+20ac; 643 } 644 @font-face { ··· 646 font-style: normal; 647 font-weight: 400; 648 font-display: swap; 649 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/015.woff2) format('woff2'); 650 unicode-range: U+20dd-20de; 651 } 652 @font-face { ··· 654 font-style: normal; 655 font-weight: 400; 656 font-display: swap; 657 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/016.woff2) format('woff2'); 658 unicode-range: U+2100-213b; 659 } 660 @font-face { ··· 662 font-style: normal; 663 font-weight: 400; 664 font-display: swap; 665 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/017.woff2) format('woff2'); 666 unicode-range: U+2150-2189; 667 } 668 @font-face { ··· 670 font-style: normal; 671 font-weight: 400; 672 font-display: swap; 673 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/018.woff2) format('woff2'); 674 unicode-range: U+2190-21f5; 675 } 676 @font-face { ··· 678 font-style: normal; 679 font-weight: 400; 680 font-display: swap; 681 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/019.woff2) format('woff2'); 682 unicode-range: U+2200-22db; 683 } 684 @font-face { ··· 686 font-style: normal; 687 font-weight: 400; 688 font-display: swap; 689 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/020.woff2) format('woff2'); 690 unicode-range: U+2305-23ce; 691 } 692 @font-face { ··· 694 font-style: normal; 695 font-weight: 400; 696 font-display: swap; 697 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/021.woff2) format('woff2'); 698 unicode-range: U+2423; 699 } 700 @font-face { ··· 702 font-style: normal; 703 font-weight: 400; 704 font-display: swap; 705 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/022.woff2) format('woff2'); 706 unicode-range: U+2460-24e8; 707 } 708 @font-face { ··· 710 font-style: normal; 711 font-weight: 400; 712 font-display: swap; 713 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/023.woff2) format('woff2'); 714 unicode-range: U+24e9-24ff; 715 } 716 @font-face { ··· 718 font-style: normal; 719 font-weight: 400; 720 font-display: swap; 721 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/024.woff2) format('woff2'); 722 unicode-range: U+2500-2573; 723 } 724 @font-face { ··· 726 font-style: normal; 727 font-weight: 400; 728 font-display: swap; 729 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/025.woff2) format('woff2'); 730 unicode-range: U+2581-2595; 731 } 732 @font-face { ··· 734 font-style: normal; 735 font-weight: 400; 736 font-display: swap; 737 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/026.woff2) format('woff2'); 738 unicode-range: U+25a0-25ef; 739 } 740 @font-face { ··· 742 font-style: normal; 743 font-weight: 400; 744 font-display: swap; 745 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/027.woff2) format('woff2'); 746 unicode-range: U+2600-26a0; 747 } 748 @font-face { ··· 750 font-style: normal; 751 font-weight: 400; 752 font-display: swap; 753 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/028.woff2) format('woff2'); 754 unicode-range: U+2702-27a1; 755 } 756 @font-face { ··· 758 font-style: normal; 759 font-weight: 400; 760 font-display: swap; 761 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/029.woff2) format('woff2'); 762 unicode-range: U+2934-2935; 763 } 764 @font-face { ··· 766 font-style: normal; 767 font-weight: 400; 768 font-display: swap; 769 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/030.woff2) format('woff2'); 770 unicode-range: U+29bf-29fb; 771 } 772 @font-face { ··· 774 font-style: normal; 775 font-weight: 400; 776 font-display: swap; 777 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/031.woff2) format('woff2'); 778 unicode-range: U+2b05-2b95; 779 } 780 @font-face { ··· 782 font-style: normal; 783 font-weight: 400; 784 font-display: swap; 785 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/032.woff2) format('woff2'); 786 unicode-range: U+2e83-2ef2; 787 } 788 @font-face { ··· 790 font-style: normal; 791 font-weight: 400; 792 font-display: swap; 793 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/033.woff2) format('woff2'); 794 unicode-range: U+2f00-2f7f; 795 } 796 @font-face { ··· 798 font-style: normal; 799 font-weight: 400; 800 font-display: swap; 801 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/034.woff2) format('woff2'); 802 unicode-range: U+2f80-2fd5; 803 } 804 @font-face { ··· 806 font-style: normal; 807 font-weight: 400; 808 font-display: swap; 809 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/035.woff2) format('woff2'); 810 unicode-range: U+3000-303d; 811 } 812 @font-face { ··· 814 font-style: normal; 815 font-weight: 400; 816 font-display: swap; 817 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/036.woff2) format('woff2'); 818 unicode-range: U+3041-309f; 819 } 820 @font-face { ··· 822 font-style: normal; 823 font-weight: 400; 824 font-display: swap; 825 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/037.woff2) format('woff2'); 826 unicode-range: U+30a0-30ff; 827 } 828 @font-face { ··· 830 font-style: normal; 831 font-weight: 400; 832 font-display: swap; 833 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/038.woff2) format('woff2'); 834 unicode-range: U+3190-319f; 835 } 836 @font-face { ··· 838 font-style: normal; 839 font-weight: 400; 840 font-display: swap; 841 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/039.woff2) format('woff2'); 842 unicode-range: U+31f0-31ff; 843 } 844 @font-face { ··· 846 font-style: normal; 847 font-weight: 400; 848 font-display: swap; 849 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/040.woff2) format('woff2'); 850 unicode-range: U+3220-32dc; 851 } 852 @font-face { ··· 854 font-style: normal; 855 font-weight: 400; 856 font-display: swap; 857 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/041.woff2) format('woff2'); 858 unicode-range: U+32dd-32ff; 859 } 860 @font-face { ··· 862 font-style: normal; 863 font-weight: 400; 864 font-display: swap; 865 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/042.woff2) format('woff2'); 866 unicode-range: U+3300-33d4; 867 } 868 @font-face { ··· 870 font-style: normal; 871 font-weight: 400; 872 font-display: swap; 873 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/043.woff2) format('woff2'); 874 unicode-range: U+33d7-33da; 875 } 876 @font-face { ··· 878 font-style: normal; 879 font-weight: 400; 880 font-display: swap; 881 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/044.woff2) format('woff2'); 882 unicode-range: U+3402-41ee; 883 } 884 @font-face { ··· 886 font-style: normal; 887 font-weight: 400; 888 font-display: swap; 889 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/045.woff2) format('woff2'); 890 unicode-range: U+41f3-4d77; 891 } 892 @font-face { ··· 894 font-style: normal; 895 font-weight: 400; 896 font-display: swap; 897 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/046.woff2) format('woff2'); 898 unicode-range: U+4e00-4ec1; 899 } 900 @font-face { ··· 902 font-style: normal; 903 font-weight: 400; 904 font-display: swap; 905 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/047.woff2) format('woff2'); 906 unicode-range: U+4ec2-4f78; 907 } 908 @font-face { ··· 910 font-style: normal; 911 font-weight: 400; 912 font-display: swap; 913 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/048.woff2) format('woff2'); 914 unicode-range: U+4f79-501f; 915 } 916 @font-face { ··· 918 font-style: normal; 919 font-weight: 400; 920 font-display: swap; 921 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/049.woff2) format('woff2'); 922 unicode-range: U+5021-50d9; 923 } 924 @font-face { ··· 926 font-style: normal; 927 font-weight: 400; 928 font-display: swap; 929 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/050.woff2) format('woff2'); 930 unicode-range: U+50da-5183; 931 } 932 @font-face { ··· 934 font-style: normal; 935 font-weight: 400; 936 font-display: swap; 937 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/051.woff2) format('woff2'); 938 unicode-range: U+5184-5231; 939 } 940 @font-face { ··· 942 font-style: normal; 943 font-weight: 400; 944 font-display: swap; 945 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/052.woff2) format('woff2'); 946 unicode-range: U+5232-52df; 947 } 948 @font-face { ··· 950 font-style: normal; 951 font-weight: 400; 952 font-display: swap; 953 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/053.woff2) format('woff2'); 954 unicode-range: U+52e0-537f; 955 } 956 @font-face { ··· 958 font-style: normal; 959 font-weight: 400; 960 font-display: swap; 961 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/054.woff2) format('woff2'); 962 unicode-range: U+5382-5435; 963 } 964 @font-face { ··· 966 font-style: normal; 967 font-weight: 400; 968 font-display: swap; 969 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/055.woff2) format('woff2'); 970 unicode-range: U+5436-54fe; 971 } 972 @font-face { ··· 974 font-style: normal; 975 font-weight: 400; 976 font-display: swap; 977 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/056.woff2) format('woff2'); 978 unicode-range: U+54ff-55e3; 979 } 980 @font-face { ··· 982 font-style: normal; 983 font-weight: 400; 984 font-display: swap; 985 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/057.woff2) format('woff2'); 986 unicode-range: U+55e4-56c5; 987 } 988 @font-face { ··· 990 font-style: normal; 991 font-weight: 400; 992 font-display: swap; 993 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/058.woff2) format('woff2'); 994 unicode-range: U+56c8-577e; 995 } 996 @font-face { ··· 998 font-style: normal; 999 font-weight: 400; 1000 font-display: swap; 1001 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/059.woff2) format('woff2'); 1002 unicode-range: U+577f-5861; 1003 } 1004 @font-face { ··· 1006 font-style: normal; 1007 font-weight: 400; 1008 font-display: swap; 1009 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/060.woff2) format('woff2'); 1010 unicode-range: U+5862-5924; 1011 } 1012 @font-face { ··· 1014 font-style: normal; 1015 font-weight: 400; 1016 font-display: swap; 1017 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/061.woff2) format('woff2'); 1018 unicode-range: U+5925-59e6; 1019 } 1020 @font-face { ··· 1022 font-style: normal; 1023 font-weight: 400; 1024 font-display: swap; 1025 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/062.woff2) format('woff2'); 1026 unicode-range: U+59e7-5afd; 1027 } 1028 @font-face { ··· 1030 font-style: normal; 1031 font-weight: 400; 1032 font-display: swap; 1033 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/063.woff2) format('woff2'); 1034 unicode-range: U+5b00-5bcd; 1035 } 1036 @font-face { ··· 1038 font-style: normal; 1039 font-weight: 400; 1040 font-display: swap; 1041 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/064.woff2) format('woff2'); 1042 unicode-range: U+5bce-5c79; 1043 } 1044 @font-face { ··· 1046 font-style: normal; 1047 font-weight: 400; 1048 font-display: swap; 1049 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/065.woff2) format('woff2'); 1050 unicode-range: U+5c7a-5d79; 1051 } 1052 @font-face { ··· 1054 font-style: normal; 1055 font-weight: 400; 1056 font-display: swap; 1057 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/066.woff2) format('woff2'); 1058 unicode-range: U+5d7a-5e55; 1059 } 1060 @font-face { ··· 1062 font-style: normal; 1063 font-weight: 400; 1064 font-display: swap; 1065 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/067.woff2) format('woff2'); 1066 unicode-range: U+5e56-5f0c; 1067 } 1068 @font-face { ··· 1070 font-style: normal; 1071 font-weight: 400; 1072 font-display: swap; 1073 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/068.woff2) format('woff2'); 1074 unicode-range: U+5f0d-5fac; 1075 } 1076 @font-face { ··· 1078 font-style: normal; 1079 font-weight: 400; 1080 font-display: swap; 1081 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/069.woff2) format('woff2'); 1082 unicode-range: U+5fad-606b; 1083 } 1084 @font-face { ··· 1086 font-style: normal; 1087 font-weight: 400; 1088 font-display: swap; 1089 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/070.woff2) format('woff2'); 1090 unicode-range: U+606c-611c; 1091 } 1092 @font-face { ··· 1094 font-style: normal; 1095 font-weight: 400; 1096 font-display: swap; 1097 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/071.woff2) format('woff2'); 1098 unicode-range: U+611e-61de; 1099 } 1100 @font-face { ··· 1102 font-style: normal; 1103 font-weight: 400; 1104 font-display: swap; 1105 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/072.woff2) format('woff2'); 1106 unicode-range: U+61df-6294; 1107 } 1108 @font-face { ··· 1110 font-style: normal; 1111 font-weight: 400; 1112 font-display: swap; 1113 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/073.woff2) format('woff2'); 1114 unicode-range: U+6295-6366; 1115 } 1116 @font-face { ··· 1118 font-style: normal; 1119 font-weight: 400; 1120 font-display: swap; 1121 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/074.woff2) format('woff2'); 1122 unicode-range: U+6367-6430; 1123 } 1124 @font-face { ··· 1126 font-style: normal; 1127 font-weight: 400; 1128 font-display: swap; 1129 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/075.woff2) format('woff2'); 1130 unicode-range: U+6434-6516; 1131 } 1132 @font-face { ··· 1134 font-style: normal; 1135 font-weight: 400; 1136 font-display: swap; 1137 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/076.woff2) format('woff2'); 1138 unicode-range: U+6518-65d4; 1139 } 1140 @font-face { ··· 1142 font-style: normal; 1143 font-weight: 400; 1144 font-display: swap; 1145 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/077.woff2) format('woff2'); 1146 unicode-range: U+65d6-6679; 1147 } 1148 @font-face { ··· 1150 font-style: normal; 1151 font-weight: 400; 1152 font-display: swap; 1153 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/078.woff2) format('woff2'); 1154 unicode-range: U+667a-6738; 1155 } 1156 @font-face { ··· 1158 font-style: normal; 1159 font-weight: 400; 1160 font-display: swap; 1161 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/079.woff2) format('woff2'); 1162 unicode-range: U+673a-67ef; 1163 } 1164 @font-face { ··· 1166 font-style: normal; 1167 font-weight: 400; 1168 font-display: swap; 1169 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/080.woff2) format('woff2'); 1170 unicode-range: U+67f0-68ab; 1171 } 1172 @font-face { ··· 1174 font-style: normal; 1175 font-weight: 400; 1176 font-display: swap; 1177 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/081.woff2) format('woff2'); 1178 unicode-range: U+68ad-6965; 1179 } 1180 @font-face { ··· 1182 font-style: normal; 1183 font-weight: 400; 1184 font-display: swap; 1185 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/082.woff2) format('woff2'); 1186 unicode-range: U+6966-6a23; 1187 } 1188 @font-face { ··· 1190 font-style: normal; 1191 font-weight: 400; 1192 font-display: swap; 1193 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/083.woff2) format('woff2'); 1194 unicode-range: U+6a24-6b04; 1195 } 1196 @font-face { ··· 1198 font-style: normal; 1199 font-weight: 400; 1200 font-display: swap; 1201 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/084.woff2) format('woff2'); 1202 unicode-range: U+6b05-6bc3; 1203 } 1204 @font-face { ··· 1206 font-style: normal; 1207 font-weight: 400; 1208 font-display: swap; 1209 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/085.woff2) format('woff2'); 1210 unicode-range: U+6bc4-6c9a; 1211 } 1212 @font-face { ··· 1214 font-style: normal; 1215 font-weight: 400; 1216 font-display: swap; 1217 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/086.woff2) format('woff2'); 1218 unicode-range: U+6c9b-6d6c; 1219 } 1220 @font-face { ··· 1222 font-style: normal; 1223 font-weight: 400; 1224 font-display: swap; 1225 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/087.woff2) format('woff2'); 1226 unicode-range: U+6d6e-6e36; 1227 } 1228 @font-face { ··· 1230 font-style: normal; 1231 font-weight: 400; 1232 font-display: swap; 1233 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/088.woff2) format('woff2'); 1234 unicode-range: U+6e38-6f10; 1235 } 1236 @font-face { ··· 1238 font-style: normal; 1239 font-weight: 400; 1240 font-display: swap; 1241 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/089.woff2) format('woff2'); 1242 unicode-range: U+6f11-6fe9; 1243 } 1244 @font-face { ··· 1246 font-style: normal; 1247 font-weight: 400; 1248 font-display: swap; 1249 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/090.woff2) format('woff2'); 1250 unicode-range: U+6feb-70fd; 1251 } 1252 @font-face { ··· 1254 font-style: normal; 1255 font-weight: 400; 1256 font-display: swap; 1257 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/091.woff2) format('woff2'); 1258 unicode-range: U+7103-7208; 1259 } 1260 @font-face { ··· 1262 font-style: normal; 1263 font-weight: 400; 1264 font-display: swap; 1265 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/092.woff2) format('woff2'); 1266 unicode-range: U+7209-72e9; 1267 } 1268 @font-face { ··· 1270 font-style: normal; 1271 font-weight: 400; 1272 font-display: swap; 1273 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/093.woff2) format('woff2'); 1274 unicode-range: U+72ec-73bd; 1275 } 1276 @font-face { ··· 1278 font-style: normal; 1279 font-weight: 400; 1280 font-display: swap; 1281 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/094.woff2) format('woff2'); 1282 unicode-range: U+73bf-7491; 1283 } 1284 @font-face { ··· 1286 font-style: normal; 1287 font-weight: 400; 1288 font-display: swap; 1289 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/095.woff2) format('woff2'); 1290 unicode-range: U+7492-754f; 1291 } 1292 @font-face { ··· 1294 font-style: normal; 1295 font-weight: 400; 1296 font-display: swap; 1297 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/096.woff2) format('woff2'); 1298 unicode-range: U+7550-7601; 1299 } 1300 @font-face { ··· 1302 font-style: normal; 1303 font-weight: 400; 1304 font-display: swap; 1305 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/097.woff2) format('woff2'); 1306 unicode-range: U+7602-76b7; 1307 } 1308 @font-face { ··· 1310 font-style: normal; 1311 font-weight: 400; 1312 font-display: swap; 1313 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/098.woff2) format('woff2'); 1314 unicode-range: U+76b8-777e; 1315 } 1316 @font-face { ··· 1318 font-style: normal; 1319 font-weight: 400; 1320 font-display: swap; 1321 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/099.woff2) format('woff2'); 1322 unicode-range: U+777f-787c; 1323 } 1324 @font-face { ··· 1326 font-style: normal; 1327 font-weight: 400; 1328 font-display: swap; 1329 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/100.woff2) format('woff2'); 1330 unicode-range: U+787e-794f; 1331 } 1332 @font-face { ··· 1334 font-style: normal; 1335 font-weight: 400; 1336 font-display: swap; 1337 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/101.woff2) format('woff2'); 1338 unicode-range: U+7950-7a1a; 1339 } 1340 @font-face { ··· 1342 font-style: normal; 1343 font-weight: 400; 1344 font-display: swap; 1345 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/102.woff2) format('woff2'); 1346 unicode-range: U+7a1b-7adf; 1347 } 1348 @font-face { ··· 1350 font-style: normal; 1351 font-weight: 400; 1352 font-display: swap; 1353 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/103.woff2) format('woff2'); 1354 unicode-range: U+7ae0-7b9f; 1355 } 1356 @font-face { ··· 1358 font-style: normal; 1359 font-weight: 400; 1360 font-display: swap; 1361 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/104.woff2) format('woff2'); 1362 unicode-range: U+7ba0-7c60; 1363 } 1364 @font-face { ··· 1366 font-style: normal; 1367 font-weight: 400; 1368 font-display: swap; 1369 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/105.woff2) format('woff2'); 1370 unicode-range: U+7c61-7d1e; 1371 } 1372 @font-face { ··· 1374 font-style: normal; 1375 font-weight: 400; 1376 font-display: swap; 1377 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/106.woff2) format('woff2'); 1378 unicode-range: U+7d20-7dcd; 1379 } 1380 @font-face { ··· 1382 font-style: normal; 1383 font-weight: 400; 1384 font-display: swap; 1385 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/107.woff2) format('woff2'); 1386 unicode-range: U+7dce-7e89; 1387 } 1388 @font-face { ··· 1390 font-style: normal; 1391 font-weight: 400; 1392 font-display: swap; 1393 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/108.woff2) format('woff2'); 1394 unicode-range: U+7e8a-7fe5; 1395 } 1396 @font-face { ··· 1398 font-style: normal; 1399 font-weight: 400; 1400 font-display: swap; 1401 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/109.woff2) format('woff2'); 1402 unicode-range: U+7fe6-80ad; 1403 } 1404 @font-face { ··· 1406 font-style: normal; 1407 font-weight: 400; 1408 font-display: swap; 1409 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/110.woff2) format('woff2'); 1410 unicode-range: U+80af-8186; 1411 } 1412 @font-face { ··· 1414 font-style: normal; 1415 font-weight: 400; 1416 font-display: swap; 1417 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/111.woff2) format('woff2'); 1418 unicode-range: U+8188-8237; 1419 } 1420 @font-face { ··· 1422 font-style: normal; 1423 font-weight: 400; 1424 font-display: swap; 1425 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/112.woff2) format('woff2'); 1426 unicode-range: U+8238-82f6; 1427 } 1428 @font-face { ··· 1430 font-style: normal; 1431 font-weight: 400; 1432 font-display: swap; 1433 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/113.woff2) format('woff2'); 1434 unicode-range: U+82f7-83cc; 1435 } 1436 @font-face { ··· 1438 font-style: normal; 1439 font-weight: 400; 1440 font-display: swap; 1441 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/114.woff2) format('woff2'); 1442 unicode-range: U+83ce-84b2; 1443 } 1444 @font-face { ··· 1446 font-style: normal; 1447 font-weight: 400; 1448 font-display: swap; 1449 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/115.woff2) format('woff2'); 1450 unicode-range: U+84b4-8581; 1451 } 1452 @font-face { ··· 1454 font-style: normal; 1455 font-weight: 400; 1456 font-display: swap; 1457 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/116.woff2) format('woff2'); 1458 unicode-range: U+8584-8654; 1459 } 1460 @font-face { ··· 1462 font-style: normal; 1463 font-weight: 400; 1464 font-display: swap; 1465 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/117.woff2) format('woff2'); 1466 unicode-range: U+8655-871c; 1467 } 1468 @font-face { ··· 1470 font-style: normal; 1471 font-weight: 400; 1472 font-display: swap; 1473 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/118.woff2) format('woff2'); 1474 unicode-range: U+871e-87f8; 1475 } 1476 @font-face { ··· 1478 font-style: normal; 1479 font-weight: 400; 1480 font-display: swap; 1481 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/119.woff2) format('woff2'); 1482 unicode-range: U+87f9-88c0; 1483 } 1484 @font-face { ··· 1486 font-style: normal; 1487 font-weight: 400; 1488 font-display: swap; 1489 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/120.woff2) format('woff2'); 1490 unicode-range: U+88c1-8988; 1491 } 1492 @font-face { ··· 1494 font-style: normal; 1495 font-weight: 400; 1496 font-display: swap; 1497 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/121.woff2) format('woff2'); 1498 unicode-range: U+8989-8a58; 1499 } 1500 @font-face { ··· 1502 font-style: normal; 1503 font-weight: 400; 1504 font-display: swap; 1505 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/122.woff2) format('woff2'); 1506 unicode-range: U+8a5b-8b02; 1507 } 1508 @font-face { ··· 1510 font-style: normal; 1511 font-weight: 400; 1512 font-display: swap; 1513 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/123.woff2) format('woff2'); 1514 unicode-range: U+8b04-8c5a; 1515 } 1516 @font-face { ··· 1518 font-style: normal; 1519 font-weight: 400; 1520 font-display: swap; 1521 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/124.woff2) format('woff2'); 1522 unicode-range: U+8c5b-8d0b; 1523 } 1524 @font-face { ··· 1526 font-style: normal; 1527 font-weight: 400; 1528 font-display: swap; 1529 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/125.woff2) format('woff2'); 1530 unicode-range: U+8d0d-8e38; 1531 } 1532 @font-face { ··· 1534 font-style: normal; 1535 font-weight: 400; 1536 font-display: swap; 1537 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/126.woff2) format('woff2'); 1538 unicode-range: U+8e39-8f0c; 1539 } 1540 @font-face { ··· 1542 font-style: normal; 1543 font-weight: 400; 1544 font-display: swap; 1545 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/127.woff2) format('woff2'); 1546 unicode-range: U+8f0f-8feb; 1547 } 1548 @font-face { ··· 1550 font-style: normal; 1551 font-weight: 400; 1552 font-display: swap; 1553 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/128.woff2) format('woff2'); 1554 unicode-range: U+8fed-908b; 1555 } 1556 @font-face { ··· 1558 font-style: normal; 1559 font-weight: 400; 1560 font-display: swap; 1561 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/129.woff2) format('woff2'); 1562 unicode-range: U+908c-9165; 1563 } 1564 @font-face { ··· 1566 font-style: normal; 1567 font-weight: 400; 1568 font-display: swap; 1569 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/130.woff2) format('woff2'); 1570 unicode-range: U+9167-9216; 1571 } 1572 @font-face { ··· 1574 font-style: normal; 1575 font-weight: 400; 1576 font-display: swap; 1577 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/131.woff2) format('woff2'); 1578 unicode-range: U+9217-92d2; 1579 } 1580 @font-face { ··· 1582 font-style: normal; 1583 font-weight: 400; 1584 font-display: swap; 1585 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/132.woff2) format('woff2'); 1586 unicode-range: U+92d3-939a; 1587 } 1588 @font-face { ··· 1590 font-style: normal; 1591 font-weight: 400; 1592 font-display: swap; 1593 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/133.woff2) format('woff2'); 1594 unicode-range: U+939b-947e; 1595 } 1596 @font-face { ··· 1598 font-style: normal; 1599 font-weight: 400; 1600 font-display: swap; 1601 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/134.woff2) format('woff2'); 1602 unicode-range: U+947f-965d; 1603 } 1604 @font-face { ··· 1606 font-style: normal; 1607 font-weight: 400; 1608 font-display: swap; 1609 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/135.woff2) format('woff2'); 1610 unicode-range: U+965e-9713; 1611 } 1612 @font-face { ··· 1614 font-style: normal; 1615 font-weight: 400; 1616 font-display: swap; 1617 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/136.woff2) format('woff2'); 1618 unicode-range: U+9714-97d1; 1619 } 1620 @font-face { ··· 1622 font-style: normal; 1623 font-weight: 400; 1624 font-display: swap; 1625 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/137.woff2) format('woff2'); 1626 unicode-range: U+97d3-98c5; 1627 } 1628 @font-face { ··· 1630 font-style: normal; 1631 font-weight: 400; 1632 font-display: swap; 1633 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/138.woff2) format('woff2'); 1634 unicode-range: U+98c6-99c4; 1635 } 1636 @font-face { ··· 1638 font-style: normal; 1639 font-weight: 400; 1640 font-display: swap; 1641 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/139.woff2) format('woff2'); 1642 unicode-range: U+99c5-9ac8; 1643 } 1644 @font-face { ··· 1646 font-style: normal; 1647 font-weight: 400; 1648 font-display: swap; 1649 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/140.woff2) format('woff2'); 1650 unicode-range: U+9ace-9b79; 1651 } 1652 @font-face { ··· 1654 font-style: normal; 1655 font-weight: 400; 1656 font-display: swap; 1657 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/141.woff2) format('woff2'); 1658 unicode-range: U+9b7f-9c35; 1659 } 1660 @font-face { ··· 1662 font-style: normal; 1663 font-weight: 400; 1664 font-display: swap; 1665 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/142.woff2) format('woff2'); 1666 unicode-range: U+9c36-9d6f; 1667 } 1668 @font-face { ··· 1670 font-style: normal; 1671 font-weight: 400; 1672 font-display: swap; 1673 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/143.woff2) format('woff2'); 1674 unicode-range: U+9d70-9e9d; 1675 } 1676 @font-face { ··· 1678 font-style: normal; 1679 font-weight: 400; 1680 font-display: swap; 1681 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/144.woff2) format('woff2'); 1682 unicode-range: U+9e9e-9f61; 1683 } 1684 @font-face { ··· 1686 font-style: normal; 1687 font-weight: 400; 1688 font-display: swap; 1689 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/145.woff2) format('woff2'); 1690 unicode-range: U+9f62-9fb4; 1691 } 1692 @font-face { ··· 1694 font-style: normal; 1695 font-weight: 400; 1696 font-display: swap; 1697 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/146.woff2) format('woff2'); 1698 unicode-range: U+f860-f87f; 1699 } 1700 @font-face { ··· 1702 font-style: normal; 1703 font-weight: 400; 1704 font-display: swap; 1705 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/147.woff2) format('woff2'); 1706 unicode-range: U+f909-fa6a; 1707 } 1708 @font-face { ··· 1710 font-style: normal; 1711 font-weight: 400; 1712 font-display: swap; 1713 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/148.woff2) format('woff2'); 1714 unicode-range: U+fb00-fb04; 1715 } 1716 @font-face { ··· 1718 font-style: normal; 1719 font-weight: 400; 1720 font-display: swap; 1721 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/149.woff2) format('woff2'); 1722 unicode-range: U+fe10-fe19; 1723 } 1724 @font-face { ··· 1726 font-style: normal; 1727 font-weight: 400; 1728 font-display: swap; 1729 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/150.woff2) format('woff2'); 1730 unicode-range: U+fe30-fe48; 1731 } 1732 @font-face { ··· 1734 font-style: normal; 1735 font-weight: 400; 1736 font-display: swap; 1737 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/151.woff2) format('woff2'); 1738 unicode-range: U+ff01-ff80; 1739 } 1740 @font-face { ··· 1742 font-style: normal; 1743 font-weight: 400; 1744 font-display: swap; 1745 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/152.woff2) format('woff2'); 1746 unicode-range: U+ff81-ffe8; 1747 } 1748 @font-face { ··· 1750 font-style: normal; 1751 font-weight: 400; 1752 font-display: swap; 1753 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/153.woff2) format('woff2'); 1754 unicode-range: U+1f100; 1755 } 1756 @font-face { ··· 1758 font-style: normal; 1759 font-weight: 400; 1760 font-display: swap; 1761 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/154.woff2) format('woff2'); 1762 unicode-range: U+2000b-23763; 1763 } 1764 @font-face { ··· 1766 font-style: normal; 1767 font-weight: 400; 1768 font-display: swap; 1769 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/155.woff2) format('woff2'); 1770 unicode-range: U+23764-2770e; 1771 } 1772 @font-face { ··· 1774 font-style: normal; 1775 font-weight: 400; 1776 font-display: swap; 1777 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/156.woff2) format('woff2'); 1778 unicode-range: U+27723-2a6b2; 1779 } 1780 @font-face { ··· 1782 font-style: normal; 1783 font-weight: 400; 1784 font-display: swap; 1785 - src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/font/IBMPlexSansJP-Regular/157.woff2) format('woff2'); 1786 unicode-range: U+2f804-2f9f4; 1787 } 1788 @font-face { ··· 1790 font-style: normal; 1791 font-weight: 700; 1792 font-display: swap; 1793 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/001.woff2) format('woff2'); 1794 unicode-range: U+20-7e; 1795 } 1796 @font-face { ··· 1798 font-style: normal; 1799 font-weight: 700; 1800 font-display: swap; 1801 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/002.woff2) format('woff2'); 1802 unicode-range: U+a0-ff; 1803 } 1804 @font-face { ··· 1806 font-style: normal; 1807 font-weight: 700; 1808 font-display: swap; 1809 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/003.woff2) format('woff2'); 1810 unicode-range: U+100-17e; 1811 } 1812 @font-face { ··· 1814 font-style: normal; 1815 font-weight: 700; 1816 font-display: swap; 1817 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/004.woff2) format('woff2'); 1818 unicode-range: U+192-237; 1819 } 1820 @font-face { ··· 1822 font-style: normal; 1823 font-weight: 700; 1824 font-display: swap; 1825 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/005.woff2) format('woff2'); 1826 unicode-range: U+250-2a2; 1827 } 1828 @font-face { ··· 1830 font-style: normal; 1831 font-weight: 700; 1832 font-display: swap; 1833 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/006.woff2) format('woff2'); 1834 unicode-range: U+2b0-2e9; 1835 } 1836 @font-face { ··· 1838 font-style: normal; 1839 font-weight: 700; 1840 font-display: swap; 1841 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/007.woff2) format('woff2'); 1842 unicode-range: U+300-361; 1843 } 1844 @font-face { ··· 1846 font-style: normal; 1847 font-weight: 700; 1848 font-display: swap; 1849 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/008.woff2) format('woff2'); 1850 unicode-range: U+384-3db; 1851 } 1852 @font-face { ··· 1854 font-style: normal; 1855 font-weight: 700; 1856 font-display: swap; 1857 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/009.woff2) format('woff2'); 1858 unicode-range: U+401-45f; 1859 } 1860 @font-face { ··· 1862 font-style: normal; 1863 font-weight: 700; 1864 font-display: swap; 1865 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/010.woff2) format('woff2'); 1866 unicode-range: U+1e3e-1ebd; 1867 } 1868 @font-face { ··· 1870 font-style: normal; 1871 font-weight: 700; 1872 font-display: swap; 1873 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/011.woff2) format('woff2'); 1874 unicode-range: U+1f70-1f73; 1875 } 1876 @font-face { ··· 1878 font-style: normal; 1879 font-weight: 700; 1880 font-display: swap; 1881 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/012.woff2) format('woff2'); 1882 unicode-range: U+2002-205d; 1883 } 1884 @font-face { ··· 1886 font-style: normal; 1887 font-weight: 700; 1888 font-display: swap; 1889 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/013.woff2) format('woff2'); 1890 unicode-range: U+2070-2089; 1891 } 1892 @font-face { ··· 1894 font-style: normal; 1895 font-weight: 700; 1896 font-display: swap; 1897 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/014.woff2) format('woff2'); 1898 unicode-range: U+20ac; 1899 } 1900 @font-face { ··· 1902 font-style: normal; 1903 font-weight: 700; 1904 font-display: swap; 1905 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/015.woff2) format('woff2'); 1906 unicode-range: U+20dd-20de; 1907 } 1908 @font-face { ··· 1910 font-style: normal; 1911 font-weight: 700; 1912 font-display: swap; 1913 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/016.woff2) format('woff2'); 1914 unicode-range: U+2100-213b; 1915 } 1916 @font-face { ··· 1918 font-style: normal; 1919 font-weight: 700; 1920 font-display: swap; 1921 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/017.woff2) format('woff2'); 1922 unicode-range: U+2150-2189; 1923 } 1924 @font-face { ··· 1926 font-style: normal; 1927 font-weight: 700; 1928 font-display: swap; 1929 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/018.woff2) format('woff2'); 1930 unicode-range: U+2190-21f5; 1931 } 1932 @font-face { ··· 1934 font-style: normal; 1935 font-weight: 700; 1936 font-display: swap; 1937 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/019.woff2) format('woff2'); 1938 unicode-range: U+2200-22db; 1939 } 1940 @font-face { ··· 1942 font-style: normal; 1943 font-weight: 700; 1944 font-display: swap; 1945 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/020.woff2) format('woff2'); 1946 unicode-range: U+2305-23ce; 1947 } 1948 @font-face { ··· 1950 font-style: normal; 1951 font-weight: 700; 1952 font-display: swap; 1953 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/021.woff2) format('woff2'); 1954 unicode-range: U+2423; 1955 } 1956 @font-face { ··· 1958 font-style: normal; 1959 font-weight: 700; 1960 font-display: swap; 1961 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/022.woff2) format('woff2'); 1962 unicode-range: U+2460-24e8; 1963 } 1964 @font-face { ··· 1966 font-style: normal; 1967 font-weight: 700; 1968 font-display: swap; 1969 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/023.woff2) format('woff2'); 1970 unicode-range: U+24e9-24ff; 1971 } 1972 @font-face { ··· 1974 font-style: normal; 1975 font-weight: 700; 1976 font-display: swap; 1977 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/024.woff2) format('woff2'); 1978 unicode-range: U+2500-2573; 1979 } 1980 @font-face { ··· 1982 font-style: normal; 1983 font-weight: 700; 1984 font-display: swap; 1985 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/025.woff2) format('woff2'); 1986 unicode-range: U+2581-2595; 1987 } 1988 @font-face { ··· 1990 font-style: normal; 1991 font-weight: 700; 1992 font-display: swap; 1993 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/026.woff2) format('woff2'); 1994 unicode-range: U+25a0-25ef; 1995 } 1996 @font-face { ··· 1998 font-style: normal; 1999 font-weight: 700; 2000 font-display: swap; 2001 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/027.woff2) format('woff2'); 2002 unicode-range: U+2600-26a0; 2003 } 2004 @font-face { ··· 2006 font-style: normal; 2007 font-weight: 700; 2008 font-display: swap; 2009 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/028.woff2) format('woff2'); 2010 unicode-range: U+2702-27a1; 2011 } 2012 @font-face { ··· 2014 font-style: normal; 2015 font-weight: 700; 2016 font-display: swap; 2017 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/029.woff2) format('woff2'); 2018 unicode-range: U+2934-2935; 2019 } 2020 @font-face { ··· 2022 font-style: normal; 2023 font-weight: 700; 2024 font-display: swap; 2025 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/030.woff2) format('woff2'); 2026 unicode-range: U+29bf-29fb; 2027 } 2028 @font-face { ··· 2030 font-style: normal; 2031 font-weight: 700; 2032 font-display: swap; 2033 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/031.woff2) format('woff2'); 2034 unicode-range: U+2b05-2b95; 2035 } 2036 @font-face { ··· 2038 font-style: normal; 2039 font-weight: 700; 2040 font-display: swap; 2041 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/032.woff2) format('woff2'); 2042 unicode-range: U+2e83-2ef2; 2043 } 2044 @font-face { ··· 2046 font-style: normal; 2047 font-weight: 700; 2048 font-display: swap; 2049 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/033.woff2) format('woff2'); 2050 unicode-range: U+2f00-2f7f; 2051 } 2052 @font-face { ··· 2054 font-style: normal; 2055 font-weight: 700; 2056 font-display: swap; 2057 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/034.woff2) format('woff2'); 2058 unicode-range: U+2f80-2fd5; 2059 } 2060 @font-face { ··· 2062 font-style: normal; 2063 font-weight: 700; 2064 font-display: swap; 2065 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/035.woff2) format('woff2'); 2066 unicode-range: U+3000-303d; 2067 } 2068 @font-face { ··· 2070 font-style: normal; 2071 font-weight: 700; 2072 font-display: swap; 2073 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/036.woff2) format('woff2'); 2074 unicode-range: U+3041-309f; 2075 } 2076 @font-face { ··· 2078 font-style: normal; 2079 font-weight: 700; 2080 font-display: swap; 2081 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/037.woff2) format('woff2'); 2082 unicode-range: U+30a0-30ff; 2083 } 2084 @font-face { ··· 2086 font-style: normal; 2087 font-weight: 700; 2088 font-display: swap; 2089 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/038.woff2) format('woff2'); 2090 unicode-range: U+3190-319f; 2091 } 2092 @font-face { ··· 2094 font-style: normal; 2095 font-weight: 700; 2096 font-display: swap; 2097 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/039.woff2) format('woff2'); 2098 unicode-range: U+31f0-31ff; 2099 } 2100 @font-face { ··· 2102 font-style: normal; 2103 font-weight: 700; 2104 font-display: swap; 2105 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/040.woff2) format('woff2'); 2106 unicode-range: U+3220-32dc; 2107 } 2108 @font-face { ··· 2110 font-style: normal; 2111 font-weight: 700; 2112 font-display: swap; 2113 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/041.woff2) format('woff2'); 2114 unicode-range: U+32dd-32ff; 2115 } 2116 @font-face { ··· 2118 font-style: normal; 2119 font-weight: 700; 2120 font-display: swap; 2121 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/042.woff2) format('woff2'); 2122 unicode-range: U+3300-33d4; 2123 } 2124 @font-face { ··· 2126 font-style: normal; 2127 font-weight: 700; 2128 font-display: swap; 2129 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/043.woff2) format('woff2'); 2130 unicode-range: U+33d7-33da; 2131 } 2132 @font-face { ··· 2134 font-style: normal; 2135 font-weight: 700; 2136 font-display: swap; 2137 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/044.woff2) format('woff2'); 2138 unicode-range: U+3402-41ee; 2139 } 2140 @font-face { ··· 2142 font-style: normal; 2143 font-weight: 700; 2144 font-display: swap; 2145 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/045.woff2) format('woff2'); 2146 unicode-range: U+41f3-4d77; 2147 } 2148 @font-face { ··· 2150 font-style: normal; 2151 font-weight: 700; 2152 font-display: swap; 2153 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/046.woff2) format('woff2'); 2154 unicode-range: U+4e00-4ec1; 2155 } 2156 @font-face { ··· 2158 font-style: normal; 2159 font-weight: 700; 2160 font-display: swap; 2161 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/047.woff2) format('woff2'); 2162 unicode-range: U+4ec2-4f78; 2163 } 2164 @font-face { ··· 2166 font-style: normal; 2167 font-weight: 700; 2168 font-display: swap; 2169 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/048.woff2) format('woff2'); 2170 unicode-range: U+4f79-501f; 2171 } 2172 @font-face { ··· 2174 font-style: normal; 2175 font-weight: 700; 2176 font-display: swap; 2177 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/049.woff2) format('woff2'); 2178 unicode-range: U+5021-50d9; 2179 } 2180 @font-face { ··· 2182 font-style: normal; 2183 font-weight: 700; 2184 font-display: swap; 2185 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/050.woff2) format('woff2'); 2186 unicode-range: U+50da-5183; 2187 } 2188 @font-face { ··· 2190 font-style: normal; 2191 font-weight: 700; 2192 font-display: swap; 2193 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/051.woff2) format('woff2'); 2194 unicode-range: U+5184-5231; 2195 } 2196 @font-face { ··· 2198 font-style: normal; 2199 font-weight: 700; 2200 font-display: swap; 2201 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/052.woff2) format('woff2'); 2202 unicode-range: U+5232-52df; 2203 } 2204 @font-face { ··· 2206 font-style: normal; 2207 font-weight: 700; 2208 font-display: swap; 2209 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/053.woff2) format('woff2'); 2210 unicode-range: U+52e0-537f; 2211 } 2212 @font-face { ··· 2214 font-style: normal; 2215 font-weight: 700; 2216 font-display: swap; 2217 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/054.woff2) format('woff2'); 2218 unicode-range: U+5382-5435; 2219 } 2220 @font-face { ··· 2222 font-style: normal; 2223 font-weight: 700; 2224 font-display: swap; 2225 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/055.woff2) format('woff2'); 2226 unicode-range: U+5436-54fe; 2227 } 2228 @font-face { ··· 2230 font-style: normal; 2231 font-weight: 700; 2232 font-display: swap; 2233 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/056.woff2) format('woff2'); 2234 unicode-range: U+54ff-55e3; 2235 } 2236 @font-face { ··· 2238 font-style: normal; 2239 font-weight: 700; 2240 font-display: swap; 2241 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/057.woff2) format('woff2'); 2242 unicode-range: U+55e4-56c5; 2243 } 2244 @font-face { ··· 2246 font-style: normal; 2247 font-weight: 700; 2248 font-display: swap; 2249 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/058.woff2) format('woff2'); 2250 unicode-range: U+56c8-577e; 2251 } 2252 @font-face { ··· 2254 font-style: normal; 2255 font-weight: 700; 2256 font-display: swap; 2257 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/059.woff2) format('woff2'); 2258 unicode-range: U+577f-5861; 2259 } 2260 @font-face { ··· 2262 font-style: normal; 2263 font-weight: 700; 2264 font-display: swap; 2265 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/060.woff2) format('woff2'); 2266 unicode-range: U+5862-5924; 2267 } 2268 @font-face { ··· 2270 font-style: normal; 2271 font-weight: 700; 2272 font-display: swap; 2273 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/061.woff2) format('woff2'); 2274 unicode-range: U+5925-59e6; 2275 } 2276 @font-face { ··· 2278 font-style: normal; 2279 font-weight: 700; 2280 font-display: swap; 2281 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/062.woff2) format('woff2'); 2282 unicode-range: U+59e7-5afd; 2283 } 2284 @font-face { ··· 2286 font-style: normal; 2287 font-weight: 700; 2288 font-display: swap; 2289 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/063.woff2) format('woff2'); 2290 unicode-range: U+5b00-5bcd; 2291 } 2292 @font-face { ··· 2294 font-style: normal; 2295 font-weight: 700; 2296 font-display: swap; 2297 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/064.woff2) format('woff2'); 2298 unicode-range: U+5bce-5c79; 2299 } 2300 @font-face { ··· 2302 font-style: normal; 2303 font-weight: 700; 2304 font-display: swap; 2305 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/065.woff2) format('woff2'); 2306 unicode-range: U+5c7a-5d79; 2307 } 2308 @font-face { ··· 2310 font-style: normal; 2311 font-weight: 700; 2312 font-display: swap; 2313 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/066.woff2) format('woff2'); 2314 unicode-range: U+5d7a-5e55; 2315 } 2316 @font-face { ··· 2318 font-style: normal; 2319 font-weight: 700; 2320 font-display: swap; 2321 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/067.woff2) format('woff2'); 2322 unicode-range: U+5e56-5f0c; 2323 } 2324 @font-face { ··· 2326 font-style: normal; 2327 font-weight: 700; 2328 font-display: swap; 2329 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/068.woff2) format('woff2'); 2330 unicode-range: U+5f0d-5fac; 2331 } 2332 @font-face { ··· 2334 font-style: normal; 2335 font-weight: 700; 2336 font-display: swap; 2337 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/069.woff2) format('woff2'); 2338 unicode-range: U+5fad-606b; 2339 } 2340 @font-face { ··· 2342 font-style: normal; 2343 font-weight: 700; 2344 font-display: swap; 2345 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/070.woff2) format('woff2'); 2346 unicode-range: U+606c-611c; 2347 } 2348 @font-face { ··· 2350 font-style: normal; 2351 font-weight: 700; 2352 font-display: swap; 2353 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/071.woff2) format('woff2'); 2354 unicode-range: U+611e-61de; 2355 } 2356 @font-face { ··· 2358 font-style: normal; 2359 font-weight: 700; 2360 font-display: swap; 2361 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/072.woff2) format('woff2'); 2362 unicode-range: U+61df-6294; 2363 } 2364 @font-face { ··· 2366 font-style: normal; 2367 font-weight: 700; 2368 font-display: swap; 2369 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/073.woff2) format('woff2'); 2370 unicode-range: U+6295-6366; 2371 } 2372 @font-face { ··· 2374 font-style: normal; 2375 font-weight: 700; 2376 font-display: swap; 2377 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/074.woff2) format('woff2'); 2378 unicode-range: U+6367-6430; 2379 } 2380 @font-face { ··· 2382 font-style: normal; 2383 font-weight: 700; 2384 font-display: swap; 2385 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/075.woff2) format('woff2'); 2386 unicode-range: U+6434-6516; 2387 } 2388 @font-face { ··· 2390 font-style: normal; 2391 font-weight: 700; 2392 font-display: swap; 2393 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/076.woff2) format('woff2'); 2394 unicode-range: U+6518-65d4; 2395 } 2396 @font-face { ··· 2398 font-style: normal; 2399 font-weight: 700; 2400 font-display: swap; 2401 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/077.woff2) format('woff2'); 2402 unicode-range: U+65d6-6679; 2403 } 2404 @font-face { ··· 2406 font-style: normal; 2407 font-weight: 700; 2408 font-display: swap; 2409 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/078.woff2) format('woff2'); 2410 unicode-range: U+667a-6738; 2411 } 2412 @font-face { ··· 2414 font-style: normal; 2415 font-weight: 700; 2416 font-display: swap; 2417 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/079.woff2) format('woff2'); 2418 unicode-range: U+673a-67ef; 2419 } 2420 @font-face { ··· 2422 font-style: normal; 2423 font-weight: 700; 2424 font-display: swap; 2425 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/080.woff2) format('woff2'); 2426 unicode-range: U+67f0-68ab; 2427 } 2428 @font-face { ··· 2430 font-style: normal; 2431 font-weight: 700; 2432 font-display: swap; 2433 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/081.woff2) format('woff2'); 2434 unicode-range: U+68ad-6965; 2435 } 2436 @font-face { ··· 2438 font-style: normal; 2439 font-weight: 700; 2440 font-display: swap; 2441 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/082.woff2) format('woff2'); 2442 unicode-range: U+6966-6a23; 2443 } 2444 @font-face { ··· 2446 font-style: normal; 2447 font-weight: 700; 2448 font-display: swap; 2449 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/083.woff2) format('woff2'); 2450 unicode-range: U+6a24-6b04; 2451 } 2452 @font-face { ··· 2454 font-style: normal; 2455 font-weight: 700; 2456 font-display: swap; 2457 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/084.woff2) format('woff2'); 2458 unicode-range: U+6b05-6bc3; 2459 } 2460 @font-face { ··· 2462 font-style: normal; 2463 font-weight: 700; 2464 font-display: swap; 2465 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/085.woff2) format('woff2'); 2466 unicode-range: U+6bc4-6c9a; 2467 } 2468 @font-face { ··· 2470 font-style: normal; 2471 font-weight: 700; 2472 font-display: swap; 2473 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/086.woff2) format('woff2'); 2474 unicode-range: U+6c9b-6d6c; 2475 } 2476 @font-face { ··· 2478 font-style: normal; 2479 font-weight: 700; 2480 font-display: swap; 2481 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/087.woff2) format('woff2'); 2482 unicode-range: U+6d6e-6e36; 2483 } 2484 @font-face { ··· 2486 font-style: normal; 2487 font-weight: 700; 2488 font-display: swap; 2489 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/088.woff2) format('woff2'); 2490 unicode-range: U+6e38-6f10; 2491 } 2492 @font-face { ··· 2494 font-style: normal; 2495 font-weight: 700; 2496 font-display: swap; 2497 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/089.woff2) format('woff2'); 2498 unicode-range: U+6f11-6fe9; 2499 } 2500 @font-face { ··· 2502 font-style: normal; 2503 font-weight: 700; 2504 font-display: swap; 2505 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/090.woff2) format('woff2'); 2506 unicode-range: U+6feb-70fd; 2507 } 2508 @font-face { ··· 2510 font-style: normal; 2511 font-weight: 700; 2512 font-display: swap; 2513 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/091.woff2) format('woff2'); 2514 unicode-range: U+7103-7208; 2515 } 2516 @font-face { ··· 2518 font-style: normal; 2519 font-weight: 700; 2520 font-display: swap; 2521 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/092.woff2) format('woff2'); 2522 unicode-range: U+7209-72e9; 2523 } 2524 @font-face { ··· 2526 font-style: normal; 2527 font-weight: 700; 2528 font-display: swap; 2529 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/093.woff2) format('woff2'); 2530 unicode-range: U+72ec-73bd; 2531 } 2532 @font-face { ··· 2534 font-style: normal; 2535 font-weight: 700; 2536 font-display: swap; 2537 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/094.woff2) format('woff2'); 2538 unicode-range: U+73bf-7491; 2539 } 2540 @font-face { ··· 2542 font-style: normal; 2543 font-weight: 700; 2544 font-display: swap; 2545 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/095.woff2) format('woff2'); 2546 unicode-range: U+7492-754f; 2547 } 2548 @font-face { ··· 2550 font-style: normal; 2551 font-weight: 700; 2552 font-display: swap; 2553 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/096.woff2) format('woff2'); 2554 unicode-range: U+7550-7601; 2555 } 2556 @font-face { ··· 2558 font-style: normal; 2559 font-weight: 700; 2560 font-display: swap; 2561 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/097.woff2) format('woff2'); 2562 unicode-range: U+7602-76b7; 2563 } 2564 @font-face { ··· 2566 font-style: normal; 2567 font-weight: 700; 2568 font-display: swap; 2569 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/098.woff2) format('woff2'); 2570 unicode-range: U+76b8-777e; 2571 } 2572 @font-face { ··· 2574 font-style: normal; 2575 font-weight: 700; 2576 font-display: swap; 2577 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/099.woff2) format('woff2'); 2578 unicode-range: U+777f-787c; 2579 } 2580 @font-face { ··· 2582 font-style: normal; 2583 font-weight: 700; 2584 font-display: swap; 2585 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/100.woff2) format('woff2'); 2586 unicode-range: U+787e-794f; 2587 } 2588 @font-face { ··· 2590 font-style: normal; 2591 font-weight: 700; 2592 font-display: swap; 2593 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/101.woff2) format('woff2'); 2594 unicode-range: U+7950-7a1a; 2595 } 2596 @font-face { ··· 2598 font-style: normal; 2599 font-weight: 700; 2600 font-display: swap; 2601 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/102.woff2) format('woff2'); 2602 unicode-range: U+7a1b-7adf; 2603 } 2604 @font-face { ··· 2606 font-style: normal; 2607 font-weight: 700; 2608 font-display: swap; 2609 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/103.woff2) format('woff2'); 2610 unicode-range: U+7ae0-7b9f; 2611 } 2612 @font-face { ··· 2614 font-style: normal; 2615 font-weight: 700; 2616 font-display: swap; 2617 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/104.woff2) format('woff2'); 2618 unicode-range: U+7ba0-7c60; 2619 } 2620 @font-face { ··· 2622 font-style: normal; 2623 font-weight: 700; 2624 font-display: swap; 2625 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/105.woff2) format('woff2'); 2626 unicode-range: U+7c61-7d1e; 2627 } 2628 @font-face { ··· 2630 font-style: normal; 2631 font-weight: 700; 2632 font-display: swap; 2633 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/106.woff2) format('woff2'); 2634 unicode-range: U+7d20-7dcd; 2635 } 2636 @font-face { ··· 2638 font-style: normal; 2639 font-weight: 700; 2640 font-display: swap; 2641 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/107.woff2) format('woff2'); 2642 unicode-range: U+7dce-7e89; 2643 } 2644 @font-face { ··· 2646 font-style: normal; 2647 font-weight: 700; 2648 font-display: swap; 2649 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/108.woff2) format('woff2'); 2650 unicode-range: U+7e8a-7fe5; 2651 } 2652 @font-face { ··· 2654 font-style: normal; 2655 font-weight: 700; 2656 font-display: swap; 2657 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/109.woff2) format('woff2'); 2658 unicode-range: U+7fe6-80ad; 2659 } 2660 @font-face { ··· 2662 font-style: normal; 2663 font-weight: 700; 2664 font-display: swap; 2665 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/110.woff2) format('woff2'); 2666 unicode-range: U+80af-8186; 2667 } 2668 @font-face { ··· 2670 font-style: normal; 2671 font-weight: 700; 2672 font-display: swap; 2673 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/111.woff2) format('woff2'); 2674 unicode-range: U+8188-8237; 2675 } 2676 @font-face { ··· 2678 font-style: normal; 2679 font-weight: 700; 2680 font-display: swap; 2681 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/112.woff2) format('woff2'); 2682 unicode-range: U+8238-82f6; 2683 } 2684 @font-face { ··· 2686 font-style: normal; 2687 font-weight: 700; 2688 font-display: swap; 2689 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/113.woff2) format('woff2'); 2690 unicode-range: U+82f7-83cc; 2691 } 2692 @font-face { ··· 2694 font-style: normal; 2695 font-weight: 700; 2696 font-display: swap; 2697 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/114.woff2) format('woff2'); 2698 unicode-range: U+83ce-84b2; 2699 } 2700 @font-face { ··· 2702 font-style: normal; 2703 font-weight: 700; 2704 font-display: swap; 2705 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/115.woff2) format('woff2'); 2706 unicode-range: U+84b4-8581; 2707 } 2708 @font-face { ··· 2710 font-style: normal; 2711 font-weight: 700; 2712 font-display: swap; 2713 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/116.woff2) format('woff2'); 2714 unicode-range: U+8584-8654; 2715 } 2716 @font-face { ··· 2718 font-style: normal; 2719 font-weight: 700; 2720 font-display: swap; 2721 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/117.woff2) format('woff2'); 2722 unicode-range: U+8655-871c; 2723 } 2724 @font-face { ··· 2726 font-style: normal; 2727 font-weight: 700; 2728 font-display: swap; 2729 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/118.woff2) format('woff2'); 2730 unicode-range: U+871e-87f8; 2731 } 2732 @font-face { ··· 2734 font-style: normal; 2735 font-weight: 700; 2736 font-display: swap; 2737 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/119.woff2) format('woff2'); 2738 unicode-range: U+87f9-88c0; 2739 } 2740 @font-face { ··· 2742 font-style: normal; 2743 font-weight: 700; 2744 font-display: swap; 2745 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/120.woff2) format('woff2'); 2746 unicode-range: U+88c1-8988; 2747 } 2748 @font-face { ··· 2750 font-style: normal; 2751 font-weight: 700; 2752 font-display: swap; 2753 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/121.woff2) format('woff2'); 2754 unicode-range: U+8989-8a58; 2755 } 2756 @font-face { ··· 2758 font-style: normal; 2759 font-weight: 700; 2760 font-display: swap; 2761 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/122.woff2) format('woff2'); 2762 unicode-range: U+8a5b-8b02; 2763 } 2764 @font-face { ··· 2766 font-style: normal; 2767 font-weight: 700; 2768 font-display: swap; 2769 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/123.woff2) format('woff2'); 2770 unicode-range: U+8b04-8c5a; 2771 } 2772 @font-face { ··· 2774 font-style: normal; 2775 font-weight: 700; 2776 font-display: swap; 2777 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/124.woff2) format('woff2'); 2778 unicode-range: U+8c5b-8d0b; 2779 } 2780 @font-face { ··· 2782 font-style: normal; 2783 font-weight: 700; 2784 font-display: swap; 2785 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/125.woff2) format('woff2'); 2786 unicode-range: U+8d0d-8e38; 2787 } 2788 @font-face { ··· 2790 font-style: normal; 2791 font-weight: 700; 2792 font-display: swap; 2793 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/126.woff2) format('woff2'); 2794 unicode-range: U+8e39-8f0c; 2795 } 2796 @font-face { ··· 2798 font-style: normal; 2799 font-weight: 700; 2800 font-display: swap; 2801 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/127.woff2) format('woff2'); 2802 unicode-range: U+8f0f-8feb; 2803 } 2804 @font-face { ··· 2806 font-style: normal; 2807 font-weight: 700; 2808 font-display: swap; 2809 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/128.woff2) format('woff2'); 2810 unicode-range: U+8fed-908b; 2811 } 2812 @font-face { ··· 2814 font-style: normal; 2815 font-weight: 700; 2816 font-display: swap; 2817 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/129.woff2) format('woff2'); 2818 unicode-range: U+908c-9165; 2819 } 2820 @font-face { ··· 2822 font-style: normal; 2823 font-weight: 700; 2824 font-display: swap; 2825 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/130.woff2) format('woff2'); 2826 unicode-range: U+9167-9216; 2827 } 2828 @font-face { ··· 2830 font-style: normal; 2831 font-weight: 700; 2832 font-display: swap; 2833 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/131.woff2) format('woff2'); 2834 unicode-range: U+9217-92d2; 2835 } 2836 @font-face { ··· 2838 font-style: normal; 2839 font-weight: 700; 2840 font-display: swap; 2841 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/132.woff2) format('woff2'); 2842 unicode-range: U+92d3-939a; 2843 } 2844 @font-face { ··· 2846 font-style: normal; 2847 font-weight: 700; 2848 font-display: swap; 2849 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/133.woff2) format('woff2'); 2850 unicode-range: U+939b-947e; 2851 } 2852 @font-face { ··· 2854 font-style: normal; 2855 font-weight: 700; 2856 font-display: swap; 2857 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/134.woff2) format('woff2'); 2858 unicode-range: U+947f-965d; 2859 } 2860 @font-face { ··· 2862 font-style: normal; 2863 font-weight: 700; 2864 font-display: swap; 2865 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/135.woff2) format('woff2'); 2866 unicode-range: U+965e-9713; 2867 } 2868 @font-face { ··· 2870 font-style: normal; 2871 font-weight: 700; 2872 font-display: swap; 2873 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/136.woff2) format('woff2'); 2874 unicode-range: U+9714-97d1; 2875 } 2876 @font-face { ··· 2878 font-style: normal; 2879 font-weight: 700; 2880 font-display: swap; 2881 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/137.woff2) format('woff2'); 2882 unicode-range: U+97d3-98c5; 2883 } 2884 @font-face { ··· 2886 font-style: normal; 2887 font-weight: 700; 2888 font-display: swap; 2889 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/138.woff2) format('woff2'); 2890 unicode-range: U+98c6-99c4; 2891 } 2892 @font-face { ··· 2894 font-style: normal; 2895 font-weight: 700; 2896 font-display: swap; 2897 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/139.woff2) format('woff2'); 2898 unicode-range: U+99c5-9ac8; 2899 } 2900 @font-face { ··· 2902 font-style: normal; 2903 font-weight: 700; 2904 font-display: swap; 2905 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/140.woff2) format('woff2'); 2906 unicode-range: U+9ace-9b79; 2907 } 2908 @font-face { ··· 2910 font-style: normal; 2911 font-weight: 700; 2912 font-display: swap; 2913 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/141.woff2) format('woff2'); 2914 unicode-range: U+9b7f-9c35; 2915 } 2916 @font-face { ··· 2918 font-style: normal; 2919 font-weight: 700; 2920 font-display: swap; 2921 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/142.woff2) format('woff2'); 2922 unicode-range: U+9c36-9d6f; 2923 } 2924 @font-face { ··· 2926 font-style: normal; 2927 font-weight: 700; 2928 font-display: swap; 2929 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/143.woff2) format('woff2'); 2930 unicode-range: U+9d70-9e9d; 2931 } 2932 @font-face { ··· 2934 font-style: normal; 2935 font-weight: 700; 2936 font-display: swap; 2937 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/144.woff2) format('woff2'); 2938 unicode-range: U+9e9e-9f61; 2939 } 2940 @font-face { ··· 2942 font-style: normal; 2943 font-weight: 700; 2944 font-display: swap; 2945 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/145.woff2) format('woff2'); 2946 unicode-range: U+9f62-9fb4; 2947 } 2948 @font-face { ··· 2950 font-style: normal; 2951 font-weight: 700; 2952 font-display: swap; 2953 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/146.woff2) format('woff2'); 2954 unicode-range: U+f860-f87f; 2955 } 2956 @font-face { ··· 2958 font-style: normal; 2959 font-weight: 700; 2960 font-display: swap; 2961 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/147.woff2) format('woff2'); 2962 unicode-range: U+f909-fa6a; 2963 } 2964 @font-face { ··· 2966 font-style: normal; 2967 font-weight: 700; 2968 font-display: swap; 2969 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/148.woff2) format('woff2'); 2970 unicode-range: U+fb00-fb04; 2971 } 2972 @font-face { ··· 2974 font-style: normal; 2975 font-weight: 700; 2976 font-display: swap; 2977 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/149.woff2) format('woff2'); 2978 unicode-range: U+fe10-fe19; 2979 } 2980 @font-face { ··· 2982 font-style: normal; 2983 font-weight: 700; 2984 font-display: swap; 2985 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/150.woff2) format('woff2'); 2986 unicode-range: U+fe30-fe48; 2987 } 2988 @font-face { ··· 2990 font-style: normal; 2991 font-weight: 700; 2992 font-display: swap; 2993 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/151.woff2) format('woff2'); 2994 unicode-range: U+ff01-ff80; 2995 } 2996 @font-face { ··· 2998 font-style: normal; 2999 font-weight: 700; 3000 font-display: swap; 3001 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/152.woff2) format('woff2'); 3002 unicode-range: U+ff81-ffe8; 3003 } 3004 @font-face { ··· 3006 font-style: normal; 3007 font-weight: 700; 3008 font-display: swap; 3009 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/153.woff2) format('woff2'); 3010 unicode-range: U+1f100; 3011 } 3012 @font-face { ··· 3014 font-style: normal; 3015 font-weight: 700; 3016 font-display: swap; 3017 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/154.woff2) format('woff2'); 3018 unicode-range: U+2000b-23763; 3019 } 3020 @font-face { ··· 3022 font-style: normal; 3023 font-weight: 700; 3024 font-display: swap; 3025 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/155.woff2) format('woff2'); 3026 unicode-range: U+23764-2770e; 3027 } 3028 @font-face { ··· 3030 font-style: normal; 3031 font-weight: 700; 3032 font-display: swap; 3033 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/156.woff2) format('woff2'); 3034 unicode-range: U+27723-2a6b2; 3035 } 3036 @font-face { ··· 3038 font-style: normal; 3039 font-weight: 700; 3040 font-display: swap; 3041 - src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/font/IBMPlexSansJP-Bold/157.woff2) format('woff2'); 3042 unicode-range: U+2f804-2f9f4; 3043 } 3044 body {
··· 294 font-style: normal; 295 font-weight: 400; 296 font-display: swap; 297 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/001.woff2) format('woff2'); 298 unicode-range: U+0-7e; 299 } 300 @font-face { ··· 302 font-style: normal; 303 font-weight: 400; 304 font-display: swap; 305 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/002.woff2) format('woff2'); 306 unicode-range: U+80-ff; 307 } 308 @font-face { ··· 310 font-style: normal; 311 font-weight: 400; 312 font-display: swap; 313 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/003.woff2) format('woff2'); 314 unicode-range: U+100-17f; 315 } 316 @font-face { ··· 318 font-style: normal; 319 font-weight: 400; 320 font-display: swap; 321 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/004.woff2) format('woff2'); 322 unicode-range: U+18f-237; 323 } 324 @font-face { ··· 326 font-style: normal; 327 font-weight: 400; 328 font-display: swap; 329 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/005.woff2) format('woff2'); 330 unicode-range: U+259; 331 } 332 @font-face { ··· 334 font-style: normal; 335 font-weight: 400; 336 font-display: swap; 337 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/006.woff2) format('woff2'); 338 unicode-range: U+2bb-2dd; 339 } 340 @font-face { ··· 342 font-style: normal; 343 font-weight: 400; 344 font-display: swap; 345 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/007.woff2) format('woff2'); 346 unicode-range: U+300-328; 347 } 348 @font-face { ··· 350 font-style: normal; 351 font-weight: 400; 352 font-display: swap; 353 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/008.woff2) format('woff2'); 354 unicode-range: U+3c0; 355 } 356 @font-face { ··· 358 font-style: normal; 359 font-weight: 400; 360 font-display: swap; 361 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/009.woff2) format('woff2'); 362 unicode-range: U+400-4a7; 363 } 364 @font-face { ··· 366 font-style: normal; 367 font-weight: 400; 368 font-display: swap; 369 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/010.woff2) format('woff2'); 370 unicode-range: U+4a8-4f9; 371 } 372 @font-face { ··· 374 font-style: normal; 375 font-weight: 400; 376 font-display: swap; 377 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/011.woff2) format('woff2'); 378 unicode-range: U+524-525; 379 } 380 @font-face { ··· 382 font-style: normal; 383 font-weight: 400; 384 font-display: swap; 385 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/012.woff2) format('woff2'); 386 unicode-range: U+e3f; 387 } 388 @font-face { ··· 390 font-style: normal; 391 font-weight: 400; 392 font-display: swap; 393 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/013.woff2) format('woff2'); 394 unicode-range: U+1e80-1ef9; 395 } 396 @font-face { ··· 398 font-style: normal; 399 font-weight: 400; 400 font-display: swap; 401 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/014.woff2) format('woff2'); 402 unicode-range: U+2000-205f; 403 } 404 @font-face { ··· 406 font-style: normal; 407 font-weight: 400; 408 font-display: swap; 409 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/015.woff2) format('woff2'); 410 unicode-range: U+2070-2089; 411 } 412 @font-face { ··· 414 font-style: normal; 415 font-weight: 400; 416 font-display: swap; 417 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/016.woff2) format('woff2'); 418 unicode-range: U+20a1-20bf; 419 } 420 @font-face { ··· 422 font-style: normal; 423 font-weight: 400; 424 font-display: swap; 425 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/017.woff2) format('woff2'); 426 unicode-range: U+2113-212e; 427 } 428 @font-face { ··· 430 font-style: normal; 431 font-weight: 400; 432 font-display: swap; 433 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/018.woff2) format('woff2'); 434 unicode-range: U+2150-215e; 435 } 436 @font-face { ··· 438 font-style: normal; 439 font-weight: 400; 440 font-display: swap; 441 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/019.woff2) format('woff2'); 442 unicode-range: U+2190-21c6; 443 } 444 @font-face { ··· 446 font-style: normal; 447 font-weight: 400; 448 font-display: swap; 449 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/020.woff2) format('woff2'); 450 unicode-range: U+2202-2265; 451 } 452 @font-face { ··· 454 font-style: normal; 455 font-weight: 400; 456 font-display: swap; 457 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/021.woff2) format('woff2'); 458 unicode-range: U+2500-257f; 459 } 460 @font-face { ··· 462 font-style: normal; 463 font-weight: 400; 464 font-display: swap; 465 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/022.woff2) format('woff2'); 466 unicode-range: U+2580-259f; 467 } 468 @font-face { ··· 470 font-style: normal; 471 font-weight: 400; 472 font-display: swap; 473 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/023.woff2) format('woff2'); 474 unicode-range: U+25ca; 475 } 476 @font-face { ··· 478 font-style: normal; 479 font-weight: 400; 480 font-display: swap; 481 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/024.woff2) format('woff2'); 482 unicode-range: U+2713-274c; 483 } 484 @font-face { ··· 486 font-style: normal; 487 font-weight: 400; 488 font-display: swap; 489 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/025.woff2) format('woff2'); 490 unicode-range: U+2b0e-2b11; 491 } 492 @font-face { ··· 494 font-style: normal; 495 font-weight: 400; 496 font-display: swap; 497 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/026.woff2) format('woff2'); 498 unicode-range: U+3000; 499 } 500 @font-face { ··· 502 font-style: normal; 503 font-weight: 400; 504 font-display: swap; 505 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/027.woff2) format('woff2'); 506 unicode-range: U+f6d7-f6d8; 507 } 508 @font-face { ··· 510 font-style: normal; 511 font-weight: 400; 512 font-display: swap; 513 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/028.woff2) format('woff2'); 514 unicode-range: U+fb01-fb02; 515 } 516 @font-face { ··· 518 font-style: normal; 519 font-weight: 400; 520 font-display: swap; 521 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/029.woff2) format('woff2'); 522 unicode-range: U+feff; 523 } 524 @font-face { ··· 526 font-style: normal; 527 font-weight: 400; 528 font-display: swap; 529 + src: local('IBM Plex Mono'), local('IBMPlexMono'), url(/.nhnd/font/IBMPlexMono-Regular/030.woff2) format('woff2'); 530 unicode-range: U+fffd; 531 } 532 @font-face { ··· 534 font-style: normal; 535 font-weight: 400; 536 font-display: swap; 537 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/001.woff2) format('woff2'); 538 unicode-range: U+20-7e; 539 } 540 @font-face { ··· 542 font-style: normal; 543 font-weight: 400; 544 font-display: swap; 545 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/002.woff2) format('woff2'); 546 unicode-range: U+a0-ff; 547 } 548 @font-face { ··· 550 font-style: normal; 551 font-weight: 400; 552 font-display: swap; 553 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/003.woff2) format('woff2'); 554 unicode-range: U+100-17e; 555 } 556 @font-face { ··· 558 font-style: normal; 559 font-weight: 400; 560 font-display: swap; 561 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/004.woff2) format('woff2'); 562 unicode-range: U+192-237; 563 } 564 @font-face { ··· 566 font-style: normal; 567 font-weight: 400; 568 font-display: swap; 569 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/005.woff2) format('woff2'); 570 unicode-range: U+250-2a2; 571 } 572 @font-face { ··· 574 font-style: normal; 575 font-weight: 400; 576 font-display: swap; 577 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/006.woff2) format('woff2'); 578 unicode-range: U+2b0-2e9; 579 } 580 @font-face { ··· 582 font-style: normal; 583 font-weight: 400; 584 font-display: swap; 585 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/007.woff2) format('woff2'); 586 unicode-range: U+300-361; 587 } 588 @font-face { ··· 590 font-style: normal; 591 font-weight: 400; 592 font-display: swap; 593 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/008.woff2) format('woff2'); 594 unicode-range: U+384-3db; 595 } 596 @font-face { ··· 598 font-style: normal; 599 font-weight: 400; 600 font-display: swap; 601 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/009.woff2) format('woff2'); 602 unicode-range: U+401-45f; 603 } 604 @font-face { ··· 606 font-style: normal; 607 font-weight: 400; 608 font-display: swap; 609 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/010.woff2) format('woff2'); 610 unicode-range: U+1e3e-1ebd; 611 } 612 @font-face { ··· 614 font-style: normal; 615 font-weight: 400; 616 font-display: swap; 617 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/011.woff2) format('woff2'); 618 unicode-range: U+1f70-1f73; 619 } 620 @font-face { ··· 622 font-style: normal; 623 font-weight: 400; 624 font-display: swap; 625 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/012.woff2) format('woff2'); 626 unicode-range: U+2002-205d; 627 } 628 @font-face { ··· 630 font-style: normal; 631 font-weight: 400; 632 font-display: swap; 633 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/013.woff2) format('woff2'); 634 unicode-range: U+2070-2089; 635 } 636 @font-face { ··· 638 font-style: normal; 639 font-weight: 400; 640 font-display: swap; 641 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/014.woff2) format('woff2'); 642 unicode-range: U+20ac; 643 } 644 @font-face { ··· 646 font-style: normal; 647 font-weight: 400; 648 font-display: swap; 649 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/015.woff2) format('woff2'); 650 unicode-range: U+20dd-20de; 651 } 652 @font-face { ··· 654 font-style: normal; 655 font-weight: 400; 656 font-display: swap; 657 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/016.woff2) format('woff2'); 658 unicode-range: U+2100-213b; 659 } 660 @font-face { ··· 662 font-style: normal; 663 font-weight: 400; 664 font-display: swap; 665 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/017.woff2) format('woff2'); 666 unicode-range: U+2150-2189; 667 } 668 @font-face { ··· 670 font-style: normal; 671 font-weight: 400; 672 font-display: swap; 673 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/018.woff2) format('woff2'); 674 unicode-range: U+2190-21f5; 675 } 676 @font-face { ··· 678 font-style: normal; 679 font-weight: 400; 680 font-display: swap; 681 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/019.woff2) format('woff2'); 682 unicode-range: U+2200-22db; 683 } 684 @font-face { ··· 686 font-style: normal; 687 font-weight: 400; 688 font-display: swap; 689 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/020.woff2) format('woff2'); 690 unicode-range: U+2305-23ce; 691 } 692 @font-face { ··· 694 font-style: normal; 695 font-weight: 400; 696 font-display: swap; 697 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/021.woff2) format('woff2'); 698 unicode-range: U+2423; 699 } 700 @font-face { ··· 702 font-style: normal; 703 font-weight: 400; 704 font-display: swap; 705 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/022.woff2) format('woff2'); 706 unicode-range: U+2460-24e8; 707 } 708 @font-face { ··· 710 font-style: normal; 711 font-weight: 400; 712 font-display: swap; 713 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/023.woff2) format('woff2'); 714 unicode-range: U+24e9-24ff; 715 } 716 @font-face { ··· 718 font-style: normal; 719 font-weight: 400; 720 font-display: swap; 721 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/024.woff2) format('woff2'); 722 unicode-range: U+2500-2573; 723 } 724 @font-face { ··· 726 font-style: normal; 727 font-weight: 400; 728 font-display: swap; 729 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/025.woff2) format('woff2'); 730 unicode-range: U+2581-2595; 731 } 732 @font-face { ··· 734 font-style: normal; 735 font-weight: 400; 736 font-display: swap; 737 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/026.woff2) format('woff2'); 738 unicode-range: U+25a0-25ef; 739 } 740 @font-face { ··· 742 font-style: normal; 743 font-weight: 400; 744 font-display: swap; 745 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/027.woff2) format('woff2'); 746 unicode-range: U+2600-26a0; 747 } 748 @font-face { ··· 750 font-style: normal; 751 font-weight: 400; 752 font-display: swap; 753 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/028.woff2) format('woff2'); 754 unicode-range: U+2702-27a1; 755 } 756 @font-face { ··· 758 font-style: normal; 759 font-weight: 400; 760 font-display: swap; 761 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/029.woff2) format('woff2'); 762 unicode-range: U+2934-2935; 763 } 764 @font-face { ··· 766 font-style: normal; 767 font-weight: 400; 768 font-display: swap; 769 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/030.woff2) format('woff2'); 770 unicode-range: U+29bf-29fb; 771 } 772 @font-face { ··· 774 font-style: normal; 775 font-weight: 400; 776 font-display: swap; 777 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/031.woff2) format('woff2'); 778 unicode-range: U+2b05-2b95; 779 } 780 @font-face { ··· 782 font-style: normal; 783 font-weight: 400; 784 font-display: swap; 785 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/032.woff2) format('woff2'); 786 unicode-range: U+2e83-2ef2; 787 } 788 @font-face { ··· 790 font-style: normal; 791 font-weight: 400; 792 font-display: swap; 793 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/033.woff2) format('woff2'); 794 unicode-range: U+2f00-2f7f; 795 } 796 @font-face { ··· 798 font-style: normal; 799 font-weight: 400; 800 font-display: swap; 801 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/034.woff2) format('woff2'); 802 unicode-range: U+2f80-2fd5; 803 } 804 @font-face { ··· 806 font-style: normal; 807 font-weight: 400; 808 font-display: swap; 809 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/035.woff2) format('woff2'); 810 unicode-range: U+3000-303d; 811 } 812 @font-face { ··· 814 font-style: normal; 815 font-weight: 400; 816 font-display: swap; 817 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/036.woff2) format('woff2'); 818 unicode-range: U+3041-309f; 819 } 820 @font-face { ··· 822 font-style: normal; 823 font-weight: 400; 824 font-display: swap; 825 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/037.woff2) format('woff2'); 826 unicode-range: U+30a0-30ff; 827 } 828 @font-face { ··· 830 font-style: normal; 831 font-weight: 400; 832 font-display: swap; 833 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/038.woff2) format('woff2'); 834 unicode-range: U+3190-319f; 835 } 836 @font-face { ··· 838 font-style: normal; 839 font-weight: 400; 840 font-display: swap; 841 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/039.woff2) format('woff2'); 842 unicode-range: U+31f0-31ff; 843 } 844 @font-face { ··· 846 font-style: normal; 847 font-weight: 400; 848 font-display: swap; 849 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/040.woff2) format('woff2'); 850 unicode-range: U+3220-32dc; 851 } 852 @font-face { ··· 854 font-style: normal; 855 font-weight: 400; 856 font-display: swap; 857 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/041.woff2) format('woff2'); 858 unicode-range: U+32dd-32ff; 859 } 860 @font-face { ··· 862 font-style: normal; 863 font-weight: 400; 864 font-display: swap; 865 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/042.woff2) format('woff2'); 866 unicode-range: U+3300-33d4; 867 } 868 @font-face { ··· 870 font-style: normal; 871 font-weight: 400; 872 font-display: swap; 873 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/043.woff2) format('woff2'); 874 unicode-range: U+33d7-33da; 875 } 876 @font-face { ··· 878 font-style: normal; 879 font-weight: 400; 880 font-display: swap; 881 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/044.woff2) format('woff2'); 882 unicode-range: U+3402-41ee; 883 } 884 @font-face { ··· 886 font-style: normal; 887 font-weight: 400; 888 font-display: swap; 889 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/045.woff2) format('woff2'); 890 unicode-range: U+41f3-4d77; 891 } 892 @font-face { ··· 894 font-style: normal; 895 font-weight: 400; 896 font-display: swap; 897 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/046.woff2) format('woff2'); 898 unicode-range: U+4e00-4ec1; 899 } 900 @font-face { ··· 902 font-style: normal; 903 font-weight: 400; 904 font-display: swap; 905 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/047.woff2) format('woff2'); 906 unicode-range: U+4ec2-4f78; 907 } 908 @font-face { ··· 910 font-style: normal; 911 font-weight: 400; 912 font-display: swap; 913 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/048.woff2) format('woff2'); 914 unicode-range: U+4f79-501f; 915 } 916 @font-face { ··· 918 font-style: normal; 919 font-weight: 400; 920 font-display: swap; 921 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/049.woff2) format('woff2'); 922 unicode-range: U+5021-50d9; 923 } 924 @font-face { ··· 926 font-style: normal; 927 font-weight: 400; 928 font-display: swap; 929 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/050.woff2) format('woff2'); 930 unicode-range: U+50da-5183; 931 } 932 @font-face { ··· 934 font-style: normal; 935 font-weight: 400; 936 font-display: swap; 937 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/051.woff2) format('woff2'); 938 unicode-range: U+5184-5231; 939 } 940 @font-face { ··· 942 font-style: normal; 943 font-weight: 400; 944 font-display: swap; 945 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/052.woff2) format('woff2'); 946 unicode-range: U+5232-52df; 947 } 948 @font-face { ··· 950 font-style: normal; 951 font-weight: 400; 952 font-display: swap; 953 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/053.woff2) format('woff2'); 954 unicode-range: U+52e0-537f; 955 } 956 @font-face { ··· 958 font-style: normal; 959 font-weight: 400; 960 font-display: swap; 961 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/054.woff2) format('woff2'); 962 unicode-range: U+5382-5435; 963 } 964 @font-face { ··· 966 font-style: normal; 967 font-weight: 400; 968 font-display: swap; 969 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/055.woff2) format('woff2'); 970 unicode-range: U+5436-54fe; 971 } 972 @font-face { ··· 974 font-style: normal; 975 font-weight: 400; 976 font-display: swap; 977 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/056.woff2) format('woff2'); 978 unicode-range: U+54ff-55e3; 979 } 980 @font-face { ··· 982 font-style: normal; 983 font-weight: 400; 984 font-display: swap; 985 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/057.woff2) format('woff2'); 986 unicode-range: U+55e4-56c5; 987 } 988 @font-face { ··· 990 font-style: normal; 991 font-weight: 400; 992 font-display: swap; 993 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/058.woff2) format('woff2'); 994 unicode-range: U+56c8-577e; 995 } 996 @font-face { ··· 998 font-style: normal; 999 font-weight: 400; 1000 font-display: swap; 1001 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/059.woff2) format('woff2'); 1002 unicode-range: U+577f-5861; 1003 } 1004 @font-face { ··· 1006 font-style: normal; 1007 font-weight: 400; 1008 font-display: swap; 1009 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/060.woff2) format('woff2'); 1010 unicode-range: U+5862-5924; 1011 } 1012 @font-face { ··· 1014 font-style: normal; 1015 font-weight: 400; 1016 font-display: swap; 1017 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/061.woff2) format('woff2'); 1018 unicode-range: U+5925-59e6; 1019 } 1020 @font-face { ··· 1022 font-style: normal; 1023 font-weight: 400; 1024 font-display: swap; 1025 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/062.woff2) format('woff2'); 1026 unicode-range: U+59e7-5afd; 1027 } 1028 @font-face { ··· 1030 font-style: normal; 1031 font-weight: 400; 1032 font-display: swap; 1033 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/063.woff2) format('woff2'); 1034 unicode-range: U+5b00-5bcd; 1035 } 1036 @font-face { ··· 1038 font-style: normal; 1039 font-weight: 400; 1040 font-display: swap; 1041 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/064.woff2) format('woff2'); 1042 unicode-range: U+5bce-5c79; 1043 } 1044 @font-face { ··· 1046 font-style: normal; 1047 font-weight: 400; 1048 font-display: swap; 1049 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/065.woff2) format('woff2'); 1050 unicode-range: U+5c7a-5d79; 1051 } 1052 @font-face { ··· 1054 font-style: normal; 1055 font-weight: 400; 1056 font-display: swap; 1057 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/066.woff2) format('woff2'); 1058 unicode-range: U+5d7a-5e55; 1059 } 1060 @font-face { ··· 1062 font-style: normal; 1063 font-weight: 400; 1064 font-display: swap; 1065 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/067.woff2) format('woff2'); 1066 unicode-range: U+5e56-5f0c; 1067 } 1068 @font-face { ··· 1070 font-style: normal; 1071 font-weight: 400; 1072 font-display: swap; 1073 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/068.woff2) format('woff2'); 1074 unicode-range: U+5f0d-5fac; 1075 } 1076 @font-face { ··· 1078 font-style: normal; 1079 font-weight: 400; 1080 font-display: swap; 1081 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/069.woff2) format('woff2'); 1082 unicode-range: U+5fad-606b; 1083 } 1084 @font-face { ··· 1086 font-style: normal; 1087 font-weight: 400; 1088 font-display: swap; 1089 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/070.woff2) format('woff2'); 1090 unicode-range: U+606c-611c; 1091 } 1092 @font-face { ··· 1094 font-style: normal; 1095 font-weight: 400; 1096 font-display: swap; 1097 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/071.woff2) format('woff2'); 1098 unicode-range: U+611e-61de; 1099 } 1100 @font-face { ··· 1102 font-style: normal; 1103 font-weight: 400; 1104 font-display: swap; 1105 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/072.woff2) format('woff2'); 1106 unicode-range: U+61df-6294; 1107 } 1108 @font-face { ··· 1110 font-style: normal; 1111 font-weight: 400; 1112 font-display: swap; 1113 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/073.woff2) format('woff2'); 1114 unicode-range: U+6295-6366; 1115 } 1116 @font-face { ··· 1118 font-style: normal; 1119 font-weight: 400; 1120 font-display: swap; 1121 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/074.woff2) format('woff2'); 1122 unicode-range: U+6367-6430; 1123 } 1124 @font-face { ··· 1126 font-style: normal; 1127 font-weight: 400; 1128 font-display: swap; 1129 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/075.woff2) format('woff2'); 1130 unicode-range: U+6434-6516; 1131 } 1132 @font-face { ··· 1134 font-style: normal; 1135 font-weight: 400; 1136 font-display: swap; 1137 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/076.woff2) format('woff2'); 1138 unicode-range: U+6518-65d4; 1139 } 1140 @font-face { ··· 1142 font-style: normal; 1143 font-weight: 400; 1144 font-display: swap; 1145 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/077.woff2) format('woff2'); 1146 unicode-range: U+65d6-6679; 1147 } 1148 @font-face { ··· 1150 font-style: normal; 1151 font-weight: 400; 1152 font-display: swap; 1153 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/078.woff2) format('woff2'); 1154 unicode-range: U+667a-6738; 1155 } 1156 @font-face { ··· 1158 font-style: normal; 1159 font-weight: 400; 1160 font-display: swap; 1161 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/079.woff2) format('woff2'); 1162 unicode-range: U+673a-67ef; 1163 } 1164 @font-face { ··· 1166 font-style: normal; 1167 font-weight: 400; 1168 font-display: swap; 1169 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/080.woff2) format('woff2'); 1170 unicode-range: U+67f0-68ab; 1171 } 1172 @font-face { ··· 1174 font-style: normal; 1175 font-weight: 400; 1176 font-display: swap; 1177 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/081.woff2) format('woff2'); 1178 unicode-range: U+68ad-6965; 1179 } 1180 @font-face { ··· 1182 font-style: normal; 1183 font-weight: 400; 1184 font-display: swap; 1185 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/082.woff2) format('woff2'); 1186 unicode-range: U+6966-6a23; 1187 } 1188 @font-face { ··· 1190 font-style: normal; 1191 font-weight: 400; 1192 font-display: swap; 1193 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/083.woff2) format('woff2'); 1194 unicode-range: U+6a24-6b04; 1195 } 1196 @font-face { ··· 1198 font-style: normal; 1199 font-weight: 400; 1200 font-display: swap; 1201 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/084.woff2) format('woff2'); 1202 unicode-range: U+6b05-6bc3; 1203 } 1204 @font-face { ··· 1206 font-style: normal; 1207 font-weight: 400; 1208 font-display: swap; 1209 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/085.woff2) format('woff2'); 1210 unicode-range: U+6bc4-6c9a; 1211 } 1212 @font-face { ··· 1214 font-style: normal; 1215 font-weight: 400; 1216 font-display: swap; 1217 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/086.woff2) format('woff2'); 1218 unicode-range: U+6c9b-6d6c; 1219 } 1220 @font-face { ··· 1222 font-style: normal; 1223 font-weight: 400; 1224 font-display: swap; 1225 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/087.woff2) format('woff2'); 1226 unicode-range: U+6d6e-6e36; 1227 } 1228 @font-face { ··· 1230 font-style: normal; 1231 font-weight: 400; 1232 font-display: swap; 1233 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/088.woff2) format('woff2'); 1234 unicode-range: U+6e38-6f10; 1235 } 1236 @font-face { ··· 1238 font-style: normal; 1239 font-weight: 400; 1240 font-display: swap; 1241 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/089.woff2) format('woff2'); 1242 unicode-range: U+6f11-6fe9; 1243 } 1244 @font-face { ··· 1246 font-style: normal; 1247 font-weight: 400; 1248 font-display: swap; 1249 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/090.woff2) format('woff2'); 1250 unicode-range: U+6feb-70fd; 1251 } 1252 @font-face { ··· 1254 font-style: normal; 1255 font-weight: 400; 1256 font-display: swap; 1257 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/091.woff2) format('woff2'); 1258 unicode-range: U+7103-7208; 1259 } 1260 @font-face { ··· 1262 font-style: normal; 1263 font-weight: 400; 1264 font-display: swap; 1265 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/092.woff2) format('woff2'); 1266 unicode-range: U+7209-72e9; 1267 } 1268 @font-face { ··· 1270 font-style: normal; 1271 font-weight: 400; 1272 font-display: swap; 1273 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/093.woff2) format('woff2'); 1274 unicode-range: U+72ec-73bd; 1275 } 1276 @font-face { ··· 1278 font-style: normal; 1279 font-weight: 400; 1280 font-display: swap; 1281 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/094.woff2) format('woff2'); 1282 unicode-range: U+73bf-7491; 1283 } 1284 @font-face { ··· 1286 font-style: normal; 1287 font-weight: 400; 1288 font-display: swap; 1289 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/095.woff2) format('woff2'); 1290 unicode-range: U+7492-754f; 1291 } 1292 @font-face { ··· 1294 font-style: normal; 1295 font-weight: 400; 1296 font-display: swap; 1297 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/096.woff2) format('woff2'); 1298 unicode-range: U+7550-7601; 1299 } 1300 @font-face { ··· 1302 font-style: normal; 1303 font-weight: 400; 1304 font-display: swap; 1305 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/097.woff2) format('woff2'); 1306 unicode-range: U+7602-76b7; 1307 } 1308 @font-face { ··· 1310 font-style: normal; 1311 font-weight: 400; 1312 font-display: swap; 1313 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/098.woff2) format('woff2'); 1314 unicode-range: U+76b8-777e; 1315 } 1316 @font-face { ··· 1318 font-style: normal; 1319 font-weight: 400; 1320 font-display: swap; 1321 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/099.woff2) format('woff2'); 1322 unicode-range: U+777f-787c; 1323 } 1324 @font-face { ··· 1326 font-style: normal; 1327 font-weight: 400; 1328 font-display: swap; 1329 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/100.woff2) format('woff2'); 1330 unicode-range: U+787e-794f; 1331 } 1332 @font-face { ··· 1334 font-style: normal; 1335 font-weight: 400; 1336 font-display: swap; 1337 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/101.woff2) format('woff2'); 1338 unicode-range: U+7950-7a1a; 1339 } 1340 @font-face { ··· 1342 font-style: normal; 1343 font-weight: 400; 1344 font-display: swap; 1345 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/102.woff2) format('woff2'); 1346 unicode-range: U+7a1b-7adf; 1347 } 1348 @font-face { ··· 1350 font-style: normal; 1351 font-weight: 400; 1352 font-display: swap; 1353 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/103.woff2) format('woff2'); 1354 unicode-range: U+7ae0-7b9f; 1355 } 1356 @font-face { ··· 1358 font-style: normal; 1359 font-weight: 400; 1360 font-display: swap; 1361 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/104.woff2) format('woff2'); 1362 unicode-range: U+7ba0-7c60; 1363 } 1364 @font-face { ··· 1366 font-style: normal; 1367 font-weight: 400; 1368 font-display: swap; 1369 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/105.woff2) format('woff2'); 1370 unicode-range: U+7c61-7d1e; 1371 } 1372 @font-face { ··· 1374 font-style: normal; 1375 font-weight: 400; 1376 font-display: swap; 1377 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/106.woff2) format('woff2'); 1378 unicode-range: U+7d20-7dcd; 1379 } 1380 @font-face { ··· 1382 font-style: normal; 1383 font-weight: 400; 1384 font-display: swap; 1385 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/107.woff2) format('woff2'); 1386 unicode-range: U+7dce-7e89; 1387 } 1388 @font-face { ··· 1390 font-style: normal; 1391 font-weight: 400; 1392 font-display: swap; 1393 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/108.woff2) format('woff2'); 1394 unicode-range: U+7e8a-7fe5; 1395 } 1396 @font-face { ··· 1398 font-style: normal; 1399 font-weight: 400; 1400 font-display: swap; 1401 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/109.woff2) format('woff2'); 1402 unicode-range: U+7fe6-80ad; 1403 } 1404 @font-face { ··· 1406 font-style: normal; 1407 font-weight: 400; 1408 font-display: swap; 1409 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/110.woff2) format('woff2'); 1410 unicode-range: U+80af-8186; 1411 } 1412 @font-face { ··· 1414 font-style: normal; 1415 font-weight: 400; 1416 font-display: swap; 1417 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/111.woff2) format('woff2'); 1418 unicode-range: U+8188-8237; 1419 } 1420 @font-face { ··· 1422 font-style: normal; 1423 font-weight: 400; 1424 font-display: swap; 1425 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/112.woff2) format('woff2'); 1426 unicode-range: U+8238-82f6; 1427 } 1428 @font-face { ··· 1430 font-style: normal; 1431 font-weight: 400; 1432 font-display: swap; 1433 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/113.woff2) format('woff2'); 1434 unicode-range: U+82f7-83cc; 1435 } 1436 @font-face { ··· 1438 font-style: normal; 1439 font-weight: 400; 1440 font-display: swap; 1441 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/114.woff2) format('woff2'); 1442 unicode-range: U+83ce-84b2; 1443 } 1444 @font-face { ··· 1446 font-style: normal; 1447 font-weight: 400; 1448 font-display: swap; 1449 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/115.woff2) format('woff2'); 1450 unicode-range: U+84b4-8581; 1451 } 1452 @font-face { ··· 1454 font-style: normal; 1455 font-weight: 400; 1456 font-display: swap; 1457 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/116.woff2) format('woff2'); 1458 unicode-range: U+8584-8654; 1459 } 1460 @font-face { ··· 1462 font-style: normal; 1463 font-weight: 400; 1464 font-display: swap; 1465 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/117.woff2) format('woff2'); 1466 unicode-range: U+8655-871c; 1467 } 1468 @font-face { ··· 1470 font-style: normal; 1471 font-weight: 400; 1472 font-display: swap; 1473 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/118.woff2) format('woff2'); 1474 unicode-range: U+871e-87f8; 1475 } 1476 @font-face { ··· 1478 font-style: normal; 1479 font-weight: 400; 1480 font-display: swap; 1481 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/119.woff2) format('woff2'); 1482 unicode-range: U+87f9-88c0; 1483 } 1484 @font-face { ··· 1486 font-style: normal; 1487 font-weight: 400; 1488 font-display: swap; 1489 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/120.woff2) format('woff2'); 1490 unicode-range: U+88c1-8988; 1491 } 1492 @font-face { ··· 1494 font-style: normal; 1495 font-weight: 400; 1496 font-display: swap; 1497 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/121.woff2) format('woff2'); 1498 unicode-range: U+8989-8a58; 1499 } 1500 @font-face { ··· 1502 font-style: normal; 1503 font-weight: 400; 1504 font-display: swap; 1505 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/122.woff2) format('woff2'); 1506 unicode-range: U+8a5b-8b02; 1507 } 1508 @font-face { ··· 1510 font-style: normal; 1511 font-weight: 400; 1512 font-display: swap; 1513 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/123.woff2) format('woff2'); 1514 unicode-range: U+8b04-8c5a; 1515 } 1516 @font-face { ··· 1518 font-style: normal; 1519 font-weight: 400; 1520 font-display: swap; 1521 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/124.woff2) format('woff2'); 1522 unicode-range: U+8c5b-8d0b; 1523 } 1524 @font-face { ··· 1526 font-style: normal; 1527 font-weight: 400; 1528 font-display: swap; 1529 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/125.woff2) format('woff2'); 1530 unicode-range: U+8d0d-8e38; 1531 } 1532 @font-face { ··· 1534 font-style: normal; 1535 font-weight: 400; 1536 font-display: swap; 1537 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/126.woff2) format('woff2'); 1538 unicode-range: U+8e39-8f0c; 1539 } 1540 @font-face { ··· 1542 font-style: normal; 1543 font-weight: 400; 1544 font-display: swap; 1545 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/127.woff2) format('woff2'); 1546 unicode-range: U+8f0f-8feb; 1547 } 1548 @font-face { ··· 1550 font-style: normal; 1551 font-weight: 400; 1552 font-display: swap; 1553 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/128.woff2) format('woff2'); 1554 unicode-range: U+8fed-908b; 1555 } 1556 @font-face { ··· 1558 font-style: normal; 1559 font-weight: 400; 1560 font-display: swap; 1561 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/129.woff2) format('woff2'); 1562 unicode-range: U+908c-9165; 1563 } 1564 @font-face { ··· 1566 font-style: normal; 1567 font-weight: 400; 1568 font-display: swap; 1569 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/130.woff2) format('woff2'); 1570 unicode-range: U+9167-9216; 1571 } 1572 @font-face { ··· 1574 font-style: normal; 1575 font-weight: 400; 1576 font-display: swap; 1577 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/131.woff2) format('woff2'); 1578 unicode-range: U+9217-92d2; 1579 } 1580 @font-face { ··· 1582 font-style: normal; 1583 font-weight: 400; 1584 font-display: swap; 1585 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/132.woff2) format('woff2'); 1586 unicode-range: U+92d3-939a; 1587 } 1588 @font-face { ··· 1590 font-style: normal; 1591 font-weight: 400; 1592 font-display: swap; 1593 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/133.woff2) format('woff2'); 1594 unicode-range: U+939b-947e; 1595 } 1596 @font-face { ··· 1598 font-style: normal; 1599 font-weight: 400; 1600 font-display: swap; 1601 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/134.woff2) format('woff2'); 1602 unicode-range: U+947f-965d; 1603 } 1604 @font-face { ··· 1606 font-style: normal; 1607 font-weight: 400; 1608 font-display: swap; 1609 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/135.woff2) format('woff2'); 1610 unicode-range: U+965e-9713; 1611 } 1612 @font-face { ··· 1614 font-style: normal; 1615 font-weight: 400; 1616 font-display: swap; 1617 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/136.woff2) format('woff2'); 1618 unicode-range: U+9714-97d1; 1619 } 1620 @font-face { ··· 1622 font-style: normal; 1623 font-weight: 400; 1624 font-display: swap; 1625 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/137.woff2) format('woff2'); 1626 unicode-range: U+97d3-98c5; 1627 } 1628 @font-face { ··· 1630 font-style: normal; 1631 font-weight: 400; 1632 font-display: swap; 1633 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/138.woff2) format('woff2'); 1634 unicode-range: U+98c6-99c4; 1635 } 1636 @font-face { ··· 1638 font-style: normal; 1639 font-weight: 400; 1640 font-display: swap; 1641 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/139.woff2) format('woff2'); 1642 unicode-range: U+99c5-9ac8; 1643 } 1644 @font-face { ··· 1646 font-style: normal; 1647 font-weight: 400; 1648 font-display: swap; 1649 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/140.woff2) format('woff2'); 1650 unicode-range: U+9ace-9b79; 1651 } 1652 @font-face { ··· 1654 font-style: normal; 1655 font-weight: 400; 1656 font-display: swap; 1657 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/141.woff2) format('woff2'); 1658 unicode-range: U+9b7f-9c35; 1659 } 1660 @font-face { ··· 1662 font-style: normal; 1663 font-weight: 400; 1664 font-display: swap; 1665 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/142.woff2) format('woff2'); 1666 unicode-range: U+9c36-9d6f; 1667 } 1668 @font-face { ··· 1670 font-style: normal; 1671 font-weight: 400; 1672 font-display: swap; 1673 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/143.woff2) format('woff2'); 1674 unicode-range: U+9d70-9e9d; 1675 } 1676 @font-face { ··· 1678 font-style: normal; 1679 font-weight: 400; 1680 font-display: swap; 1681 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/144.woff2) format('woff2'); 1682 unicode-range: U+9e9e-9f61; 1683 } 1684 @font-face { ··· 1686 font-style: normal; 1687 font-weight: 400; 1688 font-display: swap; 1689 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/145.woff2) format('woff2'); 1690 unicode-range: U+9f62-9fb4; 1691 } 1692 @font-face { ··· 1694 font-style: normal; 1695 font-weight: 400; 1696 font-display: swap; 1697 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/146.woff2) format('woff2'); 1698 unicode-range: U+f860-f87f; 1699 } 1700 @font-face { ··· 1702 font-style: normal; 1703 font-weight: 400; 1704 font-display: swap; 1705 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/147.woff2) format('woff2'); 1706 unicode-range: U+f909-fa6a; 1707 } 1708 @font-face { ··· 1710 font-style: normal; 1711 font-weight: 400; 1712 font-display: swap; 1713 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/148.woff2) format('woff2'); 1714 unicode-range: U+fb00-fb04; 1715 } 1716 @font-face { ··· 1718 font-style: normal; 1719 font-weight: 400; 1720 font-display: swap; 1721 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/149.woff2) format('woff2'); 1722 unicode-range: U+fe10-fe19; 1723 } 1724 @font-face { ··· 1726 font-style: normal; 1727 font-weight: 400; 1728 font-display: swap; 1729 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/150.woff2) format('woff2'); 1730 unicode-range: U+fe30-fe48; 1731 } 1732 @font-face { ··· 1734 font-style: normal; 1735 font-weight: 400; 1736 font-display: swap; 1737 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/151.woff2) format('woff2'); 1738 unicode-range: U+ff01-ff80; 1739 } 1740 @font-face { ··· 1742 font-style: normal; 1743 font-weight: 400; 1744 font-display: swap; 1745 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/152.woff2) format('woff2'); 1746 unicode-range: U+ff81-ffe8; 1747 } 1748 @font-face { ··· 1750 font-style: normal; 1751 font-weight: 400; 1752 font-display: swap; 1753 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/153.woff2) format('woff2'); 1754 unicode-range: U+1f100; 1755 } 1756 @font-face { ··· 1758 font-style: normal; 1759 font-weight: 400; 1760 font-display: swap; 1761 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/154.woff2) format('woff2'); 1762 unicode-range: U+2000b-23763; 1763 } 1764 @font-face { ··· 1766 font-style: normal; 1767 font-weight: 400; 1768 font-display: swap; 1769 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/155.woff2) format('woff2'); 1770 unicode-range: U+23764-2770e; 1771 } 1772 @font-face { ··· 1774 font-style: normal; 1775 font-weight: 400; 1776 font-display: swap; 1777 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/156.woff2) format('woff2'); 1778 unicode-range: U+27723-2a6b2; 1779 } 1780 @font-face { ··· 1782 font-style: normal; 1783 font-weight: 400; 1784 font-display: swap; 1785 + src: local('IBM Plex Sans JP'), local('IBMPlexSansJP'), url(/.nhnd/font/IBMPlexSansJP-Regular/157.woff2) format('woff2'); 1786 unicode-range: U+2f804-2f9f4; 1787 } 1788 @font-face { ··· 1790 font-style: normal; 1791 font-weight: 700; 1792 font-display: swap; 1793 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/001.woff2) format('woff2'); 1794 unicode-range: U+20-7e; 1795 } 1796 @font-face { ··· 1798 font-style: normal; 1799 font-weight: 700; 1800 font-display: swap; 1801 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/002.woff2) format('woff2'); 1802 unicode-range: U+a0-ff; 1803 } 1804 @font-face { ··· 1806 font-style: normal; 1807 font-weight: 700; 1808 font-display: swap; 1809 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/003.woff2) format('woff2'); 1810 unicode-range: U+100-17e; 1811 } 1812 @font-face { ··· 1814 font-style: normal; 1815 font-weight: 700; 1816 font-display: swap; 1817 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/004.woff2) format('woff2'); 1818 unicode-range: U+192-237; 1819 } 1820 @font-face { ··· 1822 font-style: normal; 1823 font-weight: 700; 1824 font-display: swap; 1825 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/005.woff2) format('woff2'); 1826 unicode-range: U+250-2a2; 1827 } 1828 @font-face { ··· 1830 font-style: normal; 1831 font-weight: 700; 1832 font-display: swap; 1833 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/006.woff2) format('woff2'); 1834 unicode-range: U+2b0-2e9; 1835 } 1836 @font-face { ··· 1838 font-style: normal; 1839 font-weight: 700; 1840 font-display: swap; 1841 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/007.woff2) format('woff2'); 1842 unicode-range: U+300-361; 1843 } 1844 @font-face { ··· 1846 font-style: normal; 1847 font-weight: 700; 1848 font-display: swap; 1849 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/008.woff2) format('woff2'); 1850 unicode-range: U+384-3db; 1851 } 1852 @font-face { ··· 1854 font-style: normal; 1855 font-weight: 700; 1856 font-display: swap; 1857 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/009.woff2) format('woff2'); 1858 unicode-range: U+401-45f; 1859 } 1860 @font-face { ··· 1862 font-style: normal; 1863 font-weight: 700; 1864 font-display: swap; 1865 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/010.woff2) format('woff2'); 1866 unicode-range: U+1e3e-1ebd; 1867 } 1868 @font-face { ··· 1870 font-style: normal; 1871 font-weight: 700; 1872 font-display: swap; 1873 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/011.woff2) format('woff2'); 1874 unicode-range: U+1f70-1f73; 1875 } 1876 @font-face { ··· 1878 font-style: normal; 1879 font-weight: 700; 1880 font-display: swap; 1881 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/012.woff2) format('woff2'); 1882 unicode-range: U+2002-205d; 1883 } 1884 @font-face { ··· 1886 font-style: normal; 1887 font-weight: 700; 1888 font-display: swap; 1889 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/013.woff2) format('woff2'); 1890 unicode-range: U+2070-2089; 1891 } 1892 @font-face { ··· 1894 font-style: normal; 1895 font-weight: 700; 1896 font-display: swap; 1897 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/014.woff2) format('woff2'); 1898 unicode-range: U+20ac; 1899 } 1900 @font-face { ··· 1902 font-style: normal; 1903 font-weight: 700; 1904 font-display: swap; 1905 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/015.woff2) format('woff2'); 1906 unicode-range: U+20dd-20de; 1907 } 1908 @font-face { ··· 1910 font-style: normal; 1911 font-weight: 700; 1912 font-display: swap; 1913 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/016.woff2) format('woff2'); 1914 unicode-range: U+2100-213b; 1915 } 1916 @font-face { ··· 1918 font-style: normal; 1919 font-weight: 700; 1920 font-display: swap; 1921 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/017.woff2) format('woff2'); 1922 unicode-range: U+2150-2189; 1923 } 1924 @font-face { ··· 1926 font-style: normal; 1927 font-weight: 700; 1928 font-display: swap; 1929 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/018.woff2) format('woff2'); 1930 unicode-range: U+2190-21f5; 1931 } 1932 @font-face { ··· 1934 font-style: normal; 1935 font-weight: 700; 1936 font-display: swap; 1937 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/019.woff2) format('woff2'); 1938 unicode-range: U+2200-22db; 1939 } 1940 @font-face { ··· 1942 font-style: normal; 1943 font-weight: 700; 1944 font-display: swap; 1945 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/020.woff2) format('woff2'); 1946 unicode-range: U+2305-23ce; 1947 } 1948 @font-face { ··· 1950 font-style: normal; 1951 font-weight: 700; 1952 font-display: swap; 1953 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/021.woff2) format('woff2'); 1954 unicode-range: U+2423; 1955 } 1956 @font-face { ··· 1958 font-style: normal; 1959 font-weight: 700; 1960 font-display: swap; 1961 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/022.woff2) format('woff2'); 1962 unicode-range: U+2460-24e8; 1963 } 1964 @font-face { ··· 1966 font-style: normal; 1967 font-weight: 700; 1968 font-display: swap; 1969 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/023.woff2) format('woff2'); 1970 unicode-range: U+24e9-24ff; 1971 } 1972 @font-face { ··· 1974 font-style: normal; 1975 font-weight: 700; 1976 font-display: swap; 1977 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/024.woff2) format('woff2'); 1978 unicode-range: U+2500-2573; 1979 } 1980 @font-face { ··· 1982 font-style: normal; 1983 font-weight: 700; 1984 font-display: swap; 1985 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/025.woff2) format('woff2'); 1986 unicode-range: U+2581-2595; 1987 } 1988 @font-face { ··· 1990 font-style: normal; 1991 font-weight: 700; 1992 font-display: swap; 1993 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/026.woff2) format('woff2'); 1994 unicode-range: U+25a0-25ef; 1995 } 1996 @font-face { ··· 1998 font-style: normal; 1999 font-weight: 700; 2000 font-display: swap; 2001 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/027.woff2) format('woff2'); 2002 unicode-range: U+2600-26a0; 2003 } 2004 @font-face { ··· 2006 font-style: normal; 2007 font-weight: 700; 2008 font-display: swap; 2009 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/028.woff2) format('woff2'); 2010 unicode-range: U+2702-27a1; 2011 } 2012 @font-face { ··· 2014 font-style: normal; 2015 font-weight: 700; 2016 font-display: swap; 2017 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/029.woff2) format('woff2'); 2018 unicode-range: U+2934-2935; 2019 } 2020 @font-face { ··· 2022 font-style: normal; 2023 font-weight: 700; 2024 font-display: swap; 2025 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/030.woff2) format('woff2'); 2026 unicode-range: U+29bf-29fb; 2027 } 2028 @font-face { ··· 2030 font-style: normal; 2031 font-weight: 700; 2032 font-display: swap; 2033 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/031.woff2) format('woff2'); 2034 unicode-range: U+2b05-2b95; 2035 } 2036 @font-face { ··· 2038 font-style: normal; 2039 font-weight: 700; 2040 font-display: swap; 2041 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/032.woff2) format('woff2'); 2042 unicode-range: U+2e83-2ef2; 2043 } 2044 @font-face { ··· 2046 font-style: normal; 2047 font-weight: 700; 2048 font-display: swap; 2049 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/033.woff2) format('woff2'); 2050 unicode-range: U+2f00-2f7f; 2051 } 2052 @font-face { ··· 2054 font-style: normal; 2055 font-weight: 700; 2056 font-display: swap; 2057 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/034.woff2) format('woff2'); 2058 unicode-range: U+2f80-2fd5; 2059 } 2060 @font-face { ··· 2062 font-style: normal; 2063 font-weight: 700; 2064 font-display: swap; 2065 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/035.woff2) format('woff2'); 2066 unicode-range: U+3000-303d; 2067 } 2068 @font-face { ··· 2070 font-style: normal; 2071 font-weight: 700; 2072 font-display: swap; 2073 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/036.woff2) format('woff2'); 2074 unicode-range: U+3041-309f; 2075 } 2076 @font-face { ··· 2078 font-style: normal; 2079 font-weight: 700; 2080 font-display: swap; 2081 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/037.woff2) format('woff2'); 2082 unicode-range: U+30a0-30ff; 2083 } 2084 @font-face { ··· 2086 font-style: normal; 2087 font-weight: 700; 2088 font-display: swap; 2089 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/038.woff2) format('woff2'); 2090 unicode-range: U+3190-319f; 2091 } 2092 @font-face { ··· 2094 font-style: normal; 2095 font-weight: 700; 2096 font-display: swap; 2097 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/039.woff2) format('woff2'); 2098 unicode-range: U+31f0-31ff; 2099 } 2100 @font-face { ··· 2102 font-style: normal; 2103 font-weight: 700; 2104 font-display: swap; 2105 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/040.woff2) format('woff2'); 2106 unicode-range: U+3220-32dc; 2107 } 2108 @font-face { ··· 2110 font-style: normal; 2111 font-weight: 700; 2112 font-display: swap; 2113 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/041.woff2) format('woff2'); 2114 unicode-range: U+32dd-32ff; 2115 } 2116 @font-face { ··· 2118 font-style: normal; 2119 font-weight: 700; 2120 font-display: swap; 2121 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/042.woff2) format('woff2'); 2122 unicode-range: U+3300-33d4; 2123 } 2124 @font-face { ··· 2126 font-style: normal; 2127 font-weight: 700; 2128 font-display: swap; 2129 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/043.woff2) format('woff2'); 2130 unicode-range: U+33d7-33da; 2131 } 2132 @font-face { ··· 2134 font-style: normal; 2135 font-weight: 700; 2136 font-display: swap; 2137 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/044.woff2) format('woff2'); 2138 unicode-range: U+3402-41ee; 2139 } 2140 @font-face { ··· 2142 font-style: normal; 2143 font-weight: 700; 2144 font-display: swap; 2145 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/045.woff2) format('woff2'); 2146 unicode-range: U+41f3-4d77; 2147 } 2148 @font-face { ··· 2150 font-style: normal; 2151 font-weight: 700; 2152 font-display: swap; 2153 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/046.woff2) format('woff2'); 2154 unicode-range: U+4e00-4ec1; 2155 } 2156 @font-face { ··· 2158 font-style: normal; 2159 font-weight: 700; 2160 font-display: swap; 2161 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/047.woff2) format('woff2'); 2162 unicode-range: U+4ec2-4f78; 2163 } 2164 @font-face { ··· 2166 font-style: normal; 2167 font-weight: 700; 2168 font-display: swap; 2169 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/048.woff2) format('woff2'); 2170 unicode-range: U+4f79-501f; 2171 } 2172 @font-face { ··· 2174 font-style: normal; 2175 font-weight: 700; 2176 font-display: swap; 2177 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/049.woff2) format('woff2'); 2178 unicode-range: U+5021-50d9; 2179 } 2180 @font-face { ··· 2182 font-style: normal; 2183 font-weight: 700; 2184 font-display: swap; 2185 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/050.woff2) format('woff2'); 2186 unicode-range: U+50da-5183; 2187 } 2188 @font-face { ··· 2190 font-style: normal; 2191 font-weight: 700; 2192 font-display: swap; 2193 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/051.woff2) format('woff2'); 2194 unicode-range: U+5184-5231; 2195 } 2196 @font-face { ··· 2198 font-style: normal; 2199 font-weight: 700; 2200 font-display: swap; 2201 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/052.woff2) format('woff2'); 2202 unicode-range: U+5232-52df; 2203 } 2204 @font-face { ··· 2206 font-style: normal; 2207 font-weight: 700; 2208 font-display: swap; 2209 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/053.woff2) format('woff2'); 2210 unicode-range: U+52e0-537f; 2211 } 2212 @font-face { ··· 2214 font-style: normal; 2215 font-weight: 700; 2216 font-display: swap; 2217 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/054.woff2) format('woff2'); 2218 unicode-range: U+5382-5435; 2219 } 2220 @font-face { ··· 2222 font-style: normal; 2223 font-weight: 700; 2224 font-display: swap; 2225 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/055.woff2) format('woff2'); 2226 unicode-range: U+5436-54fe; 2227 } 2228 @font-face { ··· 2230 font-style: normal; 2231 font-weight: 700; 2232 font-display: swap; 2233 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/056.woff2) format('woff2'); 2234 unicode-range: U+54ff-55e3; 2235 } 2236 @font-face { ··· 2238 font-style: normal; 2239 font-weight: 700; 2240 font-display: swap; 2241 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/057.woff2) format('woff2'); 2242 unicode-range: U+55e4-56c5; 2243 } 2244 @font-face { ··· 2246 font-style: normal; 2247 font-weight: 700; 2248 font-display: swap; 2249 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/058.woff2) format('woff2'); 2250 unicode-range: U+56c8-577e; 2251 } 2252 @font-face { ··· 2254 font-style: normal; 2255 font-weight: 700; 2256 font-display: swap; 2257 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/059.woff2) format('woff2'); 2258 unicode-range: U+577f-5861; 2259 } 2260 @font-face { ··· 2262 font-style: normal; 2263 font-weight: 700; 2264 font-display: swap; 2265 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/060.woff2) format('woff2'); 2266 unicode-range: U+5862-5924; 2267 } 2268 @font-face { ··· 2270 font-style: normal; 2271 font-weight: 700; 2272 font-display: swap; 2273 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/061.woff2) format('woff2'); 2274 unicode-range: U+5925-59e6; 2275 } 2276 @font-face { ··· 2278 font-style: normal; 2279 font-weight: 700; 2280 font-display: swap; 2281 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/062.woff2) format('woff2'); 2282 unicode-range: U+59e7-5afd; 2283 } 2284 @font-face { ··· 2286 font-style: normal; 2287 font-weight: 700; 2288 font-display: swap; 2289 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/063.woff2) format('woff2'); 2290 unicode-range: U+5b00-5bcd; 2291 } 2292 @font-face { ··· 2294 font-style: normal; 2295 font-weight: 700; 2296 font-display: swap; 2297 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/064.woff2) format('woff2'); 2298 unicode-range: U+5bce-5c79; 2299 } 2300 @font-face { ··· 2302 font-style: normal; 2303 font-weight: 700; 2304 font-display: swap; 2305 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/065.woff2) format('woff2'); 2306 unicode-range: U+5c7a-5d79; 2307 } 2308 @font-face { ··· 2310 font-style: normal; 2311 font-weight: 700; 2312 font-display: swap; 2313 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/066.woff2) format('woff2'); 2314 unicode-range: U+5d7a-5e55; 2315 } 2316 @font-face { ··· 2318 font-style: normal; 2319 font-weight: 700; 2320 font-display: swap; 2321 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/067.woff2) format('woff2'); 2322 unicode-range: U+5e56-5f0c; 2323 } 2324 @font-face { ··· 2326 font-style: normal; 2327 font-weight: 700; 2328 font-display: swap; 2329 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/068.woff2) format('woff2'); 2330 unicode-range: U+5f0d-5fac; 2331 } 2332 @font-face { ··· 2334 font-style: normal; 2335 font-weight: 700; 2336 font-display: swap; 2337 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/069.woff2) format('woff2'); 2338 unicode-range: U+5fad-606b; 2339 } 2340 @font-face { ··· 2342 font-style: normal; 2343 font-weight: 700; 2344 font-display: swap; 2345 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/070.woff2) format('woff2'); 2346 unicode-range: U+606c-611c; 2347 } 2348 @font-face { ··· 2350 font-style: normal; 2351 font-weight: 700; 2352 font-display: swap; 2353 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/071.woff2) format('woff2'); 2354 unicode-range: U+611e-61de; 2355 } 2356 @font-face { ··· 2358 font-style: normal; 2359 font-weight: 700; 2360 font-display: swap; 2361 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/072.woff2) format('woff2'); 2362 unicode-range: U+61df-6294; 2363 } 2364 @font-face { ··· 2366 font-style: normal; 2367 font-weight: 700; 2368 font-display: swap; 2369 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/073.woff2) format('woff2'); 2370 unicode-range: U+6295-6366; 2371 } 2372 @font-face { ··· 2374 font-style: normal; 2375 font-weight: 700; 2376 font-display: swap; 2377 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/074.woff2) format('woff2'); 2378 unicode-range: U+6367-6430; 2379 } 2380 @font-face { ··· 2382 font-style: normal; 2383 font-weight: 700; 2384 font-display: swap; 2385 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/075.woff2) format('woff2'); 2386 unicode-range: U+6434-6516; 2387 } 2388 @font-face { ··· 2390 font-style: normal; 2391 font-weight: 700; 2392 font-display: swap; 2393 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/076.woff2) format('woff2'); 2394 unicode-range: U+6518-65d4; 2395 } 2396 @font-face { ··· 2398 font-style: normal; 2399 font-weight: 700; 2400 font-display: swap; 2401 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/077.woff2) format('woff2'); 2402 unicode-range: U+65d6-6679; 2403 } 2404 @font-face { ··· 2406 font-style: normal; 2407 font-weight: 700; 2408 font-display: swap; 2409 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/078.woff2) format('woff2'); 2410 unicode-range: U+667a-6738; 2411 } 2412 @font-face { ··· 2414 font-style: normal; 2415 font-weight: 700; 2416 font-display: swap; 2417 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/079.woff2) format('woff2'); 2418 unicode-range: U+673a-67ef; 2419 } 2420 @font-face { ··· 2422 font-style: normal; 2423 font-weight: 700; 2424 font-display: swap; 2425 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/080.woff2) format('woff2'); 2426 unicode-range: U+67f0-68ab; 2427 } 2428 @font-face { ··· 2430 font-style: normal; 2431 font-weight: 700; 2432 font-display: swap; 2433 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/081.woff2) format('woff2'); 2434 unicode-range: U+68ad-6965; 2435 } 2436 @font-face { ··· 2438 font-style: normal; 2439 font-weight: 700; 2440 font-display: swap; 2441 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/082.woff2) format('woff2'); 2442 unicode-range: U+6966-6a23; 2443 } 2444 @font-face { ··· 2446 font-style: normal; 2447 font-weight: 700; 2448 font-display: swap; 2449 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/083.woff2) format('woff2'); 2450 unicode-range: U+6a24-6b04; 2451 } 2452 @font-face { ··· 2454 font-style: normal; 2455 font-weight: 700; 2456 font-display: swap; 2457 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/084.woff2) format('woff2'); 2458 unicode-range: U+6b05-6bc3; 2459 } 2460 @font-face { ··· 2462 font-style: normal; 2463 font-weight: 700; 2464 font-display: swap; 2465 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/085.woff2) format('woff2'); 2466 unicode-range: U+6bc4-6c9a; 2467 } 2468 @font-face { ··· 2470 font-style: normal; 2471 font-weight: 700; 2472 font-display: swap; 2473 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/086.woff2) format('woff2'); 2474 unicode-range: U+6c9b-6d6c; 2475 } 2476 @font-face { ··· 2478 font-style: normal; 2479 font-weight: 700; 2480 font-display: swap; 2481 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/087.woff2) format('woff2'); 2482 unicode-range: U+6d6e-6e36; 2483 } 2484 @font-face { ··· 2486 font-style: normal; 2487 font-weight: 700; 2488 font-display: swap; 2489 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/088.woff2) format('woff2'); 2490 unicode-range: U+6e38-6f10; 2491 } 2492 @font-face { ··· 2494 font-style: normal; 2495 font-weight: 700; 2496 font-display: swap; 2497 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/089.woff2) format('woff2'); 2498 unicode-range: U+6f11-6fe9; 2499 } 2500 @font-face { ··· 2502 font-style: normal; 2503 font-weight: 700; 2504 font-display: swap; 2505 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/090.woff2) format('woff2'); 2506 unicode-range: U+6feb-70fd; 2507 } 2508 @font-face { ··· 2510 font-style: normal; 2511 font-weight: 700; 2512 font-display: swap; 2513 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/091.woff2) format('woff2'); 2514 unicode-range: U+7103-7208; 2515 } 2516 @font-face { ··· 2518 font-style: normal; 2519 font-weight: 700; 2520 font-display: swap; 2521 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/092.woff2) format('woff2'); 2522 unicode-range: U+7209-72e9; 2523 } 2524 @font-face { ··· 2526 font-style: normal; 2527 font-weight: 700; 2528 font-display: swap; 2529 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/093.woff2) format('woff2'); 2530 unicode-range: U+72ec-73bd; 2531 } 2532 @font-face { ··· 2534 font-style: normal; 2535 font-weight: 700; 2536 font-display: swap; 2537 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/094.woff2) format('woff2'); 2538 unicode-range: U+73bf-7491; 2539 } 2540 @font-face { ··· 2542 font-style: normal; 2543 font-weight: 700; 2544 font-display: swap; 2545 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/095.woff2) format('woff2'); 2546 unicode-range: U+7492-754f; 2547 } 2548 @font-face { ··· 2550 font-style: normal; 2551 font-weight: 700; 2552 font-display: swap; 2553 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/096.woff2) format('woff2'); 2554 unicode-range: U+7550-7601; 2555 } 2556 @font-face { ··· 2558 font-style: normal; 2559 font-weight: 700; 2560 font-display: swap; 2561 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/097.woff2) format('woff2'); 2562 unicode-range: U+7602-76b7; 2563 } 2564 @font-face { ··· 2566 font-style: normal; 2567 font-weight: 700; 2568 font-display: swap; 2569 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/098.woff2) format('woff2'); 2570 unicode-range: U+76b8-777e; 2571 } 2572 @font-face { ··· 2574 font-style: normal; 2575 font-weight: 700; 2576 font-display: swap; 2577 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/099.woff2) format('woff2'); 2578 unicode-range: U+777f-787c; 2579 } 2580 @font-face { ··· 2582 font-style: normal; 2583 font-weight: 700; 2584 font-display: swap; 2585 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/100.woff2) format('woff2'); 2586 unicode-range: U+787e-794f; 2587 } 2588 @font-face { ··· 2590 font-style: normal; 2591 font-weight: 700; 2592 font-display: swap; 2593 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/101.woff2) format('woff2'); 2594 unicode-range: U+7950-7a1a; 2595 } 2596 @font-face { ··· 2598 font-style: normal; 2599 font-weight: 700; 2600 font-display: swap; 2601 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/102.woff2) format('woff2'); 2602 unicode-range: U+7a1b-7adf; 2603 } 2604 @font-face { ··· 2606 font-style: normal; 2607 font-weight: 700; 2608 font-display: swap; 2609 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/103.woff2) format('woff2'); 2610 unicode-range: U+7ae0-7b9f; 2611 } 2612 @font-face { ··· 2614 font-style: normal; 2615 font-weight: 700; 2616 font-display: swap; 2617 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/104.woff2) format('woff2'); 2618 unicode-range: U+7ba0-7c60; 2619 } 2620 @font-face { ··· 2622 font-style: normal; 2623 font-weight: 700; 2624 font-display: swap; 2625 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/105.woff2) format('woff2'); 2626 unicode-range: U+7c61-7d1e; 2627 } 2628 @font-face { ··· 2630 font-style: normal; 2631 font-weight: 700; 2632 font-display: swap; 2633 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/106.woff2) format('woff2'); 2634 unicode-range: U+7d20-7dcd; 2635 } 2636 @font-face { ··· 2638 font-style: normal; 2639 font-weight: 700; 2640 font-display: swap; 2641 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/107.woff2) format('woff2'); 2642 unicode-range: U+7dce-7e89; 2643 } 2644 @font-face { ··· 2646 font-style: normal; 2647 font-weight: 700; 2648 font-display: swap; 2649 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/108.woff2) format('woff2'); 2650 unicode-range: U+7e8a-7fe5; 2651 } 2652 @font-face { ··· 2654 font-style: normal; 2655 font-weight: 700; 2656 font-display: swap; 2657 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/109.woff2) format('woff2'); 2658 unicode-range: U+7fe6-80ad; 2659 } 2660 @font-face { ··· 2662 font-style: normal; 2663 font-weight: 700; 2664 font-display: swap; 2665 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/110.woff2) format('woff2'); 2666 unicode-range: U+80af-8186; 2667 } 2668 @font-face { ··· 2670 font-style: normal; 2671 font-weight: 700; 2672 font-display: swap; 2673 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/111.woff2) format('woff2'); 2674 unicode-range: U+8188-8237; 2675 } 2676 @font-face { ··· 2678 font-style: normal; 2679 font-weight: 700; 2680 font-display: swap; 2681 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/112.woff2) format('woff2'); 2682 unicode-range: U+8238-82f6; 2683 } 2684 @font-face { ··· 2686 font-style: normal; 2687 font-weight: 700; 2688 font-display: swap; 2689 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/113.woff2) format('woff2'); 2690 unicode-range: U+82f7-83cc; 2691 } 2692 @font-face { ··· 2694 font-style: normal; 2695 font-weight: 700; 2696 font-display: swap; 2697 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/114.woff2) format('woff2'); 2698 unicode-range: U+83ce-84b2; 2699 } 2700 @font-face { ··· 2702 font-style: normal; 2703 font-weight: 700; 2704 font-display: swap; 2705 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/115.woff2) format('woff2'); 2706 unicode-range: U+84b4-8581; 2707 } 2708 @font-face { ··· 2710 font-style: normal; 2711 font-weight: 700; 2712 font-display: swap; 2713 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/116.woff2) format('woff2'); 2714 unicode-range: U+8584-8654; 2715 } 2716 @font-face { ··· 2718 font-style: normal; 2719 font-weight: 700; 2720 font-display: swap; 2721 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/117.woff2) format('woff2'); 2722 unicode-range: U+8655-871c; 2723 } 2724 @font-face { ··· 2726 font-style: normal; 2727 font-weight: 700; 2728 font-display: swap; 2729 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/118.woff2) format('woff2'); 2730 unicode-range: U+871e-87f8; 2731 } 2732 @font-face { ··· 2734 font-style: normal; 2735 font-weight: 700; 2736 font-display: swap; 2737 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/119.woff2) format('woff2'); 2738 unicode-range: U+87f9-88c0; 2739 } 2740 @font-face { ··· 2742 font-style: normal; 2743 font-weight: 700; 2744 font-display: swap; 2745 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/120.woff2) format('woff2'); 2746 unicode-range: U+88c1-8988; 2747 } 2748 @font-face { ··· 2750 font-style: normal; 2751 font-weight: 700; 2752 font-display: swap; 2753 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/121.woff2) format('woff2'); 2754 unicode-range: U+8989-8a58; 2755 } 2756 @font-face { ··· 2758 font-style: normal; 2759 font-weight: 700; 2760 font-display: swap; 2761 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/122.woff2) format('woff2'); 2762 unicode-range: U+8a5b-8b02; 2763 } 2764 @font-face { ··· 2766 font-style: normal; 2767 font-weight: 700; 2768 font-display: swap; 2769 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/123.woff2) format('woff2'); 2770 unicode-range: U+8b04-8c5a; 2771 } 2772 @font-face { ··· 2774 font-style: normal; 2775 font-weight: 700; 2776 font-display: swap; 2777 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/124.woff2) format('woff2'); 2778 unicode-range: U+8c5b-8d0b; 2779 } 2780 @font-face { ··· 2782 font-style: normal; 2783 font-weight: 700; 2784 font-display: swap; 2785 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/125.woff2) format('woff2'); 2786 unicode-range: U+8d0d-8e38; 2787 } 2788 @font-face { ··· 2790 font-style: normal; 2791 font-weight: 700; 2792 font-display: swap; 2793 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/126.woff2) format('woff2'); 2794 unicode-range: U+8e39-8f0c; 2795 } 2796 @font-face { ··· 2798 font-style: normal; 2799 font-weight: 700; 2800 font-display: swap; 2801 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/127.woff2) format('woff2'); 2802 unicode-range: U+8f0f-8feb; 2803 } 2804 @font-face { ··· 2806 font-style: normal; 2807 font-weight: 700; 2808 font-display: swap; 2809 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/128.woff2) format('woff2'); 2810 unicode-range: U+8fed-908b; 2811 } 2812 @font-face { ··· 2814 font-style: normal; 2815 font-weight: 700; 2816 font-display: swap; 2817 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/129.woff2) format('woff2'); 2818 unicode-range: U+908c-9165; 2819 } 2820 @font-face { ··· 2822 font-style: normal; 2823 font-weight: 700; 2824 font-display: swap; 2825 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/130.woff2) format('woff2'); 2826 unicode-range: U+9167-9216; 2827 } 2828 @font-face { ··· 2830 font-style: normal; 2831 font-weight: 700; 2832 font-display: swap; 2833 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/131.woff2) format('woff2'); 2834 unicode-range: U+9217-92d2; 2835 } 2836 @font-face { ··· 2838 font-style: normal; 2839 font-weight: 700; 2840 font-display: swap; 2841 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/132.woff2) format('woff2'); 2842 unicode-range: U+92d3-939a; 2843 } 2844 @font-face { ··· 2846 font-style: normal; 2847 font-weight: 700; 2848 font-display: swap; 2849 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/133.woff2) format('woff2'); 2850 unicode-range: U+939b-947e; 2851 } 2852 @font-face { ··· 2854 font-style: normal; 2855 font-weight: 700; 2856 font-display: swap; 2857 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/134.woff2) format('woff2'); 2858 unicode-range: U+947f-965d; 2859 } 2860 @font-face { ··· 2862 font-style: normal; 2863 font-weight: 700; 2864 font-display: swap; 2865 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/135.woff2) format('woff2'); 2866 unicode-range: U+965e-9713; 2867 } 2868 @font-face { ··· 2870 font-style: normal; 2871 font-weight: 700; 2872 font-display: swap; 2873 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/136.woff2) format('woff2'); 2874 unicode-range: U+9714-97d1; 2875 } 2876 @font-face { ··· 2878 font-style: normal; 2879 font-weight: 700; 2880 font-display: swap; 2881 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/137.woff2) format('woff2'); 2882 unicode-range: U+97d3-98c5; 2883 } 2884 @font-face { ··· 2886 font-style: normal; 2887 font-weight: 700; 2888 font-display: swap; 2889 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/138.woff2) format('woff2'); 2890 unicode-range: U+98c6-99c4; 2891 } 2892 @font-face { ··· 2894 font-style: normal; 2895 font-weight: 700; 2896 font-display: swap; 2897 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/139.woff2) format('woff2'); 2898 unicode-range: U+99c5-9ac8; 2899 } 2900 @font-face { ··· 2902 font-style: normal; 2903 font-weight: 700; 2904 font-display: swap; 2905 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/140.woff2) format('woff2'); 2906 unicode-range: U+9ace-9b79; 2907 } 2908 @font-face { ··· 2910 font-style: normal; 2911 font-weight: 700; 2912 font-display: swap; 2913 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/141.woff2) format('woff2'); 2914 unicode-range: U+9b7f-9c35; 2915 } 2916 @font-face { ··· 2918 font-style: normal; 2919 font-weight: 700; 2920 font-display: swap; 2921 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/142.woff2) format('woff2'); 2922 unicode-range: U+9c36-9d6f; 2923 } 2924 @font-face { ··· 2926 font-style: normal; 2927 font-weight: 700; 2928 font-display: swap; 2929 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/143.woff2) format('woff2'); 2930 unicode-range: U+9d70-9e9d; 2931 } 2932 @font-face { ··· 2934 font-style: normal; 2935 font-weight: 700; 2936 font-display: swap; 2937 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/144.woff2) format('woff2'); 2938 unicode-range: U+9e9e-9f61; 2939 } 2940 @font-face { ··· 2942 font-style: normal; 2943 font-weight: 700; 2944 font-display: swap; 2945 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/145.woff2) format('woff2'); 2946 unicode-range: U+9f62-9fb4; 2947 } 2948 @font-face { ··· 2950 font-style: normal; 2951 font-weight: 700; 2952 font-display: swap; 2953 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/146.woff2) format('woff2'); 2954 unicode-range: U+f860-f87f; 2955 } 2956 @font-face { ··· 2958 font-style: normal; 2959 font-weight: 700; 2960 font-display: swap; 2961 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/147.woff2) format('woff2'); 2962 unicode-range: U+f909-fa6a; 2963 } 2964 @font-face { ··· 2966 font-style: normal; 2967 font-weight: 700; 2968 font-display: swap; 2969 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/148.woff2) format('woff2'); 2970 unicode-range: U+fb00-fb04; 2971 } 2972 @font-face { ··· 2974 font-style: normal; 2975 font-weight: 700; 2976 font-display: swap; 2977 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/149.woff2) format('woff2'); 2978 unicode-range: U+fe10-fe19; 2979 } 2980 @font-face { ··· 2982 font-style: normal; 2983 font-weight: 700; 2984 font-display: swap; 2985 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/150.woff2) format('woff2'); 2986 unicode-range: U+fe30-fe48; 2987 } 2988 @font-face { ··· 2990 font-style: normal; 2991 font-weight: 700; 2992 font-display: swap; 2993 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/151.woff2) format('woff2'); 2994 unicode-range: U+ff01-ff80; 2995 } 2996 @font-face { ··· 2998 font-style: normal; 2999 font-weight: 700; 3000 font-display: swap; 3001 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/152.woff2) format('woff2'); 3002 unicode-range: U+ff81-ffe8; 3003 } 3004 @font-face { ··· 3006 font-style: normal; 3007 font-weight: 700; 3008 font-display: swap; 3009 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/153.woff2) format('woff2'); 3010 unicode-range: U+1f100; 3011 } 3012 @font-face { ··· 3014 font-style: normal; 3015 font-weight: 700; 3016 font-display: swap; 3017 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/154.woff2) format('woff2'); 3018 unicode-range: U+2000b-23763; 3019 } 3020 @font-face { ··· 3022 font-style: normal; 3023 font-weight: 700; 3024 font-display: swap; 3025 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/155.woff2) format('woff2'); 3026 unicode-range: U+23764-2770e; 3027 } 3028 @font-face { ··· 3030 font-style: normal; 3031 font-weight: 700; 3032 font-display: swap; 3033 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/156.woff2) format('woff2'); 3034 unicode-range: U+27723-2a6b2; 3035 } 3036 @font-face { ··· 3038 font-style: normal; 3039 font-weight: 700; 3040 font-display: swap; 3041 + src: local('IBM Plex Sans JP Bold'), local('IBMPlexSansJP-Bold'), url(/.nhnd/font/IBMPlexSansJP-Bold/157.woff2) format('woff2'); 3042 unicode-range: U+2f804-2f9f4; 3043 } 3044 body {
+1 -1
server.psd1
··· 38 Cache = @{ 39 Enable = $true 40 Include = @( 41 - '/font/*' 42 ) 43 } 44 }
··· 38 Cache = @{ 39 Enable = $true 40 Include = @( 41 + '/.nhnd/*' 42 ) 43 } 44 }
+1 -1
templates/frame.ps1
··· 10 11 html { 12 head { 13 - link -Rel stylesheet -Href '/style.css' 14 title $Title 15 16 _script_hx_hs_jq
··· 10 11 html { 12 head { 13 + link -Rel stylesheet -Href '/.nhnd/style.css' 14 title $Title 15 16 _script_hx_hs_jq