@bwg-ui/core 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/README.md +106 -0
  2. package/dist/chunks/BwgLargeUploader-ByN1XWV4.js +809 -0
  3. package/dist/chunks/BwgLargeUploader-CU0-MVk4.cjs +1 -0
  4. package/dist/chunks/BwgSpace-CnLM4qcg.js +26 -0
  5. package/dist/chunks/BwgSpace-b0hmM1Ht.cjs +1 -0
  6. package/dist/chunks/QuickServiceToggle-CiCuWfCF.cjs +183 -0
  7. package/dist/chunks/QuickServiceToggle-y7esp1kp.js +15510 -0
  8. package/dist/chunks/ServiceCodeContext--ZnMtjzD.cjs +1 -0
  9. package/dist/chunks/ServiceCodeContext-CDZMr3Mm.js +87 -0
  10. package/dist/chunks/UtilsContext-B16Gh9LL.cjs +1 -0
  11. package/dist/chunks/UtilsContext-BbfZYiMR.js +240 -0
  12. package/dist/chunks/_commonjsHelpers-C6fGbg64.js +6 -0
  13. package/dist/chunks/_commonjsHelpers-DwGv2jUC.cjs +1 -0
  14. package/dist/chunks/codeStore-Dt6j826J.cjs +1 -0
  15. package/dist/chunks/codeStore-bxk_q1sl.js +449 -0
  16. package/dist/chunks/commonUtils-BV6WFv-z.js +628 -0
  17. package/dist/chunks/commonUtils-L9Jgc5y-.cjs +1 -0
  18. package/dist/chunks/favoriteStore-CguRSEcH.js +367 -0
  19. package/dist/chunks/favoriteStore-TgeeY32l.cjs +1 -0
  20. package/dist/chunks/jsx-runtime-CeSfJrVB.cjs +30 -0
  21. package/dist/chunks/jsx-runtime-Dpn_P65e.js +633 -0
  22. package/dist/chunks/messageUtils-9DXOwada.js +117 -0
  23. package/dist/chunks/messageUtils-RjJD_ArW.cjs +1 -0
  24. package/dist/chunks/popupStore-CVD8SPTa.cjs +1 -0
  25. package/dist/chunks/popupStore-Dp_fqtim.js +96 -0
  26. package/dist/chunks/realFormat-Cha7OTd9.cjs +1 -0
  27. package/dist/chunks/realFormat-DRGLFabQ.js +304 -0
  28. package/dist/chunks/serviceConfig-BJBsdee_.js +699 -0
  29. package/dist/chunks/serviceConfig-Cr2P4yr4.cjs +2 -0
  30. package/dist/components/common/BwgButtonGroup.d.ts +31 -0
  31. package/dist/components/common/BwgCmptArea.d.ts +16 -0
  32. package/dist/components/common/BwgConfigProvider.d.ts +10 -0
  33. package/dist/components/common/BwgDrawer.d.ts +20 -0
  34. package/dist/components/common/BwgGrid.d.ts +505 -0
  35. package/dist/components/common/BwgInfoArea.d.ts +8 -0
  36. package/dist/components/common/BwgPopup.d.ts +9 -0
  37. package/dist/components/common/BwgSpace.d.ts +11 -0
  38. package/dist/components/common/BwgTable.d.ts +13 -0
  39. package/dist/components/common/BwgTabs.d.ts +5 -0
  40. package/dist/components/common/BwgTitleBox.d.ts +29 -0
  41. package/dist/components/common/BwgView.d.ts +36 -0
  42. package/dist/components/common/ContentBox.d.ts +19 -0
  43. package/dist/components/common/ContentLayOut.d.ts +13 -0
  44. package/dist/components/common/GlobalConfigProvider.d.ts +9 -0
  45. package/dist/components/common/QuickServiceToggle.d.ts +13 -0
  46. package/dist/components/common/SearchBox.d.ts +16 -0
  47. package/dist/components/common/index.cjs +1 -0
  48. package/dist/components/common/index.d.ts +34 -0
  49. package/dist/components/common/index.js +24 -0
  50. package/dist/components/core/BwgButton.d.ts +6 -0
  51. package/dist/components/core/BwgCheck.d.ts +11 -0
  52. package/dist/components/core/BwgCheckList.d.ts +11 -0
  53. package/dist/components/core/BwgDatePicker.d.ts +10 -0
  54. package/dist/components/core/BwgForm.d.ts +6 -0
  55. package/dist/components/core/BwgFormItem.d.ts +17 -0
  56. package/dist/components/core/BwgInput.d.ts +9 -0
  57. package/dist/components/core/BwgLargeUploader.d.ts +15 -0
  58. package/dist/components/core/BwgMaskedInput.d.ts +20 -0
  59. package/dist/components/core/BwgMaskedPicker.d.ts +11 -0
  60. package/dist/components/core/BwgMultiSelect.d.ts +14 -0
  61. package/dist/components/core/BwgNumber.d.ts +13 -0
  62. package/dist/components/core/BwgRadio.d.ts +8 -0
  63. package/dist/components/core/BwgRangePicker.d.ts +12 -0
  64. package/dist/components/core/BwgSearch.d.ts +16 -0
  65. package/dist/components/core/BwgSelect.d.ts +15 -0
  66. package/dist/components/core/BwgTextArea.d.ts +8 -0
  67. package/dist/components/core/BwgUploader.d.ts +34 -0
  68. package/dist/components/core/index.cjs +1 -0
  69. package/dist/components/core/index.d.ts +36 -0
  70. package/dist/components/core/index.js +21 -0
  71. package/dist/components/guide/BwgComponentGuide.d.ts +2 -0
  72. package/dist/components/guide/BwgDeveloperGuide.d.ts +2 -0
  73. package/dist/components/guide/index.cjs +1 -0
  74. package/dist/components/guide/index.d.ts +2 -0
  75. package/dist/components/guide/index.js +7 -0
  76. package/dist/index.cjs +1 -0
  77. package/dist/index.d.ts +5 -0
  78. package/dist/index.js +291 -0
  79. package/dist/provider/contexts/CommonCodeContext.d.ts +46 -0
  80. package/dist/provider/contexts/SearchBoxContext.d.ts +15 -0
  81. package/dist/provider/contexts/ServiceCodeContext.d.ts +108 -0
  82. package/dist/provider/contexts/UtilsContext.d.ts +194 -0
  83. package/dist/provider/contexts/index.d.ts +4 -0
  84. package/dist/provider/hooks/index.d.ts +2 -0
  85. package/dist/provider/hooks/usePopup.d.ts +17 -0
  86. package/dist/provider/hooks/useViewState.d.ts +14 -0
  87. package/dist/provider/index.cjs +1 -0
  88. package/dist/provider/index.d.ts +2 -0
  89. package/dist/provider/index.js +27 -0
  90. package/dist/public/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
  91. package/dist/public/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
  92. package/dist/public/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
  93. package/dist/public/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
  94. package/dist/public/styles/assets/images/contents/icon/ico-quick-tab-move.svg +8 -0
  95. package/dist/public/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
  96. package/dist/public/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
  97. package/dist/public/test.txt +0 -0
  98. package/dist/stores/codeStore.d.ts +173 -0
  99. package/dist/stores/favoriteStore.d.ts +19 -0
  100. package/dist/stores/index.cjs +1 -0
  101. package/dist/stores/index.d.ts +14 -0
  102. package/dist/stores/index.js +20 -0
  103. package/dist/stores/menuStore.d.ts +52 -0
  104. package/dist/stores/popupStore.d.ts +72 -0
  105. package/dist/stores/userStore.d.ts +36 -0
  106. package/dist/styles/assets/fonts/Roboto/Roboto-bold.eot +2751 -0
  107. package/dist/styles/assets/fonts/Roboto/Roboto-bold.svg +626 -0
  108. package/dist/styles/assets/fonts/Roboto/Roboto-bold.ttf +2755 -0
  109. package/dist/styles/assets/fonts/Roboto/Roboto-bold.woff +2755 -0
  110. package/dist/styles/assets/fonts/Roboto/Roboto-bold.woff2 +2754 -0
  111. package/dist/styles/assets/fonts/Roboto/Roboto-medium.eot +0 -0
  112. package/dist/styles/assets/fonts/Roboto/Roboto-medium.svg +1064 -0
  113. package/dist/styles/assets/fonts/Roboto/Roboto-medium.ttf +0 -0
  114. package/dist/styles/assets/fonts/Roboto/Roboto-medium.woff +0 -0
  115. package/dist/styles/assets/fonts/Roboto/Roboto-medium.woff2 +2754 -0
  116. package/dist/styles/assets/fonts/Roboto/Roboto-regular.eot +0 -0
  117. package/dist/styles/assets/fonts/Roboto/Roboto-regular.svg +1063 -0
  118. package/dist/styles/assets/fonts/Roboto/Roboto-regular.ttf +1597 -0
  119. package/dist/styles/assets/fonts/Roboto/Roboto-regular.woff +1597 -0
  120. package/dist/styles/assets/fonts/Roboto/Roboto-regular.woff2 +1597 -0
  121. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.eot +1594 -0
  122. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.ttf +0 -0
  123. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.woff +1594 -0
  124. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.woff2 +1594 -0
  125. package/dist/styles/assets/fonts/material/MaterialSymbolsOutlined.woff2 +0 -0
  126. package/dist/styles/assets/fonts/meiryo/meiryo.ttf +0 -0
  127. package/dist/styles/assets/fonts/meiryo/meiryob.ttf +0 -0
  128. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.eot +0 -0
  129. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.ttf +0 -0
  130. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.woff +0 -0
  131. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.eot +0 -0
  132. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.ttf +0 -0
  133. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.woff +0 -0
  134. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.eot +0 -0
  135. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.ttf +0 -0
  136. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.woff +0 -0
  137. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.eot +0 -0
  138. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.ttf +0 -0
  139. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.woff +0 -0
  140. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.eot +0 -0
  141. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.ttf +0 -0
  142. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.woff +0 -0
  143. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.eot +2314 -0
  144. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.otf +2314 -0
  145. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.svg +47 -0
  146. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.ttf +2301 -0
  147. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.woff +2314 -0
  148. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.woff2 +2315 -0
  149. package/dist/styles/assets/fonts/notokr/NotoSans-Light.otf +0 -0
  150. package/dist/styles/assets/fonts/notokr/NotoSans-Light.woff +0 -0
  151. package/dist/styles/assets/fonts/notokr/NotoSans-Light.woff2 +0 -0
  152. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.eot +0 -0
  153. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.otf +0 -0
  154. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.svg +47 -0
  155. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.ttf +0 -0
  156. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.woff +0 -0
  157. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.woff2 +0 -0
  158. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.eot +0 -0
  159. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.otf +0 -0
  160. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.svg +47 -0
  161. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.ttf +2299 -0
  162. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.woff +0 -0
  163. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.woff2 +0 -0
  164. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.eot +0 -0
  165. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.ttf +0 -0
  166. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.woff +0 -0
  167. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.woff2 +0 -0
  168. package/dist/styles/assets/fonts/poppins/Poppins-Light.eot +0 -0
  169. package/dist/styles/assets/fonts/poppins/Poppins-Light.ttf +0 -0
  170. package/dist/styles/assets/fonts/poppins/Poppins-Light.woff +0 -0
  171. package/dist/styles/assets/fonts/poppins/Poppins-Light.woff2 +0 -0
  172. package/dist/styles/assets/fonts/poppins/Poppins-Medium.eot +0 -0
  173. package/dist/styles/assets/fonts/poppins/Poppins-Medium.ttf +0 -0
  174. package/dist/styles/assets/fonts/poppins/Poppins-Medium.woff +0 -0
  175. package/dist/styles/assets/fonts/poppins/Poppins-Medium.woff2 +0 -0
  176. package/dist/styles/assets/fonts/poppins/Poppins-Regular.eot +0 -0
  177. package/dist/styles/assets/fonts/poppins/Poppins-Regular.ttf +0 -0
  178. package/dist/styles/assets/fonts/poppins/Poppins-Regular.woff +0 -0
  179. package/dist/styles/assets/fonts/poppins/Poppins-Regular.woff2 +0 -0
  180. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.eot +0 -0
  181. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.ttf +0 -0
  182. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.woff +0 -0
  183. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.woff2 +0 -0
  184. package/dist/styles/assets/fonts/pretendard/Pretendard-Black.woff2 +0 -0
  185. package/dist/styles/assets/fonts/pretendard/Pretendard-Bold.woff2 +0 -0
  186. package/dist/styles/assets/fonts/pretendard/Pretendard-ExtraBold.woff2 +0 -0
  187. package/dist/styles/assets/fonts/pretendard/Pretendard-ExtraLight.woff2 +0 -0
  188. package/dist/styles/assets/fonts/pretendard/Pretendard-Light.woff2 +0 -0
  189. package/dist/styles/assets/fonts/pretendard/Pretendard-Medium.woff2 +0 -0
  190. package/dist/styles/assets/fonts/pretendard/Pretendard-Regular.woff2 +0 -0
  191. package/dist/styles/assets/fonts/pretendard/Pretendard-SemiBold.woff2 +0 -0
  192. package/dist/styles/assets/fonts/pretendard/Pretendard-Thin.woff2 +0 -0
  193. package/dist/styles/assets/images/README.md +144 -0
  194. package/dist/styles/assets/images/backgrounds/landing_bg.png +0 -0
  195. package/dist/styles/assets/images/backgrounds/login_bg_01.png +0 -0
  196. package/dist/styles/assets/images/backgrounds/login_bg_02.png +0 -0
  197. package/dist/styles/assets/images/contents/btn/btn-down-on.png +0 -0
  198. package/dist/styles/assets/images/contents/btn/btn-down.png +0 -0
  199. package/dist/styles/assets/images/contents/btn/btn-left-on.png +0 -0
  200. package/dist/styles/assets/images/contents/btn/btn-left.png +0 -0
  201. package/dist/styles/assets/images/contents/btn/btn-right-on.png +0 -0
  202. package/dist/styles/assets/images/contents/btn/btn-right.png +0 -0
  203. package/dist/styles/assets/images/contents/btn/btn-up-on.png +0 -0
  204. package/dist/styles/assets/images/contents/btn/btn-up.png +0 -0
  205. package/dist/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
  206. package/dist/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
  207. package/dist/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
  208. package/dist/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
  209. package/dist/styles/assets/images/contents/icon/ico-quick-tab-move.svg +4 -0
  210. package/dist/styles/assets/images/contents/icon/ico-setting.svg +4 -0
  211. package/dist/styles/assets/images/contents/icon/ico_blue.png +0 -0
  212. package/dist/styles/assets/images/contents/icon/ico_red.png +0 -0
  213. package/dist/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
  214. package/dist/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
  215. package/dist/styles/assets/images/logos/KRX Logo.svg +22 -0
  216. package/dist/styles/assets/images/logos/bwg-logo-blue.png +0 -0
  217. package/dist/styles/assets/images/logos/krx-logo-x2.png +0 -0
  218. package/dist/styles/assets/images/logos/krx-logo.png +0 -0
  219. package/dist/styles/assets/react.svg +1 -0
  220. package/dist/styles/components.css +785 -0
  221. package/dist/styles/fonts.css +101 -0
  222. package/dist/styles/global.css +52 -0
  223. package/dist/styles/index.css +41 -0
  224. package/dist/styles/layout.css +1132 -0
  225. package/dist/styles/login.css +151 -0
  226. package/dist/styles/popup.css +30 -0
  227. package/dist/styles/renderers.css +190 -0
  228. package/dist/styles/size.css +4019 -0
  229. package/dist/styles/variables.css +106 -0
  230. package/dist/test.txt +0 -0
  231. package/dist/types/images.d.ts +25 -0
  232. package/dist/utils/apiUtils.d.ts +85 -0
  233. package/dist/utils/arrayUtils.d.ts +34 -0
  234. package/dist/utils/commonUtils.d.ts +54 -0
  235. package/dist/utils/cookieUtils.d.ts +4 -0
  236. package/dist/utils/dateUtils.d.ts +26 -0
  237. package/dist/utils/envUtils.d.ts +8 -0
  238. package/dist/utils/imageUtils.d.ts +31 -0
  239. package/dist/utils/index.cjs +1 -0
  240. package/dist/utils/index.d.ts +14 -0
  241. package/dist/utils/index.js +211 -0
  242. package/dist/utils/messageUtils.d.ts +65 -0
  243. package/dist/utils/notificationUtils.d.ts +51 -0
  244. package/dist/utils/objectUtils.d.ts +27 -0
  245. package/dist/utils/realFormat.d.ts +242 -0
  246. package/dist/utils/serviceConfig.d.ts +35 -0
  247. package/dist/utils/stringUtils.d.ts +142 -0
  248. package/dist/utils/userUtils.d.ts +19 -0
  249. package/package.json +123 -0
  250. package/public/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
  251. package/public/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
  252. package/public/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
  253. package/public/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
  254. package/public/styles/assets/images/contents/icon/ico-quick-tab-move.svg +8 -0
  255. package/public/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
  256. package/public/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
  257. package/public/test.txt +0 -0
@@ -0,0 +1,2301 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+ <!DOCTYPE html>
8
+ <html lang="en" data-color-mode="auto" data-light-theme="light" data-dark-theme="dark" data-a11y-animated-images="system">
9
+ <head>
10
+ <meta charset="utf-8">
11
+ <link rel="dns-prefetch" href="https://github.githubassets.com">
12
+ <link rel="dns-prefetch" href="https://avatars.githubusercontent.com">
13
+ <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
14
+ <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
15
+ <link rel="preconnect" href="https://github.githubassets.com" crossorigin>
16
+ <link rel="preconnect" href="https://avatars.githubusercontent.com">
17
+
18
+
19
+
20
+
21
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/light-0946cdc16f15.css" /><link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/dark-3946c959759a.css" /><link data-color-theme="dark_dimmed" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_dimmed-9b9a8c91acc5.css" /><link data-color-theme="dark_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_high_contrast-11302a585e33.css" /><link data-color-theme="dark_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_colorblind-1a4564ab0fbf.css" /><link data-color-theme="light_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_colorblind-12a8b2aa9101.css" /><link data-color-theme="light_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_high_contrast-5924a648f3e7.css" /><link data-color-theme="light_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_tritanopia-05358496cb79.css" /><link data-color-theme="dark_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_tritanopia-aad6b801a158.css" />
22
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-primitives-fb1d51d1ef66.css" />
23
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-0e3420bbec16.css" />
24
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-0d04dfcdc794.css" />
25
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/github-c7a3a0ac71d4.css" />
26
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/code-19f06efeff3c.css" />
27
+
28
+
29
+
30
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/wp-runtime-9a794f867114.js"></script>
31
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_stacktrace-parser_dist_stack-trace-parser_esm_js-node_modules_github_bro-a4c183-ae93d3fba59c.js"></script>
32
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_failbot_failbot_ts-e38c93eab86e.js"></script>
33
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/environment-de3997b81651.js"></script>
34
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_selector-observer_dist_index_esm_js-2646a2c533e3.js"></script>
35
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_relative-time-element_dist_index_js-99e288659d4f.js"></script>
36
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_fzy_js_index_js-node_modules_github_markdown-toolbar-element_dist_index_js-e3de700a4c9d.js"></script>
37
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_auto-complete-element-5b3870-ff38694180c6.js"></script>
38
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_file-attachment-element_dist_index_js-node_modules_github_text-ex-3415a8-7ecc10fb88d0.js"></script>
39
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_filter-input-element_dist_index_js-node_modules_github_remote-inp-8873b7-5771678648e0.js"></script>
40
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_view-components_app_components_primer_primer_js-node_modules_gith-3af896-d8cf3e5f5813.js"></script>
41
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/github-elements-6f05fe60d18a.js"></script>
42
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/element-registry-90a0fb4e73fa.js"></script>
43
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_lit-html_lit-html_js-9d9fe1859ce5.js"></script>
44
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_mini-throttle_dist_index_js-node_modules_github_alive-client_dist-bf5aa2-424aa982deef.js"></script>
45
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_turbo_dist_turbo_es2017-esm_js-ba0e4d5b3207.js"></script>
46
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_color-convert_index_js-node_modules_github_jtml_lib_index_js-40bf234a19dc.js"></script>
47
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_scroll-anchoring_dist_scro-52dc4b-e1e33bfc0b7e.js"></script>
48
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_paste-markdown_dist_index_esm_js-node_modules_github_quote-select-743f1d-1b20d530fbf0.js"></script>
49
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_updatable-content_ts-dadb69f79923.js"></script>
50
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_keyboard-shortcuts-helper_ts-app_assets_modules_github_be-f5afdb-3f05df4c282b.js"></script>
51
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_sticky-scroll-into-view_ts-0af96d15a250.js"></script>
52
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_ajax-error_ts-app_assets_modules_github_behaviors_include-2e2258-7effad8d88d4.js"></script>
53
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_commenting_edit_ts-app_assets_modules_github_behaviors_ht-83c235-c97eacdef68a.js"></script>
54
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_blob-anchor_ts-app_assets_modules_github_filter-sort_ts-app_assets_-e5f169-c54621d9e188.js"></script>
55
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/behaviors-a934992bd4b4.js"></script>
56
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_catalyst_lib_index_js-623425af41e1.js"></script>
57
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/notifications-global-4dc6f295cc92.js"></script>
58
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/code-menu-da1cefc25b0a.js"></script>
59
+
60
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/react-lib-26cb888452e9.js"></script>
61
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_octicons-react_dist_index_esm_js-node_modules_primer_react_lib-es-ca6dae-b92ad3d50a7c.js"></script>
62
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Button_index_js-node_modules_primer_react_lib-esm_T-c6e74c-0275da95e0ca.js"></script>
63
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TextInput_TextInput_js-78eadeb91f74.js"></script>
64
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_ActionList_index_js-node_modules_primer_react_lib-e-6c83fc-209125ca37d7.js"></script>
65
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_dompurify_dist_purify_js-64d590970fa6.js"></script>
66
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_ActionMenu_js-6f5478fce534.js"></script>
67
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_deprecated_ActionList_index_js-node_modules_primer_-fed12b-aab66293925c.js"></script>
68
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_FormControl_FormControl_js-785e3d3ff3f3.js"></script>
69
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Heading_Heading_js-node_modules_primer_react_lib-es-20c766-2f73d206e824.js"></script>
70
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Dialog_ConfirmationDialog_js-5c0818339f06.js"></script>
71
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_focus-zone_js-e11d55a242ff.js"></script>
72
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TreeView_TreeView_js-7165830dc4a6.js"></script>
73
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Avatar_Avatar_js-node_modules_primer_react_lib-esm_-9d76dd-8810f816d9b8.js"></script>
74
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_blackbird-parser_dist_blackbird_js-fcd9d30e9b7e.js"></script>
75
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_UnderlineNav2_index_js-node_modules_react-router-do-3a0e98-3da6649648f5.js"></script>
76
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_anchored-position_js-node_modules_primer_react-943b23-e07ed798c9a6.js"></script>
77
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_scroll-into-view_js-node_modules_primer_react_-cd1b19-62b2b0b32cbe.js"></script>
78
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_react-core_deferred-registry_ts-ui_packages_react-core_AppContextProvider_tsx-ui_-ffd985-18d5698b6549.js"></script>
79
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_react-core_Entry_tsx-f122dd87b4f0.js"></script>
80
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_paths_path_ts-ui_packages_verified-fetch_verified-fetch_ts-ui_packages_safe-html_-d7e3f1-8681e57cea17.js"></script>
81
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_react-shared_RefSelector_RefSelector_tsx-194f004daa15.js"></script>
82
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_blackbird-monolith_hooks_use-navigate-to-query_ts-app_assets_modules_black-182e14-4606bbb51ec6.js"></script>
83
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_react-code-view_pages_CodeView_tsx-047905fa2704.js"></script>
84
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/react-code-view-9ba80612d81c.js"></script>
85
+
86
+
87
+ <title>fonts/NotoSans-Bold.ttf at main · google/fonts</title>
88
+
89
+
90
+
91
+ <meta name="route-pattern" content="/:user_id/:repository/blob/*name(/*path)">
92
+
93
+
94
+ <meta name="current-catalog-service-hash" content="581425c0eaaa5e5e53c5b736f58a14dbe5d38b0be425901738ad0670bd1d5a33">
95
+
96
+
97
+ <meta name="request-id" content="D422:06F5:1295894:15AD300:64707929" data-turbo-transient="true" /><meta name="html-safe-nonce" content="6fb366f27bfcb5647384da9b2d5b36ef87e0861bddc910b4caf528594894171f" data-turbo-transient="true" /><meta name="visitor-payload" content="eyJyZWZlcnJlciI6Imh0dHBzOi8vZ2l0aHViLmNvbS9nb29nbGUvZm9udHMvdHJlZS9tYWluL29mbC9ub3Rvc2FucyIsInJlcXVlc3RfaWQiOiJENDIyOjA2RjU6MTI5NTg5NDoxNUFEMzAwOjY0NzA3OTI5IiwidmlzaXRvcl9pZCI6Ijg1MTAxNDU0MDU2NTE5Mjc0OTgiLCJyZWdpb25fZWRnZSI6ImtvcmVhY2VudHJhbCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==" data-turbo-transient="true" /><meta name="visitor-hmac" content="c0b8717b14906758e2cce08a1d4e2014fbb3ece786ceaf50f1025b3145f9bce0" data-turbo-transient="true" />
98
+
99
+
100
+ <meta name="hovercard-subject-tag" content="repository:30675533" data-turbo-transient>
101
+
102
+
103
+ <meta name="github-keyboard-shortcuts" content="repository,source-code,file-tree" data-turbo-transient="true" />
104
+
105
+
106
+ <meta name="selected-link" value="repo_source" data-turbo-transient>
107
+ <link rel="assets" href="https://github.githubassets.com/">
108
+
109
+ <meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY">
110
+ <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
111
+ <meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
112
+ <meta name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc">
113
+ <meta name="google-site-verification" content="Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I">
114
+
115
+ <meta name="octolytics-url" content="https://collector.github.com/github/collect" /><meta name="octolytics-actor-id" content="130130066" /><meta name="octolytics-actor-login" content="jaranglee" /><meta name="octolytics-actor-hash" content="39653bb2f5e199be00ffc498c9e7d7cc5286f2e9c0983cd5981670415794da8a" />
116
+
117
+ <meta name="analytics-location" content="/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show" data-turbo-transient="true" />
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+ <meta name="user-login" content="jaranglee">
127
+
128
+ <link rel="sudo-modal" href="/sessions/sudo_modal">
129
+
130
+ <meta name="viewport" content="width=device-width">
131
+
132
+ <meta name="description" content="Font files available from Google Fonts, and a public issue tracker for all things Google Fonts - fonts/NotoSans-Bold.ttf at main · google/fonts">
133
+ <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
134
+ <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
135
+ <meta property="fb:app_id" content="1401488693436528">
136
+ <meta name="apple-itunes-app" content="app-id=1477376905" />
137
+ <meta name="twitter:image:src" content="https://repository-images.githubusercontent.com/30675533/1d132880-7b5a-11eb-934c-c16d37113e78" /><meta name="twitter:site" content="@github" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:title" content="fonts/NotoSans-Bold.ttf at main · google/fonts" /><meta name="twitter:description" content="Font files available from Google Fonts, and a public issue tracker for all things Google Fonts - fonts/NotoSans-Bold.ttf at main · google/fonts" />
138
+ <meta property="og:image" content="https://repository-images.githubusercontent.com/30675533/1d132880-7b5a-11eb-934c-c16d37113e78" /><meta property="og:image:alt" content="Font files available from Google Fonts, and a public issue tracker for all things Google Fonts - fonts/NotoSans-Bold.ttf at main · google/fonts" /><meta property="og:site_name" content="GitHub" /><meta property="og:type" content="object" /><meta property="og:title" content="fonts/NotoSans-Bold.ttf at main · google/fonts" /><meta property="og:url" content="https://github.com/google/fonts" /><meta property="og:description" content="Font files available from Google Fonts, and a public issue tracker for all things Google Fonts - fonts/NotoSans-Bold.ttf at main · google/fonts" />
139
+
140
+
141
+ <link rel="shared-web-socket" href="wss://alive.github.com/_sockets/u/130130066/ws?session=eyJ2IjoiVjMiLCJ1IjoxMzAxMzAwNjYsInMiOjExMTQ3ODAzNDcsImMiOjM4MTQ2MDkzOTQsInQiOjE2ODUwOTI2NTR9--63158b0bd3dc8b75dd5393b1790ec9c5f5c7f91878eb4bc967a4acbe2e868a3d" data-refresh-url="/_alive" data-session-id="5de5a859d8c57a0a8a44af7bbfad260f7e66ab1dbae2a997327529eed7020d6a">
142
+ <link rel="shared-web-socket-src" href="/assets-cdn/worker/socket-worker-71e98f781d79.js">
143
+
144
+
145
+ <meta name="hostname" content="github.com">
146
+
147
+
148
+ <meta name="keyboard-shortcuts-preference" content="all">
149
+
150
+ <meta name="expected-hostname" content="github.com">
151
+
152
+ <meta name="enabled-features" content="TURBO_EXPERIMENT_RISKY,IMAGE_METRIC_TRACKING,GEOJSON_AZURE_MAPS">
153
+
154
+
155
+ <meta http-equiv="x-pjax-version" content="9e7cee55247854e4b5065dcaa48c11a21f0aeecb18e0cf403d423ec8a217adf1" data-turbo-track="reload">
156
+ <meta http-equiv="x-pjax-csp-version" content="0db263f9a873141d8256f783c35f244c06d490aacc3b680f99794dd8fd59fb59" data-turbo-track="reload">
157
+ <meta http-equiv="x-pjax-css-version" content="3a5ebe862e241f673b94226e4d40972fd95ee6fdb7d57b8b44f2b2fa29ce05f7" data-turbo-track="reload">
158
+ <meta http-equiv="x-pjax-js-version" content="9ca49bde30c3d832abb07180263a22984c9334e3474ad0fe3f36eeb88de36d3b" data-turbo-track="reload">
159
+
160
+ <meta name="turbo-cache-control" content="no-preview" data-turbo-transient="">
161
+
162
+ <meta name="turbo-cache-control" content="no-cache" data-turbo-transient>
163
+ <meta data-hydrostats="publish">
164
+
165
+ <meta name="go-import" content="github.com/google/fonts git https://github.com/google/fonts.git">
166
+
167
+ <meta name="octolytics-dimension-user_id" content="1342004" /><meta name="octolytics-dimension-user_login" content="google" /><meta name="octolytics-dimension-repository_id" content="30675533" /><meta name="octolytics-dimension-repository_nwo" content="google/fonts" /><meta name="octolytics-dimension-repository_public" content="true" /><meta name="octolytics-dimension-repository_is_fork" content="false" /><meta name="octolytics-dimension-repository_network_root_id" content="30675533" /><meta name="octolytics-dimension-repository_network_root_nwo" content="google/fonts" />
168
+
169
+
170
+
171
+ <meta name="turbo-body-classes" content="logged-in env-production page-responsive">
172
+
173
+
174
+ <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
175
+
176
+ <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
177
+
178
+ <meta name="browser-optimizely-client-errors-url" content="https://api.github.com/_private/browser/optimizely_client/errors">
179
+
180
+ <link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000">
181
+ <link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png">
182
+ <link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg">
183
+
184
+ <meta name="theme-color" content="#1e2327">
185
+ <meta name="color-scheme" content="light dark" />
186
+
187
+
188
+ <link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">
189
+
190
+ </head>
191
+
192
+ <body class="logged-in env-production page-responsive" style="word-wrap: break-word;">
193
+ <div data-turbo-body class="logged-in env-production page-responsive" style="word-wrap: break-word;">
194
+
195
+
196
+
197
+ <div class="position-relative js-header-wrapper ">
198
+ <a href="#start-of-content" class="p-3 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content</a>
199
+ <span data-view-component="true" class="progress-pjax-loader Progress position-fixed width-full">
200
+ <span style="width: 0%;" data-view-component="true" class="Progress-item progress-pjax-loader-bar left-0 top-0 color-bg-accent-emphasis"></span>
201
+ </span>
202
+
203
+
204
+
205
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_allex_crc32_lib_crc32_esm_js-node_modules_github_mini-throttle_dist_deco-26fa0f-02e7ed68dae1.js"></script>
206
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_clipboard-copy-element_dist_index_esm_js-node_modules_delegated-e-b37f7d-a9177ba414f2.js"></script>
207
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_command-palette_items_help-item_ts-app_assets_modules_github_comman-48ad9d-beffe41c24a7.js"></script>
208
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/command-palette-c2a5f7e7eb12.js"></script>
209
+
210
+ <header class="Header js-details-container Details px-3 px-md-4 px-lg-5 flex-wrap flex-md-nowrap" role="banner">
211
+
212
+ <div class="Header-item mt-n1 mb-n1 d-none d-md-flex">
213
+ <a
214
+ class="Header-link"
215
+ href="https://github.com/"
216
+ data-hotkey="g d"
217
+ aria-label="Homepage "
218
+ data-turbo="false"
219
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to dashboard&quot;,&quot;label&quot;:&quot;icon:logo&quot;}"
220
+ >
221
+ <svg height="32" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="32" data-view-component="true" class="octicon octicon-mark-github v-align-middle">
222
+ <path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
223
+ </svg>
224
+ </a>
225
+
226
+ </div>
227
+
228
+ <div class="Header-item d-md-none">
229
+ <button aria-label="Toggle navigation" aria-expanded="false" type="button" data-view-component="true" class="Header-link js-details-target btn-link"> <svg aria-hidden="true" height="24" viewBox="0 0 16 16" version="1.1" width="24" data-view-component="true" class="octicon octicon-three-bars">
230
+ <path d="M1 2.75A.75.75 0 0 1 1.75 2h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 2.75Zm0 5A.75.75 0 0 1 1.75 7h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 7.75ZM1.75 12h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5Z"></path>
231
+ </svg>
232
+ </button> </div>
233
+
234
+ <div class="Header-item Header-item--full flex-column flex-md-row width-full flex-order-2 flex-md-order-none mr-0 mt-3 mt-md-0 Details-content--hidden-not-important d-md-flex">
235
+
236
+
237
+
238
+ <template id="search-icon">
239
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
240
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
241
+ </svg>
242
+ </template>
243
+
244
+ <template id="code-icon">
245
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
246
+ <path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
247
+ </svg>
248
+ </template>
249
+
250
+ <template id="file-code-icon">
251
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-file-code">
252
+ <path d="M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0 1 14.25 15h-9a.75.75 0 0 1 0-1.5h9a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 10 4.25V1.5H5.75a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0Zm1.72 4.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.47-1.47-1.47-1.47a.75.75 0 0 1 0-1.06ZM3.28 7.78 1.81 9.25l1.47 1.47a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018l-2-2a.75.75 0 0 1 0-1.06l2-2a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Zm8.22-6.218V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z"></path>
253
+ </svg>
254
+ </template>
255
+
256
+ <template id="history-icon">
257
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-history">
258
+ <path d="m.427 1.927 1.215 1.215a8.002 8.002 0 1 1-1.6 5.685.75.75 0 1 1 1.493-.154 6.5 6.5 0 1 0 1.18-4.458l1.358 1.358A.25.25 0 0 1 3.896 6H.25A.25.25 0 0 1 0 5.75V2.104a.25.25 0 0 1 .427-.177ZM7.75 4a.75.75 0 0 1 .75.75v2.992l2.028.812a.75.75 0 0 1-.557 1.392l-2.5-1A.751.751 0 0 1 7 8.25v-3.5A.75.75 0 0 1 7.75 4Z"></path>
259
+ </svg>
260
+ </template>
261
+
262
+ <template id="repo-icon">
263
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
264
+ <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
265
+ </svg>
266
+ </template>
267
+
268
+ <template id="bookmark-icon">
269
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bookmark">
270
+ <path d="M3 2.75C3 1.784 3.784 1 4.75 1h6.5c.966 0 1.75.784 1.75 1.75v11.5a.75.75 0 0 1-1.227.579L8 11.722l-3.773 3.107A.751.751 0 0 1 3 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.91l3.023-2.489a.75.75 0 0 1 .954 0l3.023 2.49V2.75a.25.25 0 0 0-.25-.25Z"></path>
271
+ </svg>
272
+ </template>
273
+
274
+ <template id="plus-circle-icon">
275
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus-circle">
276
+ <path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm7.25-3.25v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0Z"></path>
277
+ </svg>
278
+ </template>
279
+
280
+ <template id="circle-icon">
281
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-dot-fill">
282
+ <path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"></path>
283
+ </svg>
284
+ </template>
285
+
286
+ <template id="trash-icon">
287
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
288
+ <path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"></path>
289
+ </svg>
290
+ </template>
291
+
292
+ <template id="team-icon">
293
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
294
+ <path d="M2 5.5a3.5 3.5 0 1 1 5.898 2.549 5.508 5.508 0 0 1 3.034 4.084.75.75 0 1 1-1.482.235 4 4 0 0 0-7.9 0 .75.75 0 0 1-1.482-.236A5.507 5.507 0 0 1 3.102 8.05 3.493 3.493 0 0 1 2 5.5ZM11 4a3.001 3.001 0 0 1 2.22 5.018 5.01 5.01 0 0 1 2.56 3.012.749.749 0 0 1-.885.954.752.752 0 0 1-.549-.514 3.507 3.507 0 0 0-2.522-2.372.75.75 0 0 1-.574-.73v-.352a.75.75 0 0 1 .416-.672A1.5 1.5 0 0 0 11 5.5.75.75 0 0 1 11 4Zm-5.5-.5a2 2 0 1 0-.001 3.999A2 2 0 0 0 5.5 3.5Z"></path>
295
+ </svg>
296
+ </template>
297
+
298
+ <template id="project-icon">
299
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
300
+ <path d="M1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0ZM1.5 1.75v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25ZM11.75 3a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 .75-.75Zm-8.25.75a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0ZM8 3a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 3Z"></path>
301
+ </svg>
302
+ </template>
303
+
304
+ <template id="pencil-icon">
305
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
306
+ <path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"></path>
307
+ </svg>
308
+ </template>
309
+
310
+ <qbsearch-input class="search-input" data-scope="repo:google/fonts" data-custom-scopes-path="/search/custom_scopes" data-delete-custom-scopes-csrf="g04vlf2lru6IBTXHzLy_Mw9UzAvdarUEC_D0QKFPv94uPbyg0nMOyUkbND-0hq11EnyUZvookbo0Ibv5LDpOXQ" data-max-custom-scopes="10" data-header-redesign-enabled="false" data-initial-value="" data-blackbird-suggestions-path="/search/suggestions" data-jump-to-suggestions-path="/_graphql/GetSuggestedNavigationDestinations" data-current-repository="google/fonts" data-current-org="google" data-current-owner="">
311
+ <div
312
+ class="search-input-container search-with-dialog position-relative d-flex flex-row flex-items-center mr-4 rounded"
313
+ data-action="click:qbsearch-input#searchInputContainerClicked"
314
+ >
315
+ <button
316
+ type="button"
317
+ class="header-search-button placeholder input-button form-control d-flex flex-1 flex-self-stretch flex-items-center no-wrap width-full py-0 pl-2 pr-0 text-left border-0 box-shadow-none"
318
+ data-target="qbsearch-input.inputButton"
319
+ placeholder="Search or jump to..."
320
+ data-hotkey=s,/
321
+ autocapitalize="off"
322
+ data-action="click:qbsearch-input#handleExpand"
323
+ >
324
+ <div class="mr-2 color-fg-muted">
325
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
326
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
327
+ </svg>
328
+ </div>
329
+ <span class="flex-1" data-target="qbsearch-input.inputButtonText">Search or jump to...</span>
330
+ <div class="d-flex" data-target="qbsearch-input.hotkeyIndicator">
331
+ <svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" aria-hidden="true" class="mr-1"><path fill="none" stroke="#979A9C" opacity=".4" d="M3.5.5h12c1.7 0 3 1.3 3 3v13c0 1.7-1.3 3-3 3h-12c-1.7 0-3-1.3-3-3v-13c0-1.7 1.3-3 3-3z"></path><path fill="#979A9C" d="M11.8 6L8 15.1h-.9L10.8 6h1z"></path></svg>
332
+
333
+ </div>
334
+ </button>
335
+
336
+ <input type="hidden" name="type" class="js-site-search-type-field">
337
+
338
+
339
+ <div class="Overlay--hidden " data-modal-dialog-overlay>
340
+ <modal-dialog data-action="close:qbsearch-input#handleClose cancel:qbsearch-input#handleClose" data-target="qbsearch-input.searchSuggestionsDialog" role="dialog" id="search-suggestions-dialog" aria-modal="true" aria-labelledby="search-suggestions-dialog-header" data-view-component="true" class="Overlay Overlay--width-large Overlay--height-auto">
341
+ <h1 id="search-suggestions-dialog-header" class="sr-only">Search code, repositories, users, issues, pull requests...</h1>
342
+ <div class="Overlay-body Overlay-body--paddingNone">
343
+
344
+ <div data-view-component="true"> <div class="search-suggestions position-absolute width-full color-shadow-large border color-fg-default color-bg-default overflow-hidden d-flex flex-column query-builder-container"
345
+ style="border-radius: 12px;"
346
+ data-target="qbsearch-input.queryBuilderContainer"
347
+ hidden
348
+ >
349
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="query-builder-test-form" action="" accept-charset="UTF-8" method="get">
350
+ <query-builder data-target="qbsearch-input.queryBuilder" id="query-builder-query-builder-test" data-filter-key=":" data-view-component="true" class="QueryBuilder search-query-builder">
351
+ <div class="FormControl FormControl--fullWidth">
352
+ <label id="query-builder-test-label" for="query-builder-test" class="FormControl-label sr-only">
353
+ Search
354
+ </label>
355
+ <div class="QueryBuilder-StyledInput width-fit" data-target="query-builder.styledInput">
356
+ <span id="query-builder-test-leadingvisual-wrap" class="FormControl-input-leadingVisualWrap QueryBuilder-leadingVisualWrap">
357
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search FormControl-input-leadingVisual">
358
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
359
+ </svg>
360
+ </span>
361
+ <div data-target="query-builder.styledInputContainer" class="QueryBuilder-StyledInputContainer">
362
+ <div
363
+ aria-hidden="true"
364
+ class="QueryBuilder-StyledInputContent"
365
+ data-target="query-builder.styledInputContent"
366
+ ></div>
367
+ <div class="QueryBuilder-InputWrapper">
368
+ <div aria-hidden="true" class="QueryBuilder-Sizer" data-target="query-builder.sizer"></div>
369
+ <input id="query-builder-test" name="query-builder-test" value="" autocomplete="off" type="text" role="combobox" spellcheck="false" aria-expanded="false" data-target="query-builder.input" data-action="
370
+ input:query-builder#inputChange
371
+ blur:query-builder#inputBlur
372
+ keydown:query-builder#inputKeydown
373
+ focus:query-builder#inputFocus
374
+ " data-view-component="true" class="FormControl-input QueryBuilder-Input FormControl-medium" />
375
+ </div>
376
+ </div>
377
+ <span class="sr-only" id="query-builder-test-clear">Clear</span>
378
+
379
+ <button role="button" id="query-builder-test-clear-button" aria-labelledby="query-builder-test-clear query-builder-test-label" data-target="query-builder.clearButton" data-action="
380
+ click:query-builder#clear
381
+ focus:query-builder#clearButtonFocus
382
+ blur:query-builder#clearButtonBlur
383
+ " variant="small" hidden="hidden" type="button" data-view-component="true" class="Button Button--iconOnly Button--invisible Button--medium mr-1 px-2 py-0 d-flex flex-items-center rounded-1 color-fg-muted"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x-circle-fill Button-visual">
384
+ <path d="M2.343 13.657A8 8 0 1 1 13.658 2.343 8 8 0 0 1 2.343 13.657ZM6.03 4.97a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042L6.94 8 4.97 9.97a.749.749 0 0 0 .326 1.275.749.749 0 0 0 .734-.215L8 9.06l1.97 1.97a.749.749 0 0 0 1.275-.326.749.749 0 0 0-.215-.734L9.06 8l1.97-1.97a.749.749 0 0 0-.326-1.275.749.749 0 0 0-.734.215L8 6.94Z"></path>
385
+ </svg>
386
+ </button>
387
+
388
+ </div>
389
+ <template id="search-icon">
390
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
391
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
392
+ </svg>
393
+ </template>
394
+
395
+ <template id="code-icon">
396
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
397
+ <path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
398
+ </svg>
399
+ </template>
400
+
401
+ <template id="file-code-icon">
402
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-file-code">
403
+ <path d="M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0 1 14.25 15h-9a.75.75 0 0 1 0-1.5h9a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 10 4.25V1.5H5.75a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0Zm1.72 4.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.47-1.47-1.47-1.47a.75.75 0 0 1 0-1.06ZM3.28 7.78 1.81 9.25l1.47 1.47a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018l-2-2a.75.75 0 0 1 0-1.06l2-2a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Zm8.22-6.218V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z"></path>
404
+ </svg>
405
+ </template>
406
+
407
+ <template id="history-icon">
408
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-history">
409
+ <path d="m.427 1.927 1.215 1.215a8.002 8.002 0 1 1-1.6 5.685.75.75 0 1 1 1.493-.154 6.5 6.5 0 1 0 1.18-4.458l1.358 1.358A.25.25 0 0 1 3.896 6H.25A.25.25 0 0 1 0 5.75V2.104a.25.25 0 0 1 .427-.177ZM7.75 4a.75.75 0 0 1 .75.75v2.992l2.028.812a.75.75 0 0 1-.557 1.392l-2.5-1A.751.751 0 0 1 7 8.25v-3.5A.75.75 0 0 1 7.75 4Z"></path>
410
+ </svg>
411
+ </template>
412
+
413
+ <template id="repo-icon">
414
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
415
+ <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
416
+ </svg>
417
+ </template>
418
+
419
+ <template id="bookmark-icon">
420
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bookmark">
421
+ <path d="M3 2.75C3 1.784 3.784 1 4.75 1h6.5c.966 0 1.75.784 1.75 1.75v11.5a.75.75 0 0 1-1.227.579L8 11.722l-3.773 3.107A.751.751 0 0 1 3 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.91l3.023-2.489a.75.75 0 0 1 .954 0l3.023 2.49V2.75a.25.25 0 0 0-.25-.25Z"></path>
422
+ </svg>
423
+ </template>
424
+
425
+ <template id="plus-circle-icon">
426
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus-circle">
427
+ <path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm7.25-3.25v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0Z"></path>
428
+ </svg>
429
+ </template>
430
+
431
+ <template id="circle-icon">
432
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-dot-fill">
433
+ <path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"></path>
434
+ </svg>
435
+ </template>
436
+
437
+ <template id="trash-icon">
438
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
439
+ <path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"></path>
440
+ </svg>
441
+ </template>
442
+
443
+ <template id="team-icon">
444
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
445
+ <path d="M2 5.5a3.5 3.5 0 1 1 5.898 2.549 5.508 5.508 0 0 1 3.034 4.084.75.75 0 1 1-1.482.235 4 4 0 0 0-7.9 0 .75.75 0 0 1-1.482-.236A5.507 5.507 0 0 1 3.102 8.05 3.493 3.493 0 0 1 2 5.5ZM11 4a3.001 3.001 0 0 1 2.22 5.018 5.01 5.01 0 0 1 2.56 3.012.749.749 0 0 1-.885.954.752.752 0 0 1-.549-.514 3.507 3.507 0 0 0-2.522-2.372.75.75 0 0 1-.574-.73v-.352a.75.75 0 0 1 .416-.672A1.5 1.5 0 0 0 11 5.5.75.75 0 0 1 11 4Zm-5.5-.5a2 2 0 1 0-.001 3.999A2 2 0 0 0 5.5 3.5Z"></path>
446
+ </svg>
447
+ </template>
448
+
449
+ <template id="project-icon">
450
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
451
+ <path d="M1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0ZM1.5 1.75v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25ZM11.75 3a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 .75-.75Zm-8.25.75a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0ZM8 3a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 3Z"></path>
452
+ </svg>
453
+ </template>
454
+
455
+ <template id="pencil-icon">
456
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
457
+ <path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"></path>
458
+ </svg>
459
+ </template>
460
+
461
+ <div class="position-relative">
462
+ <ul
463
+ role="listbox"
464
+ class="ActionListWrap QueryBuilder-ListWrap"
465
+ aria-label="Suggestions"
466
+ data-action="
467
+ combobox-commit:query-builder#comboboxCommit
468
+ mousedown:query-builder#resultsMousedown
469
+ "
470
+ data-target="query-builder.resultsList"
471
+ data-persist-list=false
472
+ id="query-builder-test-results"
473
+ ></ul>
474
+ </div>
475
+ </div>
476
+ <div data-target="query-builder.screenReaderFeedback" aria-live="polite" aria-atomic="true" class="sr-only"></div>
477
+ </query-builder></form>
478
+ <div class="d-flex flex-row color-fg-muted px-3 text-small color-bg-default search-feedback-prompt">
479
+ <a target="_blank" href="https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax" data-view-component="true" class="color-fg-accent text-normal ml-2">
480
+ Search syntax tips
481
+ </a> <div class="d-flex flex-1"></div>
482
+ <button data-action="click:qbsearch-input#showFeedbackDialog" type="button" data-view-component="true" class="Button--link Button--medium Button color-fg-accent text-normal ml-2"> <span class="Button-content">
483
+ <span class="Button-label">Give feedback</span>
484
+ </span>
485
+ </button>
486
+ </div>
487
+ </div>
488
+ </div>
489
+
490
+ </div>
491
+ </modal-dialog></div>
492
+ </div>
493
+ <div data-action="click:qbsearch-input#retract" class="dark-backdrop position-fixed width-full" hidden data-target="qbsearch-input.darkBackdrop"></div>
494
+ <div class="color-fg-default">
495
+
496
+ <div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
497
+ <modal-dialog data-target="qbsearch-input.feedbackDialog" data-action="close:qbsearch-input#handleDialogClose cancel:qbsearch-input#handleDialogClose" role="dialog" id="feedback-dialog" aria-modal="true" aria-disabled="true" aria-describedby="feedback-dialog-title feedback-dialog-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-medium Overlay--motion-scaleFade">
498
+ <div data-view-component="true" class="Overlay-header">
499
+ <div class="Overlay-headerContentWrap">
500
+ <div class="Overlay-titleWrap">
501
+ <h1 class="Overlay-title " id="feedback-dialog-title">
502
+ Provide feedback
503
+ </h1>
504
+ </div>
505
+ <div class="Overlay-actionWrap">
506
+ <button data-close-dialog-id="feedback-dialog" aria-label="Close" type="button" data-view-component="true" class="close-button Overlay-closeButton"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
507
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
508
+ </svg></button>
509
+ </div>
510
+ </div>
511
+ </div>
512
+ <div data-view-component="true" class="Overlay-body"> <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="code-search-feedback-form" data-turbo="false" action="/search/feedback" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="osCJSM2pE8SITsf30CG7b1OmE3w9r3fvvKRM7DCM0UjbaKZolHGL2BnhakYOkslemuzyo0KpJZNOJjAQ0j2lRg" />
513
+ <p>We read every piece of feedback, and take your input very seriously.</p>
514
+ <textarea name="feedback" class="form-control width-full mb-2" style="height: 120px" id="feedback"></textarea>
515
+ <input name="include_email" id="include_email" aria-label="Include my email address so I can be contacted" class="form-control mr-2" type="checkbox">
516
+ <label for="include_email" style="font-weight: normal">Include my email address so I can be contacted</label>
517
+ </form></div>
518
+ <div data-view-component="true" class="Overlay-footer Overlay-footer--alignEnd"> <button data-close-dialog-id="feedback-dialog" type="button" data-view-component="true" class="btn"> Cancel
519
+ </button>
520
+ <button form="code-search-feedback-form" data-action="click:qbsearch-input#submitFeedback" type="submit" data-view-component="true" class="btn-primary btn"> Submit feedback
521
+ </button>
522
+ </div>
523
+ </modal-dialog></div>
524
+
525
+ <custom-scopes data-target="qbsearch-input.customScopesManager">
526
+
527
+ <div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
528
+ <modal-dialog data-target="custom-scopes.customScopesModalDialog" data-action="close:qbsearch-input#handleDialogClose cancel:qbsearch-input#handleDialogClose" role="dialog" id="custom-scopes-dialog" aria-modal="true" aria-disabled="true" aria-describedby="custom-scopes-dialog-title custom-scopes-dialog-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-medium Overlay--motion-scaleFade">
529
+ <div data-view-component="true" class="Overlay-header Overlay-header--divided">
530
+ <div class="Overlay-headerContentWrap">
531
+ <div class="Overlay-titleWrap">
532
+ <h1 class="Overlay-title " id="custom-scopes-dialog-title">
533
+ Saved searches
534
+ </h1>
535
+ <h2 id="custom-scopes-dialog-description" class="Overlay-description">Use saved searches to filter your results more quickly</h2>
536
+ </div>
537
+ <div class="Overlay-actionWrap">
538
+ <button data-close-dialog-id="custom-scopes-dialog" aria-label="Close" type="button" data-view-component="true" class="close-button Overlay-closeButton"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
539
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
540
+ </svg></button>
541
+ </div>
542
+ </div>
543
+ </div>
544
+ <div data-view-component="true" class="Overlay-body"> <div data-target="custom-scopes.customScopesModalDialogFlash"></div>
545
+
546
+ <div hidden class="create-custom-scope-form" data-target="custom-scopes.createCustomScopeForm">
547
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="custom-scopes-dialog-form" data-turbo="false" action="/search/custom_scopes" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="QVLqfzc8Uw1F4BMU88e4CVe1s-EOgusrYVO1TSQH86J67P9u7QETWSp7m1pBZp2JqRRjXQr03Q7dh716Bszb0w" />
548
+ <div data-target="custom-scopes.customScopesModalDialogFlash"></div>
549
+
550
+ <input type="hidden" id="custom_scope_id" name="custom_scope_id" data-target="custom-scopes.customScopesIdField">
551
+
552
+ <div class="form-group">
553
+ <label for="custom_scope_name">Name</label>
554
+ <auto-check src="/search/custom_scopes/check_name" required>
555
+ <input
556
+ type="text"
557
+ name="custom_scope_name"
558
+ id="custom_scope_name"
559
+ data-target="custom-scopes.customScopesNameField"
560
+ class="form-control"
561
+ autocomplete="off"
562
+ placeholder="github-ruby"
563
+ required
564
+ maxlength="50">
565
+ <input type="hidden" value="szStvh2Tyx52pg_-XjkZ5SRMscqfD-8f_A45Kz8c7y8LKIbV-YRPghAoFv0gP0jGHuEwR6UHXBjQEVueYOAw3A" data-csrf="true" />
566
+ </auto-check>
567
+ </div>
568
+
569
+ <div class="form-group">
570
+ <label for="custom_scope_query">Query</label>
571
+ <input
572
+ type="text"
573
+ name="custom_scope_query"
574
+ id="custom_scope_query"
575
+ data-target="custom-scopes.customScopesQueryField"
576
+ class="form-control"
577
+ autocomplete="off"
578
+ placeholder="(repo:mona/a OR repo:mona/b) AND lang:python"
579
+ required
580
+ maxlength="500">
581
+ </div>
582
+
583
+ <p class="text-small color-fg-muted">
584
+ To see all available qualifiers, see our <a href="https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax">documentation</a>.
585
+ </p>
586
+ </form> </div>
587
+
588
+ <div data-target="custom-scopes.manageCustomScopesForm">
589
+ <div data-target="custom-scopes.list"></div>
590
+ </div>
591
+
592
+ </div>
593
+ <div data-view-component="true" class="Overlay-footer Overlay-footer--alignEnd Overlay-footer--divided"> <button data-action="click:custom-scopes#customScopesCancel" type="button" data-view-component="true" class="btn"> Cancel
594
+ </button>
595
+ <button form="custom-scopes-dialog-form" data-action="click:custom-scopes#customScopesSubmit" data-target="custom-scopes.customScopesSubmitButton" type="submit" data-view-component="true" class="btn-primary btn"> Create saved search
596
+ </button>
597
+ </div>
598
+ </modal-dialog></div>
599
+ </custom-scopes>
600
+ </div>
601
+ </qbsearch-input><input type="hidden" value="BZDRRVitp3oC69_bRr8OzYm7056IUWwjcBTCfdvfBlDOdpsGDHGS1l8RS2q8kFV5gt00weJH8ghu-H3R9-ERzg" data-csrf="true" class="js-data-jump-to-suggestions-path-csrf" />
602
+
603
+ <nav id="global-nav" class="d-flex flex-column flex-md-row flex-self-stretch flex-md-self-auto" aria-label="Global">
604
+ <a class="Header-link py-md-3 d-block d-md-none py-2 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:dashboard:user" aria-label="Dashboard" data-turbo="false" href="/dashboard">Dashboard</a>
605
+
606
+ <a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-hotkey="g p" data-ga-click="Header, click, Nav menu - item:pulls context:user" aria-label="Pull requests you created" data-turbo="false" data-selected-links="/pulls /pulls/assigned /pulls/mentioned /pulls" href="/pulls">
607
+ Pull<span class="d-inline d-md-none d-lg-inline"> request</span>s
608
+ </a>
609
+ <a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-hotkey="g i" data-ga-click="Header, click, Nav menu - item:issues context:user" aria-label="Issues you created" data-turbo="false" data-selected-links="/issues /issues/assigned /issues/mentioned /issues" href="/issues">Issues</a>
610
+
611
+ <a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:workspaces context:user" data-turbo="false" data-selected-links="/codespaces /codespaces" href="/codespaces">Codespaces</a>
612
+
613
+ <div class="d-flex position-relative">
614
+ <a class="js-selected-navigation-item Header-link flex-auto mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:marketplace context:user" data-octo-click="marketplace_click" data-octo-dimensions="location:nav_bar" data-turbo="false" data-selected-links=" /marketplace" href="/marketplace">Marketplace</a>
615
+ </div>
616
+
617
+ <a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:explore" data-turbo="false" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship showcases showcases_search showcases_landing /explore" href="/explore">Explore</a>
618
+
619
+ <a class="js-selected-navigation-item Header-link d-block d-md-none py-2 py-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:Sponsors" data-hydro-click="{&quot;event_type&quot;:&quot;sponsors.button_click&quot;,&quot;payload&quot;:{&quot;button&quot;:&quot;HEADER_SPONSORS_DASHBOARD&quot;,&quot;sponsorable_login&quot;:&quot;jaranglee&quot;,&quot;originating_url&quot;:&quot;https://github.com/google/fonts/blob/main/ofl/notosans/NotoSans-Bold.ttf&quot;,&quot;user_id&quot;:130130066}}" data-hydro-click-hmac="5cdc15df7d06d4fe862cb238723ec64fca13a9c651da566765b86a378c0816a2" data-turbo="false" data-selected-links=" /sponsors/accounts" href="/sponsors/accounts">Sponsors</a>
620
+
621
+ <a class="Header-link d-block d-md-none mr-0 mr-md-3 py-2 py-md-3 border-top border-md-top-0 border-white-fade" data-turbo="false" href="/settings/profile">Settings</a>
622
+
623
+ <a class="Header-link d-block d-md-none mr-0 mr-md-3 py-2 py-md-3 border-top border-md-top-0 border-white-fade" data-turbo="false" href="/jaranglee">
624
+ <img class="avatar avatar-user" loading="lazy" decoding="async" src="https://avatars.githubusercontent.com/u/130130066?s=40&amp;v=4" width="20" height="20" alt="@jaranglee" />
625
+ jaranglee
626
+ </a>
627
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form data-turbo="false" action="/logout" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="AHMWEDn3jIui4YZ_TTZCL1IH1TQHMnm4-p3dnXpd4jRfEpZ6FWMJOES55sEjka7N2DGFCK96EERrdnma9vafrw" />
628
+ <button
629
+ type="submit"
630
+ class="Header-link mr-0 mr-md-3 py-2 py-md-3 border-top border-md-top-0 border-white-fade d-md-none btn-link d-block width-full text-left"
631
+ style="padding-left: 2px;"
632
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;sign out&quot;,&quot;label&quot;:&quot;icon:logout&quot;}"
633
+ >
634
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-sign-out v-align-middle">
635
+ <path d="M2 2.75C2 1.784 2.784 1 3.75 1h2.5a.75.75 0 0 1 0 1.5h-2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 2 13.25Zm10.44 4.5-1.97-1.97a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.97-1.97H6.75a.75.75 0 0 1 0-1.5Z"></path>
636
+ </svg>
637
+ Sign out
638
+ </button>
639
+ </form></nav>
640
+
641
+ </div>
642
+
643
+ <div class="Header-item Header-item--full flex-justify-center d-md-none position-relative">
644
+ <a
645
+ class="Header-link"
646
+ href="https://github.com/"
647
+ data-hotkey="g d"
648
+ aria-label="Homepage "
649
+ data-turbo="false"
650
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to dashboard&quot;,&quot;label&quot;:&quot;icon:logo&quot;}"
651
+ >
652
+ <svg height="32" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="32" data-view-component="true" class="octicon octicon-mark-github v-align-middle">
653
+ <path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
654
+ </svg>
655
+ </a>
656
+
657
+ </div>
658
+
659
+ <div class="Header-item mr-0 mr-md-3 flex-order-1 flex-md-order-none">
660
+
661
+
662
+ <notification-indicator data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTMwMTMwMDY2IiwidCI6MTY4NTA5MjY1NH0=--1c2e14695082d827b20b6344585374eac9a0746daba77e07118541ec6c880544" data-indicator-mode="none" data-tooltip-global="You have unread notifications" data-tooltip-unavailable="Notifications are unavailable at the moment." data-tooltip-none="You have no unread notifications" data-fetch-indicator-src="/notifications/indicator" data-fetch-indicator-enabled="true" data-view-component="true" class="js-socket-channel">
663
+ <a id="AppHeader-notifications-button" href="/notifications"
664
+ class="Header-link notification-indicator position-relative tooltipped tooltipped-sw"
665
+
666
+
667
+
668
+ data-hotkey="g n"
669
+ data-target="notification-indicator.link"
670
+ aria-label="Notifications"
671
+
672
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to notifications&quot;,&quot;label&quot;:&quot;icon:read&quot;}"
673
+ >
674
+
675
+ <span
676
+ data-target="notification-indicator.badge"
677
+ class="mail-status unread" hidden>
678
+ </span>
679
+
680
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bell">
681
+ <path d="M8 16a2 2 0 0 0 1.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 0 0 8 16ZM3 5a5 5 0 0 1 10 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.519 1.519 0 0 1 13.482 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.255.255 0 0 0 3 7.947Zm5-3.5A3.5 3.5 0 0 0 4.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.017.017 0 0 0-.003.01l.001.006c0 .002.002.004.004.006l.006.004.007.001h10.964l.007-.001.006-.004.004-.006.001-.007a.017.017 0 0 0-.003-.01l-1.703-2.554a1.745 1.745 0 0 1-.294-.97V5A3.5 3.5 0 0 0 8 1.5Z"></path>
682
+ </svg>
683
+ </a>
684
+
685
+ </notification-indicator>
686
+ </div>
687
+
688
+
689
+ <div class="Header-item position-relative d-none d-md-flex">
690
+ <details class="details-overlay details-reset">
691
+ <summary
692
+ class="Header-link"
693
+ aria-label="Create new…"
694
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;create new&quot;,&quot;label&quot;:&quot;icon:add&quot;}"
695
+ >
696
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus">
697
+ <path d="M7.75 2a.75.75 0 0 1 .75.75V7h4.25a.75.75 0 0 1 0 1.5H8.5v4.25a.75.75 0 0 1-1.5 0V8.5H2.75a.75.75 0 0 1 0-1.5H7V2.75A.75.75 0 0 1 7.75 2Z"></path>
698
+ </svg> <span class="dropdown-caret"></span>
699
+ </summary>
700
+ <details-menu class="dropdown-menu dropdown-menu-sw">
701
+
702
+ <a role="menuitem" class="dropdown-item" href="/new" data-ga-click="Header, create new repository">
703
+ New repository
704
+ </a>
705
+
706
+ <a role="menuitem" class="dropdown-item" href="/new/import" data-ga-click="Header, import a repository">
707
+ Import repository
708
+ </a>
709
+
710
+ <a role="menuitem" class="dropdown-item" href="/codespaces/new">
711
+ New codespace
712
+ </a>
713
+
714
+ <a role="menuitem" class="dropdown-item" href="https://gist.github.com/" data-ga-click="Header, create new gist">
715
+ New gist
716
+ </a>
717
+
718
+ <a role="menuitem" class="dropdown-item" href="/organizations/new" data-ga-click="Header, create new organization">
719
+ New organization
720
+ </a>
721
+
722
+
723
+
724
+ </details-menu>
725
+ </details>
726
+
727
+ </div>
728
+
729
+ <div class="Header-item position-relative mr-0 d-none d-md-flex">
730
+
731
+ <details class="details-overlay details-reset js-feature-preview-indicator-container" data-feature-preview-indicator-src="/users/jaranglee/feature_preview/indicator_check">
732
+
733
+ <summary
734
+ class="Header-link"
735
+ aria-label="View profile and more"
736
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;show menu&quot;,&quot;label&quot;:&quot;icon:avatar&quot;}"
737
+ >
738
+ <img src="https://avatars.githubusercontent.com/u/130130066?s=40&amp;v=4" alt="@jaranglee" size="20" height="20" width="20" data-view-component="true" class="avatar avatar-small circle" />
739
+ <span class="unread-indicator js-feature-preview-indicator" style="top: 1px;" hidden></span>
740
+ <span class="dropdown-caret"></span>
741
+ </summary>
742
+ <details-menu
743
+ class="dropdown-menu dropdown-menu-sw"
744
+ style="width: 180px"
745
+
746
+ preload>
747
+ <include-fragment src="/users/130130066/menu" loading="lazy">
748
+ <p class="text-center mt-3" data-hide-on-error>
749
+ <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
750
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
751
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
752
+ </svg>
753
+ </p>
754
+ <p class="ml-1 mb-2 mt-2 color-fg-default" data-show-on-error>
755
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
756
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
757
+ </svg>
758
+ Sorry, something went wrong.
759
+ </p>
760
+ </include-fragment>
761
+ </details-menu>
762
+ </details>
763
+
764
+ </div>
765
+ </header>
766
+
767
+
768
+ </div>
769
+
770
+ <div id="start-of-content" class="show-on-focus"></div>
771
+
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+ <div id="js-flash-container" data-turbo-replace>
780
+
781
+
782
+
783
+
784
+
785
+ <template class="js-flash-template">
786
+
787
+ <div class="flash flash-full {{ className }}">
788
+ <div class="px-2" >
789
+ <button autofocus class="flash-close js-flash-close" type="button" aria-label="Dismiss this message">
790
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
791
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
792
+ </svg>
793
+ </button>
794
+ <div aria-atomic="true" role="alert" class="js-flash-alert">
795
+
796
+ <div>{{ message }}</div>
797
+
798
+ </div>
799
+ </div>
800
+ </div>
801
+ </template>
802
+ </div>
803
+
804
+
805
+
806
+ <notification-shelf-watcher data-base-url="https://github.com/notifications/beta/shelf" data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTMwMTMwMDY2IiwidCI6MTY4NTA5MjY1NH0=--1c2e14695082d827b20b6344585374eac9a0746daba77e07118541ec6c880544" data-view-component="true" class="js-socket-channel"></notification-shelf-watcher>
807
+ <div hidden data-initial data-target="notification-shelf-watcher.placeholder"></div>
808
+
809
+
810
+
811
+
812
+
813
+
814
+ <details
815
+ class="details-reset details-overlay details-overlay-dark js-command-palette-dialog"
816
+ id="command-palette-pjax-container"
817
+ data-turbo-replace
818
+ >
819
+ <summary aria-label="command palette trigger" tabindex="-1"></summary>
820
+ <details-dialog class="command-palette-details-dialog d-flex flex-column flex-justify-center height-fit" aria-label="command palette">
821
+ <command-palette
822
+ class="command-palette color-bg-default rounded-3 border color-shadow-small"
823
+ return-to=/google/fonts/blob/main/ofl/notosans/NotoSans-Bold.ttf
824
+ user-id="130130066"
825
+ activation-hotkey="Mod+k,Mod+Alt+k"
826
+ command-mode-hotkey="Mod+Shift+k"
827
+ data-action="
828
+ command-palette-input-ready:command-palette#inputReady
829
+ command-palette-page-stack-updated:command-palette#updateInputScope
830
+ itemsUpdated:command-palette#itemsUpdated
831
+ keydown:command-palette#onKeydown
832
+ loadingStateChanged:command-palette#loadingStateChanged
833
+ selectedItemChanged:command-palette#selectedItemChanged
834
+ pageFetchError:command-palette#pageFetchError
835
+ ">
836
+
837
+ <command-palette-mode
838
+ data-char="#"
839
+ data-scope-types="[&quot;&quot;]"
840
+ data-placeholder="Search issues and pull requests"
841
+ ></command-palette-mode>
842
+ <command-palette-mode
843
+ data-char="#"
844
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
845
+ data-placeholder="Search issues, pull requests, discussions, and projects"
846
+ ></command-palette-mode>
847
+ <command-palette-mode
848
+ data-char="!"
849
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
850
+ data-placeholder="Search projects"
851
+ ></command-palette-mode>
852
+ <command-palette-mode
853
+ data-char="@"
854
+ data-scope-types="[&quot;&quot;]"
855
+ data-placeholder="Search or jump to a user, organization, or repository"
856
+ ></command-palette-mode>
857
+ <command-palette-mode
858
+ data-char="@"
859
+ data-scope-types="[&quot;owner&quot;]"
860
+ data-placeholder="Search or jump to a repository"
861
+ ></command-palette-mode>
862
+ <command-palette-mode
863
+ data-char="/"
864
+ data-scope-types="[&quot;repository&quot;]"
865
+ data-placeholder="Search files"
866
+ ></command-palette-mode>
867
+ <command-palette-mode
868
+ data-char="?"
869
+ ></command-palette-mode>
870
+ <command-palette-mode
871
+ data-char="&gt;"
872
+ data-placeholder="Run a command"
873
+ ></command-palette-mode>
874
+ <command-palette-mode
875
+ data-char=""
876
+ data-scope-types="[&quot;&quot;]"
877
+ data-placeholder="Search or jump to..."
878
+ ></command-palette-mode>
879
+ <command-palette-mode
880
+ data-char=""
881
+ data-scope-types="[&quot;owner&quot;]"
882
+ data-placeholder="Search or jump to..."
883
+ ></command-palette-mode>
884
+ <command-palette-mode
885
+ class="js-command-palette-default-mode"
886
+ data-char=""
887
+ data-placeholder="Search or jump to..."
888
+ ></command-palette-mode>
889
+
890
+ <command-palette-input placeholder="Search or jump to..."
891
+
892
+ data-action="
893
+ command-palette-input:command-palette#onInput
894
+ command-palette-select:command-palette#onSelect
895
+ command-palette-descope:command-palette#onDescope
896
+ command-palette-cleared:command-palette#onInputClear
897
+ "
898
+ >
899
+ <div class="js-search-icon d-flex flex-items-center mr-2" style="height: 26px">
900
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search color-fg-muted">
901
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
902
+ </svg>
903
+ </div>
904
+ <div class="js-spinner d-flex flex-items-center mr-2 color-fg-muted" hidden>
905
+ <svg aria-label="Loading" class="anim-rotate" viewBox="0 0 16 16" fill="none" width="16" height="16">
906
+ <circle
907
+ cx="8"
908
+ cy="8"
909
+ r="7"
910
+ stroke="currentColor"
911
+ stroke-opacity="0.25"
912
+ stroke-width="2"
913
+ vector-effect="non-scaling-stroke"
914
+ ></circle>
915
+ <path
916
+ d="M15 8a7.002 7.002 0 00-7-7"
917
+ stroke="currentColor"
918
+ stroke-width="2"
919
+ stroke-linecap="round"
920
+ vector-effect="non-scaling-stroke"
921
+ ></path>
922
+ </svg>
923
+ </div>
924
+ <command-palette-scope >
925
+ <div data-target="command-palette-scope.placeholder" hidden class="color-fg-subtle">/&nbsp;&nbsp;<span class="text-semibold color-fg-default">...</span>&nbsp;&nbsp;/&nbsp;&nbsp;</div>
926
+ <command-palette-token
927
+ data-text="google"
928
+ data-id="MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ="
929
+ data-type="owner"
930
+ data-value="google"
931
+ data-targets="command-palette-scope.tokens"
932
+ class="color-fg-default text-semibold"
933
+ style="white-space:nowrap;line-height:20px;"
934
+ >google<span class="color-fg-subtle text-normal">&nbsp;&nbsp;/&nbsp;&nbsp;</span></command-palette-token>
935
+ <command-palette-token
936
+ data-text="fonts"
937
+ data-id="MDEwOlJlcG9zaXRvcnkzMDY3NTUzMw=="
938
+ data-type="repository"
939
+ data-value="fonts"
940
+ data-targets="command-palette-scope.tokens"
941
+ class="color-fg-default text-semibold"
942
+ style="white-space:nowrap;line-height:20px;"
943
+ >fonts<span class="color-fg-subtle text-normal">&nbsp;&nbsp;/&nbsp;&nbsp;</span></command-palette-token>
944
+ </command-palette-scope>
945
+ <div class="command-palette-input-group flex-1 form-control border-0 box-shadow-none" style="z-index: 0">
946
+ <div class="command-palette-typeahead position-absolute d-flex flex-items-center Truncate">
947
+ <span class="typeahead-segment input-mirror" data-target="command-palette-input.mirror"></span>
948
+ <span class="Truncate-text" data-target="command-palette-input.typeaheadText"></span>
949
+ <span class="typeahead-segment" data-target="command-palette-input.typeaheadPlaceholder"></span>
950
+ </div>
951
+ <input
952
+ class="js-overlay-input typeahead-input d-none"
953
+ disabled
954
+ tabindex="-1"
955
+ aria-label="Hidden input for typeahead"
956
+ >
957
+ <input
958
+ type="text"
959
+ autocomplete="off"
960
+ autocorrect="off"
961
+ autocapitalize="off"
962
+ spellcheck="false"
963
+ class="js-input typeahead-input form-control border-0 box-shadow-none input-block width-full no-focus-indicator"
964
+ aria-label="Command palette input"
965
+ aria-haspopup="listbox"
966
+ aria-expanded="false"
967
+ aria-autocomplete="list"
968
+ aria-controls="command-palette-page-stack"
969
+ role="combobox"
970
+ data-action="
971
+ input:command-palette-input#onInput
972
+ keydown:command-palette-input#onKeydown
973
+ "
974
+ >
975
+ </div>
976
+ <div data-view-component="true" class="position-relative d-inline-block">
977
+ <button aria-keyshortcuts="Control+Backspace" data-action="click:command-palette-input#onClear keypress:command-palette-input#onClear" data-target="command-palette-input.clearButton" id="command-palette-clear-button" hidden="hidden" type="button" data-view-component="true" class="btn-octicon command-palette-input-clear-button"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x-circle-fill">
978
+ <path d="M2.343 13.657A8 8 0 1 1 13.658 2.343 8 8 0 0 1 2.343 13.657ZM6.03 4.97a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042L6.94 8 4.97 9.97a.749.749 0 0 0 .326 1.275.749.749 0 0 0 .734-.215L8 9.06l1.97 1.97a.749.749 0 0 0 1.275-.326.749.749 0 0 0-.215-.734L9.06 8l1.97-1.97a.749.749 0 0 0-.326-1.275.749.749 0 0 0-.734.215L8 6.94Z"></path>
979
+ </svg>
980
+ </button> <tool-tip id="tooltip-b1ecae9e-34bd-4f44-a13b-7faecd5fba24" for="command-palette-clear-button" data-direction="w" data-type="label" data-view-component="true" class="sr-only position-absolute">Clear Command Palette</tool-tip>
981
+ </div>
982
+ </command-palette-input>
983
+
984
+ <command-palette-page-stack
985
+ data-default-scope-id="MDEwOlJlcG9zaXRvcnkzMDY3NTUzMw=="
986
+ data-default-scope-type="Repository"
987
+ data-action="command-palette-page-octicons-cached:command-palette-page-stack#cacheOcticons"
988
+ >
989
+ <command-palette-tip
990
+ class="color-fg-muted f6 px-3 py-1 my-2"
991
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
992
+ data-mode=""
993
+ data-value="">
994
+ <div class="d-flex flex-items-start flex-justify-between">
995
+ <div>
996
+ <span class="text-bold">Tip:</span>
997
+ Type <kbd class="hx_kbd">#</kbd> to search pull requests
998
+ </div>
999
+ <div class="ml-2 flex-shrink-0">
1000
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1001
+ </div>
1002
+ </div>
1003
+ </command-palette-tip>
1004
+ <command-palette-tip
1005
+ class="color-fg-muted f6 px-3 py-1 my-2"
1006
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1007
+ data-mode=""
1008
+ data-value="">
1009
+ <div class="d-flex flex-items-start flex-justify-between">
1010
+ <div>
1011
+ <span class="text-bold">Tip:</span>
1012
+ Type <kbd class="hx_kbd">#</kbd> to search issues
1013
+ </div>
1014
+ <div class="ml-2 flex-shrink-0">
1015
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1016
+ </div>
1017
+ </div>
1018
+ </command-palette-tip>
1019
+ <command-palette-tip
1020
+ class="color-fg-muted f6 px-3 py-1 my-2"
1021
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1022
+ data-mode=""
1023
+ data-value="">
1024
+ <div class="d-flex flex-items-start flex-justify-between">
1025
+ <div>
1026
+ <span class="text-bold">Tip:</span>
1027
+ Type <kbd class="hx_kbd">#</kbd> to search discussions
1028
+ </div>
1029
+ <div class="ml-2 flex-shrink-0">
1030
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1031
+ </div>
1032
+ </div>
1033
+ </command-palette-tip>
1034
+ <command-palette-tip
1035
+ class="color-fg-muted f6 px-3 py-1 my-2"
1036
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1037
+ data-mode=""
1038
+ data-value="">
1039
+ <div class="d-flex flex-items-start flex-justify-between">
1040
+ <div>
1041
+ <span class="text-bold">Tip:</span>
1042
+ Type <kbd class="hx_kbd">!</kbd> to search projects
1043
+ </div>
1044
+ <div class="ml-2 flex-shrink-0">
1045
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1046
+ </div>
1047
+ </div>
1048
+ </command-palette-tip>
1049
+ <command-palette-tip
1050
+ class="color-fg-muted f6 px-3 py-1 my-2"
1051
+ data-scope-types="[&quot;owner&quot;]"
1052
+ data-mode=""
1053
+ data-value="">
1054
+ <div class="d-flex flex-items-start flex-justify-between">
1055
+ <div>
1056
+ <span class="text-bold">Tip:</span>
1057
+ Type <kbd class="hx_kbd">@</kbd> to search teams
1058
+ </div>
1059
+ <div class="ml-2 flex-shrink-0">
1060
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1061
+ </div>
1062
+ </div>
1063
+ </command-palette-tip>
1064
+ <command-palette-tip
1065
+ class="color-fg-muted f6 px-3 py-1 my-2"
1066
+ data-scope-types="[&quot;&quot;]"
1067
+ data-mode=""
1068
+ data-value="">
1069
+ <div class="d-flex flex-items-start flex-justify-between">
1070
+ <div>
1071
+ <span class="text-bold">Tip:</span>
1072
+ Type <kbd class="hx_kbd">@</kbd> to search people and organizations
1073
+ </div>
1074
+ <div class="ml-2 flex-shrink-0">
1075
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1076
+ </div>
1077
+ </div>
1078
+ </command-palette-tip>
1079
+ <command-palette-tip
1080
+ class="color-fg-muted f6 px-3 py-1 my-2"
1081
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1082
+ data-mode=""
1083
+ data-value="">
1084
+ <div class="d-flex flex-items-start flex-justify-between">
1085
+ <div>
1086
+ <span class="text-bold">Tip:</span>
1087
+ Type <kbd class="hx_kbd">&gt;</kbd> to activate command mode
1088
+ </div>
1089
+ <div class="ml-2 flex-shrink-0">
1090
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1091
+ </div>
1092
+ </div>
1093
+ </command-palette-tip>
1094
+ <command-palette-tip
1095
+ class="color-fg-muted f6 px-3 py-1 my-2"
1096
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1097
+ data-mode=""
1098
+ data-value="">
1099
+ <div class="d-flex flex-items-start flex-justify-between">
1100
+ <div>
1101
+ <span class="text-bold">Tip:</span>
1102
+ Go to your accessibility settings to change your keyboard shortcuts
1103
+ </div>
1104
+ <div class="ml-2 flex-shrink-0">
1105
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1106
+ </div>
1107
+ </div>
1108
+ </command-palette-tip>
1109
+ <command-palette-tip
1110
+ class="color-fg-muted f6 px-3 py-1 my-2"
1111
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1112
+ data-mode="#"
1113
+ data-value="">
1114
+ <div class="d-flex flex-items-start flex-justify-between">
1115
+ <div>
1116
+ <span class="text-bold">Tip:</span>
1117
+ Type author:@me to search your content
1118
+ </div>
1119
+ <div class="ml-2 flex-shrink-0">
1120
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1121
+ </div>
1122
+ </div>
1123
+ </command-palette-tip>
1124
+ <command-palette-tip
1125
+ class="color-fg-muted f6 px-3 py-1 my-2"
1126
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1127
+ data-mode="#"
1128
+ data-value="">
1129
+ <div class="d-flex flex-items-start flex-justify-between">
1130
+ <div>
1131
+ <span class="text-bold">Tip:</span>
1132
+ Type is:pr to filter to pull requests
1133
+ </div>
1134
+ <div class="ml-2 flex-shrink-0">
1135
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1136
+ </div>
1137
+ </div>
1138
+ </command-palette-tip>
1139
+ <command-palette-tip
1140
+ class="color-fg-muted f6 px-3 py-1 my-2"
1141
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1142
+ data-mode="#"
1143
+ data-value="">
1144
+ <div class="d-flex flex-items-start flex-justify-between">
1145
+ <div>
1146
+ <span class="text-bold">Tip:</span>
1147
+ Type is:issue to filter to issues
1148
+ </div>
1149
+ <div class="ml-2 flex-shrink-0">
1150
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1151
+ </div>
1152
+ </div>
1153
+ </command-palette-tip>
1154
+ <command-palette-tip
1155
+ class="color-fg-muted f6 px-3 py-1 my-2"
1156
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1157
+ data-mode="#"
1158
+ data-value="">
1159
+ <div class="d-flex flex-items-start flex-justify-between">
1160
+ <div>
1161
+ <span class="text-bold">Tip:</span>
1162
+ Type is:project to filter to projects
1163
+ </div>
1164
+ <div class="ml-2 flex-shrink-0">
1165
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1166
+ </div>
1167
+ </div>
1168
+ </command-palette-tip>
1169
+ <command-palette-tip
1170
+ class="color-fg-muted f6 px-3 py-1 my-2"
1171
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1172
+ data-mode="#"
1173
+ data-value="">
1174
+ <div class="d-flex flex-items-start flex-justify-between">
1175
+ <div>
1176
+ <span class="text-bold">Tip:</span>
1177
+ Type is:open to filter to open content
1178
+ </div>
1179
+ <div class="ml-2 flex-shrink-0">
1180
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1181
+ </div>
1182
+ </div>
1183
+ </command-palette-tip>
1184
+ <command-palette-tip class="mx-3 my-2 flash flash-error d-flex flex-items-center" data-scope-types="*" data-on-error>
1185
+ <div>
1186
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
1187
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
1188
+ </svg>
1189
+ </div>
1190
+ <div class="px-2">
1191
+ We’ve encountered an error and some results aren't available at this time. Type a new search or try again later.
1192
+ </div>
1193
+ </command-palette-tip>
1194
+ <command-palette-tip class="h4 color-fg-default pl-3 pb-2 pt-3" data-on-empty data-scope-types="*" data-match-mode="[^?]|^$">
1195
+ No results matched your search
1196
+ </command-palette-tip>
1197
+
1198
+ <div hidden>
1199
+
1200
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-muted">
1201
+ <svg height="16" class="octicon octicon-arrow-right color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8.22 2.97a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l2.97-2.97H3.75a.75.75 0 0 1 0-1.5h7.44L8.22 4.03a.75.75 0 0 1 0-1.06Z"></path></svg>
1202
+ </div>
1203
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-default">
1204
+ <svg height="16" class="octicon octicon-arrow-right color-fg-default" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8.22 2.97a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l2.97-2.97H3.75a.75.75 0 0 1 0-1.5h7.44L8.22 4.03a.75.75 0 0 1 0-1.06Z"></path></svg>
1205
+ </div>
1206
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="codespaces-color-fg-muted">
1207
+ <svg height="16" class="octicon octicon-codespaces color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M0 11.25c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm2-9.5C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v5a1.75 1.75 0 0 1-1.75 1.75h-8.5A1.75 1.75 0 0 1 2 6.75Zm1.75-.25a.25.25 0 0 0-.25.25v5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5a.25.25 0 0 0-.25-.25Zm-2 9.5a.25.25 0 0 0-.25.25v3c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25Z"></path><path d="M7 12.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Zm-4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75Z"></path></svg>
1208
+ </div>
1209
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="copy-color-fg-muted">
1210
+ <svg height="16" class="octicon octicon-copy color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"></path><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"></path></svg>
1211
+ </div>
1212
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="dash-color-fg-muted">
1213
+ <svg height="16" class="octicon octicon-dash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M2 7.75A.75.75 0 0 1 2.75 7h10a.75.75 0 0 1 0 1.5h-10A.75.75 0 0 1 2 7.75Z"></path></svg>
1214
+ </div>
1215
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="file-color-fg-muted">
1216
+ <svg height="16" class="octicon octicon-file color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-9.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 9 4.25V1.5Zm6.75.062V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z"></path></svg>
1217
+ </div>
1218
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="gear-color-fg-muted">
1219
+ <svg height="16" class="octicon octicon-gear color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 0a8.2 8.2 0 0 1 .701.031C9.444.095 9.99.645 10.16 1.29l.288 1.107c.018.066.079.158.212.224.231.114.454.243.668.386.123.082.233.09.299.071l1.103-.303c.644-.176 1.392.021 1.82.63.27.385.506.792.704 1.218.315.675.111 1.422-.364 1.891l-.814.806c-.049.048-.098.147-.088.294.016.257.016.515 0 .772-.01.147.038.246.088.294l.814.806c.475.469.679 1.216.364 1.891a7.977 7.977 0 0 1-.704 1.217c-.428.61-1.176.807-1.82.63l-1.102-.302c-.067-.019-.177-.011-.3.071a5.909 5.909 0 0 1-.668.386c-.133.066-.194.158-.211.224l-.29 1.106c-.168.646-.715 1.196-1.458 1.26a8.006 8.006 0 0 1-1.402 0c-.743-.064-1.289-.614-1.458-1.26l-.289-1.106c-.018-.066-.079-.158-.212-.224a5.738 5.738 0 0 1-.668-.386c-.123-.082-.233-.09-.299-.071l-1.103.303c-.644.176-1.392-.021-1.82-.63a8.12 8.12 0 0 1-.704-1.218c-.315-.675-.111-1.422.363-1.891l.815-.806c.05-.048.098-.147.088-.294a6.214 6.214 0 0 1 0-.772c.01-.147-.038-.246-.088-.294l-.815-.806C.635 6.045.431 5.298.746 4.623a7.92 7.92 0 0 1 .704-1.217c.428-.61 1.176-.807 1.82-.63l1.102.302c.067.019.177.011.3-.071.214-.143.437-.272.668-.386.133-.066.194-.158.211-.224l.29-1.106C6.009.645 6.556.095 7.299.03 7.53.01 7.764 0 8 0Zm-.571 1.525c-.036.003-.108.036-.137.146l-.289 1.105c-.147.561-.549.967-.998 1.189-.173.086-.34.183-.5.29-.417.278-.97.423-1.529.27l-1.103-.303c-.109-.03-.175.016-.195.045-.22.312-.412.644-.573.99-.014.031-.021.11.059.19l.815.806c.411.406.562.957.53 1.456a4.709 4.709 0 0 0 0 .582c.032.499-.119 1.05-.53 1.456l-.815.806c-.081.08-.073.159-.059.19.162.346.353.677.573.989.02.03.085.076.195.046l1.102-.303c.56-.153 1.113-.008 1.53.27.161.107.328.204.501.29.447.222.85.629.997 1.189l.289 1.105c.029.109.101.143.137.146a6.6 6.6 0 0 0 1.142 0c.036-.003.108-.036.137-.146l.289-1.105c.147-.561.549-.967.998-1.189.173-.086.34-.183.5-.29.417-.278.97-.423 1.529-.27l1.103.303c.109.029.175-.016.195-.045.22-.313.411-.644.573-.99.014-.031.021-.11-.059-.19l-.815-.806c-.411-.406-.562-.957-.53-1.456a4.709 4.709 0 0 0 0-.582c-.032-.499.119-1.05.53-1.456l.815-.806c.081-.08.073-.159.059-.19a6.464 6.464 0 0 0-.573-.989c-.02-.03-.085-.076-.195-.046l-1.102.303c-.56.153-1.113.008-1.53-.27a4.44 4.44 0 0 0-.501-.29c-.447-.222-.85-.629-.997-1.189l-.289-1.105c-.029-.11-.101-.143-.137-.146a6.6 6.6 0 0 0-1.142 0ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM9.5 8a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 9.5 8Z"></path></svg>
1220
+ </div>
1221
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="lock-color-fg-muted">
1222
+ <svg height="16" class="octicon octicon-lock color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M4 4a4 4 0 0 1 8 0v2h.25c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 12.25 15h-8.5A1.75 1.75 0 0 1 2 13.25v-5.5C2 6.784 2.784 6 3.75 6H4Zm8.25 3.5h-8.5a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25ZM10.5 6V4a2.5 2.5 0 1 0-5 0v2Z"></path></svg>
1223
+ </div>
1224
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="moon-color-fg-muted">
1225
+ <svg height="16" class="octicon octicon-moon color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M9.598 1.591a.749.749 0 0 1 .785-.175 7.001 7.001 0 1 1-8.967 8.967.75.75 0 0 1 .961-.96 5.5 5.5 0 0 0 7.046-7.046.75.75 0 0 1 .175-.786Zm1.616 1.945a7 7 0 0 1-7.678 7.678 5.499 5.499 0 1 0 7.678-7.678Z"></path></svg>
1226
+ </div>
1227
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="person-color-fg-muted">
1228
+ <svg height="16" class="octicon octicon-person color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M10.561 8.073a6.005 6.005 0 0 1 3.432 5.142.75.75 0 1 1-1.498.07 4.5 4.5 0 0 0-8.99 0 .75.75 0 0 1-1.498-.07 6.004 6.004 0 0 1 3.431-5.142 3.999 3.999 0 1 1 5.123 0ZM10.5 5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z"></path></svg>
1229
+ </div>
1230
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="pencil-color-fg-muted">
1231
+ <svg height="16" class="octicon octicon-pencil color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"></path></svg>
1232
+ </div>
1233
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="issue-opened-open">
1234
+ <svg height="16" class="octicon octicon-issue-opened open" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Z"></path></svg>
1235
+ </div>
1236
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="git-pull-request-draft-color-fg-muted">
1237
+ <svg height="16" class="octicon octicon-git-pull-request-draft color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1Zm9.5 14a2.25 2.25 0 1 1 0-4.5 2.25 2.25 0 0 1 0 4.5ZM2.5 3.25a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0ZM3.25 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm9.5 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM14 7.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm0-4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"></path></svg>
1238
+ </div>
1239
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="search-color-fg-muted">
1240
+ <svg height="16" class="octicon octicon-search color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path></svg>
1241
+ </div>
1242
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sun-color-fg-muted">
1243
+ <svg height="16" class="octicon octicon-sun color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm0-1.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm5.657-8.157a.75.75 0 0 1 0 1.061l-1.061 1.06a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.06-1.06a.75.75 0 0 1 1.06 0Zm-9.193 9.193a.75.75 0 0 1 0 1.06l-1.06 1.061a.75.75 0 1 1-1.061-1.06l1.06-1.061a.75.75 0 0 1 1.061 0ZM8 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 8 0ZM3 8a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 3 8Zm13 0a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 16 8Zm-8 5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 8 13Zm3.536-1.464a.75.75 0 0 1 1.06 0l1.061 1.06a.75.75 0 0 1-1.06 1.061l-1.061-1.06a.75.75 0 0 1 0-1.061ZM2.343 2.343a.75.75 0 0 1 1.061 0l1.06 1.061a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018l-1.06-1.06a.75.75 0 0 1 0-1.06Z"></path></svg>
1244
+ </div>
1245
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sync-color-fg-muted">
1246
+ <svg height="16" class="octicon octicon-sync color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M1.705 8.005a.75.75 0 0 1 .834.656 5.5 5.5 0 0 0 9.592 2.97l-1.204-1.204a.25.25 0 0 1 .177-.427h3.646a.25.25 0 0 1 .25.25v3.646a.25.25 0 0 1-.427.177l-1.38-1.38A7.002 7.002 0 0 1 1.05 8.84a.75.75 0 0 1 .656-.834ZM8 2.5a5.487 5.487 0 0 0-4.131 1.869l1.204 1.204A.25.25 0 0 1 4.896 6H1.25A.25.25 0 0 1 1 5.75V2.104a.25.25 0 0 1 .427-.177l1.38 1.38A7.002 7.002 0 0 1 14.95 7.16a.75.75 0 0 1-1.49.178A5.5 5.5 0 0 0 8 2.5Z"></path></svg>
1247
+ </div>
1248
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="trash-color-fg-muted">
1249
+ <svg height="16" class="octicon octicon-trash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"></path></svg>
1250
+ </div>
1251
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="key-color-fg-muted">
1252
+ <svg height="16" class="octicon octicon-key color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M10.5 0a5.499 5.499 0 1 1-1.288 10.848l-.932.932a.749.749 0 0 1-.53.22H7v.75a.749.749 0 0 1-.22.53l-.5.5a.749.749 0 0 1-.53.22H5v.75a.749.749 0 0 1-.22.53l-.5.5a.749.749 0 0 1-.53.22h-2A1.75 1.75 0 0 1 0 14.25v-2c0-.199.079-.389.22-.53l4.932-4.932A5.5 5.5 0 0 1 10.5 0Zm-4 5.5c-.001.431.069.86.205 1.269a.75.75 0 0 1-.181.768L1.5 12.56v1.69c0 .138.112.25.25.25h1.69l.06-.06v-1.19a.75.75 0 0 1 .75-.75h1.19l.06-.06v-1.19a.75.75 0 0 1 .75-.75h1.19l1.023-1.025a.75.75 0 0 1 .768-.18A4 4 0 1 0 6.5 5.5ZM11 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></svg>
1253
+ </div>
1254
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="comment-discussion-color-fg-muted">
1255
+ <svg height="16" class="octicon octicon-comment-discussion color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.458 1.458 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25Z"></path></svg>
1256
+ </div>
1257
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-color-fg-muted">
1258
+ <svg height="16" class="octicon octicon-bell color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 16a2 2 0 0 0 1.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 0 0 8 16ZM3 5a5 5 0 0 1 10 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.519 1.519 0 0 1 13.482 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.255.255 0 0 0 3 7.947Zm5-3.5A3.5 3.5 0 0 0 4.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.017.017 0 0 0-.003.01l.001.006c0 .002.002.004.004.006l.006.004.007.001h10.964l.007-.001.006-.004.004-.006.001-.007a.017.017 0 0 0-.003-.01l-1.703-2.554a1.745 1.745 0 0 1-.294-.97V5A3.5 3.5 0 0 0 8 1.5Z"></path></svg>
1259
+ </div>
1260
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-slash-color-fg-muted">
1261
+ <svg height="16" class="octicon octicon-bell-slash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="m4.182 4.31.016.011 10.104 7.316.013.01 1.375.996a.75.75 0 1 1-.88 1.214L13.626 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.255.255 0 0 0 3 7.947V5.305L.31 3.357a.75.75 0 1 1 .88-1.214Zm7.373 7.19L4.5 6.391v1.556c0 .346-.102.683-.294.97l-1.703 2.556a.017.017 0 0 0-.003.01c0 .005.002.009.005.012l.006.004.007.001ZM8 1.5c-.997 0-1.895.416-2.534 1.086A.75.75 0 1 1 4.38 1.55 5 5 0 0 1 13 5v2.373a.75.75 0 0 1-1.5 0V5A3.5 3.5 0 0 0 8 1.5ZM8 16a2 2 0 0 1-1.985-1.75c-.017-.137.097-.25.235-.25h3.5c.138 0 .252.113.235.25A2 2 0 0 1 8 16Z"></path></svg>
1262
+ </div>
1263
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="paintbrush-color-fg-muted">
1264
+ <svg height="16" class="octicon octicon-paintbrush color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M11.134 1.535c.7-.509 1.416-.942 2.076-1.155.649-.21 1.463-.267 2.069.34.603.601.568 1.411.368 2.07-.202.668-.624 1.39-1.125 2.096-1.011 1.424-2.496 2.987-3.775 4.249-1.098 1.084-2.132 1.839-3.04 2.3a3.744 3.744 0 0 1-1.055 3.217c-.431.431-1.065.691-1.657.861-.614.177-1.294.287-1.914.357A21.151 21.151 0 0 1 .797 16H.743l.007-.75H.749L.742 16a.75.75 0 0 1-.743-.742l.743-.008-.742.007v-.054a21.25 21.25 0 0 1 .13-2.284c.067-.647.187-1.287.358-1.914.17-.591.43-1.226.86-1.657a3.746 3.746 0 0 1 3.227-1.054c.466-.893 1.225-1.907 2.314-2.982 1.271-1.255 2.833-2.75 4.245-3.777ZM1.62 13.089c-.051.464-.086.929-.104 1.395.466-.018.932-.053 1.396-.104a10.511 10.511 0 0 0 1.668-.309c.526-.151.856-.325 1.011-.48a2.25 2.25 0 1 0-3.182-3.182c-.155.155-.329.485-.48 1.01a10.515 10.515 0 0 0-.309 1.67Zm10.396-10.34c-1.224.89-2.605 2.189-3.822 3.384l1.718 1.718c1.21-1.205 2.51-2.597 3.387-3.833.47-.662.78-1.227.912-1.662.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.113-.113-.548.027-.432.14-.995.462-1.655.942Zm-4.832 7.266-.001.001a9.859 9.859 0 0 0 1.63-1.142L7.155 7.216a9.7 9.7 0 0 0-1.161 1.607c.482.302.889.71 1.19 1.192Z"></path></svg>
1265
+ </div>
1266
+
1267
+ <command-palette-item-group
1268
+ data-group-id="top"
1269
+ data-group-title="Top result"
1270
+ data-group-hint=""
1271
+ data-group-limits="{}"
1272
+ data-default-priority="0"
1273
+ >
1274
+ </command-palette-item-group>
1275
+ <command-palette-item-group
1276
+ data-group-id="commands"
1277
+ data-group-title="Commands"
1278
+ data-group-hint="Type &gt; to filter"
1279
+ data-group-limits="{&quot;static_items_page&quot;:50,&quot;issue&quot;:50,&quot;pull_request&quot;:50,&quot;discussion&quot;:50}"
1280
+ data-default-priority="1"
1281
+ >
1282
+ </command-palette-item-group>
1283
+ <command-palette-item-group
1284
+ data-group-id="global_commands"
1285
+ data-group-title="Global Commands"
1286
+ data-group-hint="Type &gt; to filter"
1287
+ data-group-limits="{&quot;issue&quot;:0,&quot;pull_request&quot;:0,&quot;discussion&quot;:0}"
1288
+ data-default-priority="2"
1289
+ >
1290
+ </command-palette-item-group>
1291
+ <command-palette-item-group
1292
+ data-group-id="this_page"
1293
+ data-group-title="This Page"
1294
+ data-group-hint=""
1295
+ data-group-limits="{}"
1296
+ data-default-priority="3"
1297
+ >
1298
+ </command-palette-item-group>
1299
+ <command-palette-item-group
1300
+ data-group-id="files"
1301
+ data-group-title="Files"
1302
+ data-group-hint=""
1303
+ data-group-limits="{}"
1304
+ data-default-priority="4"
1305
+ >
1306
+ </command-palette-item-group>
1307
+ <command-palette-item-group
1308
+ data-group-id="default"
1309
+ data-group-title="Default"
1310
+ data-group-hint=""
1311
+ data-group-limits="{&quot;static_items_page&quot;:50}"
1312
+ data-default-priority="5"
1313
+ >
1314
+ </command-palette-item-group>
1315
+ <command-palette-item-group
1316
+ data-group-id="pages"
1317
+ data-group-title="Pages"
1318
+ data-group-hint=""
1319
+ data-group-limits="{&quot;repository&quot;:10}"
1320
+ data-default-priority="6"
1321
+ >
1322
+ </command-palette-item-group>
1323
+ <command-palette-item-group
1324
+ data-group-id="access_policies"
1325
+ data-group-title="Access Policies"
1326
+ data-group-hint=""
1327
+ data-group-limits="{}"
1328
+ data-default-priority="7"
1329
+ >
1330
+ </command-palette-item-group>
1331
+ <command-palette-item-group
1332
+ data-group-id="organizations"
1333
+ data-group-title="Organizations"
1334
+ data-group-hint=""
1335
+ data-group-limits="{}"
1336
+ data-default-priority="8"
1337
+ >
1338
+ </command-palette-item-group>
1339
+ <command-palette-item-group
1340
+ data-group-id="repositories"
1341
+ data-group-title="Repositories"
1342
+ data-group-hint=""
1343
+ data-group-limits="{}"
1344
+ data-default-priority="9"
1345
+ >
1346
+ </command-palette-item-group>
1347
+ <command-palette-item-group
1348
+ data-group-id="references"
1349
+ data-group-title="Issues, pull requests, and discussions"
1350
+ data-group-hint="Type # to filter"
1351
+ data-group-limits="{}"
1352
+ data-default-priority="10"
1353
+ >
1354
+ </command-palette-item-group>
1355
+ <command-palette-item-group
1356
+ data-group-id="teams"
1357
+ data-group-title="Teams"
1358
+ data-group-hint=""
1359
+ data-group-limits="{}"
1360
+ data-default-priority="11"
1361
+ >
1362
+ </command-palette-item-group>
1363
+ <command-palette-item-group
1364
+ data-group-id="users"
1365
+ data-group-title="Users"
1366
+ data-group-hint=""
1367
+ data-group-limits="{}"
1368
+ data-default-priority="12"
1369
+ >
1370
+ </command-palette-item-group>
1371
+ <command-palette-item-group
1372
+ data-group-id="memex_projects"
1373
+ data-group-title="Projects"
1374
+ data-group-hint=""
1375
+ data-group-limits="{}"
1376
+ data-default-priority="13"
1377
+ >
1378
+ </command-palette-item-group>
1379
+ <command-palette-item-group
1380
+ data-group-id="projects"
1381
+ data-group-title="Projects (classic)"
1382
+ data-group-hint=""
1383
+ data-group-limits="{}"
1384
+ data-default-priority="14"
1385
+ >
1386
+ </command-palette-item-group>
1387
+ <command-palette-item-group
1388
+ data-group-id="footer"
1389
+ data-group-title="Footer"
1390
+ data-group-hint=""
1391
+ data-group-limits="{}"
1392
+ data-default-priority="15"
1393
+ >
1394
+ </command-palette-item-group>
1395
+ <command-palette-item-group
1396
+ data-group-id="modes_help"
1397
+ data-group-title="Modes"
1398
+ data-group-hint=""
1399
+ data-group-limits="{}"
1400
+ data-default-priority="16"
1401
+ >
1402
+ </command-palette-item-group>
1403
+ <command-palette-item-group
1404
+ data-group-id="filters_help"
1405
+ data-group-title="Use filters in issues, pull requests, discussions, and projects"
1406
+ data-group-hint=""
1407
+ data-group-limits="{}"
1408
+ data-default-priority="17"
1409
+ >
1410
+ </command-palette-item-group>
1411
+
1412
+ <command-palette-page
1413
+ data-page-title="google"
1414
+ data-scope-id="MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ="
1415
+ data-scope-type="owner"
1416
+ data-targets="command-palette-page-stack.defaultPages"
1417
+ hidden
1418
+ >
1419
+ </command-palette-page>
1420
+ <command-palette-page
1421
+ data-page-title="fonts"
1422
+ data-scope-id="MDEwOlJlcG9zaXRvcnkzMDY3NTUzMw=="
1423
+ data-scope-type="repository"
1424
+ data-targets="command-palette-page-stack.defaultPages"
1425
+ hidden
1426
+ >
1427
+ </command-palette-page>
1428
+ </div>
1429
+
1430
+ <command-palette-page data-is-root>
1431
+ </command-palette-page>
1432
+ <command-palette-page
1433
+ data-page-title="google"
1434
+ data-scope-id="MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ="
1435
+ data-scope-type="owner"
1436
+ >
1437
+ </command-palette-page>
1438
+ <command-palette-page
1439
+ data-page-title="fonts"
1440
+ data-scope-id="MDEwOlJlcG9zaXRvcnkzMDY3NTUzMw=="
1441
+ data-scope-type="repository"
1442
+ >
1443
+ </command-palette-page>
1444
+ </command-palette-page-stack>
1445
+
1446
+ <server-defined-provider data-type="search-links" data-targets="command-palette.serverDefinedProviderElements"></server-defined-provider>
1447
+ <server-defined-provider data-type="help" data-targets="command-palette.serverDefinedProviderElements">
1448
+ <command-palette-help
1449
+ data-group="modes_help"
1450
+ data-prefix="#"
1451
+ data-scope-types="[&quot;&quot;]"
1452
+ >
1453
+ <span data-target="command-palette-help.titleElement">Search for <strong>issues</strong> and <strong>pull requests</strong></span>
1454
+ <span data-target="command-palette-help.hintElement">
1455
+ <kbd class="hx_kbd">#</kbd>
1456
+ </span>
1457
+ </command-palette-help>
1458
+ <command-palette-help
1459
+ data-group="modes_help"
1460
+ data-prefix="#"
1461
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1462
+ >
1463
+ <span data-target="command-palette-help.titleElement">Search for <strong>issues, pull requests, discussions,</strong> and <strong>projects</strong></span>
1464
+ <span data-target="command-palette-help.hintElement">
1465
+ <kbd class="hx_kbd">#</kbd>
1466
+ </span>
1467
+ </command-palette-help>
1468
+ <command-palette-help
1469
+ data-group="modes_help"
1470
+ data-prefix="@"
1471
+ data-scope-types="[&quot;&quot;]"
1472
+ >
1473
+ <span data-target="command-palette-help.titleElement">Search for <strong>organizations, repositories,</strong> and <strong>users</strong></span>
1474
+ <span data-target="command-palette-help.hintElement">
1475
+ <kbd class="hx_kbd">@</kbd>
1476
+ </span>
1477
+ </command-palette-help>
1478
+ <command-palette-help
1479
+ data-group="modes_help"
1480
+ data-prefix="!"
1481
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1482
+ >
1483
+ <span data-target="command-palette-help.titleElement">Search for <strong>projects</strong></span>
1484
+ <span data-target="command-palette-help.hintElement">
1485
+ <kbd class="hx_kbd">!</kbd>
1486
+ </span>
1487
+ </command-palette-help>
1488
+ <command-palette-help
1489
+ data-group="modes_help"
1490
+ data-prefix="/"
1491
+ data-scope-types="[&quot;repository&quot;]"
1492
+ >
1493
+ <span data-target="command-palette-help.titleElement">Search for <strong>files</strong></span>
1494
+ <span data-target="command-palette-help.hintElement">
1495
+ <kbd class="hx_kbd">/</kbd>
1496
+ </span>
1497
+ </command-palette-help>
1498
+ <command-palette-help
1499
+ data-group="modes_help"
1500
+ data-prefix="&gt;"
1501
+ >
1502
+ <span data-target="command-palette-help.titleElement">Activate <strong>command mode</strong></span>
1503
+ <span data-target="command-palette-help.hintElement">
1504
+ <kbd class="hx_kbd">&gt;</kbd>
1505
+ </span>
1506
+ </command-palette-help>
1507
+ <command-palette-help
1508
+ data-group="filters_help"
1509
+ data-prefix="# author:@me"
1510
+ >
1511
+ <span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
1512
+ <span data-target="command-palette-help.hintElement">
1513
+ <kbd class="hx_kbd"># author:@me</kbd>
1514
+ </span>
1515
+ </command-palette-help>
1516
+ <command-palette-help
1517
+ data-group="filters_help"
1518
+ data-prefix="# author:@me"
1519
+ >
1520
+ <span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
1521
+ <span data-target="command-palette-help.hintElement">
1522
+ <kbd class="hx_kbd"># author:@me</kbd>
1523
+ </span>
1524
+ </command-palette-help>
1525
+ <command-palette-help
1526
+ data-group="filters_help"
1527
+ data-prefix="# is:pr"
1528
+ >
1529
+ <span data-target="command-palette-help.titleElement">Filter to pull requests</span>
1530
+ <span data-target="command-palette-help.hintElement">
1531
+ <kbd class="hx_kbd"># is:pr</kbd>
1532
+ </span>
1533
+ </command-palette-help>
1534
+ <command-palette-help
1535
+ data-group="filters_help"
1536
+ data-prefix="# is:issue"
1537
+ >
1538
+ <span data-target="command-palette-help.titleElement">Filter to issues</span>
1539
+ <span data-target="command-palette-help.hintElement">
1540
+ <kbd class="hx_kbd"># is:issue</kbd>
1541
+ </span>
1542
+ </command-palette-help>
1543
+ <command-palette-help
1544
+ data-group="filters_help"
1545
+ data-prefix="# is:discussion"
1546
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1547
+ >
1548
+ <span data-target="command-palette-help.titleElement">Filter to discussions</span>
1549
+ <span data-target="command-palette-help.hintElement">
1550
+ <kbd class="hx_kbd"># is:discussion</kbd>
1551
+ </span>
1552
+ </command-palette-help>
1553
+ <command-palette-help
1554
+ data-group="filters_help"
1555
+ data-prefix="# is:project"
1556
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1557
+ >
1558
+ <span data-target="command-palette-help.titleElement">Filter to projects</span>
1559
+ <span data-target="command-palette-help.hintElement">
1560
+ <kbd class="hx_kbd"># is:project</kbd>
1561
+ </span>
1562
+ </command-palette-help>
1563
+ <command-palette-help
1564
+ data-group="filters_help"
1565
+ data-prefix="# is:open"
1566
+ >
1567
+ <span data-target="command-palette-help.titleElement">Filter to open issues, pull requests, and discussions</span>
1568
+ <span data-target="command-palette-help.hintElement">
1569
+ <kbd class="hx_kbd"># is:open</kbd>
1570
+ </span>
1571
+ </command-palette-help>
1572
+ </server-defined-provider>
1573
+
1574
+ <server-defined-provider
1575
+ data-type="commands"
1576
+ data-fetch-debounce="0"
1577
+ data-src="/command_palette/commands"
1578
+ data-supported-modes="[]"
1579
+ data-supports-commands
1580
+
1581
+ data-targets="command-palette.serverDefinedProviderElements"
1582
+ ></server-defined-provider>
1583
+ <server-defined-provider
1584
+ data-type="prefetched"
1585
+ data-fetch-debounce="0"
1586
+ data-src="/command_palette/jump_to_page_navigation"
1587
+ data-supported-modes="[&quot;&quot;]"
1588
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1589
+
1590
+ data-targets="command-palette.serverDefinedProviderElements"
1591
+ ></server-defined-provider>
1592
+ <server-defined-provider
1593
+ data-type="remote"
1594
+ data-fetch-debounce="200"
1595
+ data-src="/command_palette/issues"
1596
+ data-supported-modes="[&quot;#&quot;,&quot;#&quot;]"
1597
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;,&quot;&quot;]"
1598
+
1599
+ data-targets="command-palette.serverDefinedProviderElements"
1600
+ ></server-defined-provider>
1601
+ <server-defined-provider
1602
+ data-type="remote"
1603
+ data-fetch-debounce="200"
1604
+ data-src="/command_palette/jump_to"
1605
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;]"
1606
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1607
+
1608
+ data-targets="command-palette.serverDefinedProviderElements"
1609
+ ></server-defined-provider>
1610
+ <server-defined-provider
1611
+ data-type="remote"
1612
+ data-fetch-debounce="200"
1613
+ data-src="/command_palette/jump_to_members_only"
1614
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
1615
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1616
+
1617
+ data-targets="command-palette.serverDefinedProviderElements"
1618
+ ></server-defined-provider>
1619
+ <server-defined-provider
1620
+ data-type="prefetched"
1621
+ data-fetch-debounce="0"
1622
+ data-src="/command_palette/jump_to_members_only_prefetched"
1623
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
1624
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1625
+
1626
+ data-targets="command-palette.serverDefinedProviderElements"
1627
+ ></server-defined-provider>
1628
+ <server-defined-provider
1629
+ data-type="files"
1630
+ data-fetch-debounce="0"
1631
+ data-src="/command_palette/files"
1632
+ data-supported-modes="[&quot;/&quot;]"
1633
+ data-supported-scope-types="[&quot;repository&quot;]"
1634
+
1635
+ data-targets="command-palette.serverDefinedProviderElements"
1636
+ ></server-defined-provider>
1637
+ <server-defined-provider
1638
+ data-type="remote"
1639
+ data-fetch-debounce="200"
1640
+ data-src="/command_palette/discussions"
1641
+ data-supported-modes="[&quot;#&quot;]"
1642
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1643
+
1644
+ data-targets="command-palette.serverDefinedProviderElements"
1645
+ ></server-defined-provider>
1646
+ <server-defined-provider
1647
+ data-type="remote"
1648
+ data-fetch-debounce="200"
1649
+ data-src="/command_palette/projects"
1650
+ data-supported-modes="[&quot;#&quot;,&quot;!&quot;]"
1651
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1652
+
1653
+ data-targets="command-palette.serverDefinedProviderElements"
1654
+ ></server-defined-provider>
1655
+ <server-defined-provider
1656
+ data-type="prefetched"
1657
+ data-fetch-debounce="0"
1658
+ data-src="/command_palette/recent_issues"
1659
+ data-supported-modes="[&quot;#&quot;,&quot;#&quot;]"
1660
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;,&quot;&quot;]"
1661
+
1662
+ data-targets="command-palette.serverDefinedProviderElements"
1663
+ ></server-defined-provider>
1664
+ <server-defined-provider
1665
+ data-type="remote"
1666
+ data-fetch-debounce="200"
1667
+ data-src="/command_palette/teams"
1668
+ data-supported-modes="[&quot;@&quot;,&quot;&quot;]"
1669
+ data-supported-scope-types="[&quot;owner&quot;]"
1670
+
1671
+ data-targets="command-palette.serverDefinedProviderElements"
1672
+ ></server-defined-provider>
1673
+ <server-defined-provider
1674
+ data-type="remote"
1675
+ data-fetch-debounce="200"
1676
+ data-src="/command_palette/name_with_owner_repository"
1677
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
1678
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1679
+
1680
+ data-targets="command-palette.serverDefinedProviderElements"
1681
+ ></server-defined-provider>
1682
+ </command-palette>
1683
+ </details-dialog>
1684
+ </details>
1685
+
1686
+ <div class="position-fixed bottom-0 left-0 ml-5 mb-5 js-command-palette-toasts" style="z-index: 1000">
1687
+ <div hidden class="Toast Toast--loading">
1688
+ <span class="Toast-icon">
1689
+ <svg class="Toast--spinner" viewBox="0 0 32 32" width="18" height="18" aria-hidden="true">
1690
+ <path
1691
+ fill="#959da5"
1692
+ d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"
1693
+ />
1694
+ <path fill="#ffffff" d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"></path>
1695
+ </svg>
1696
+ </span>
1697
+ <span class="Toast-content"></span>
1698
+ </div>
1699
+
1700
+ <div hidden class="anim-fade-in fast Toast Toast--error">
1701
+ <span class="Toast-icon">
1702
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-stop">
1703
+ <path d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path>
1704
+ </svg>
1705
+ </span>
1706
+ <span class="Toast-content"></span>
1707
+ </div>
1708
+
1709
+ <div hidden class="anim-fade-in fast Toast Toast--warning">
1710
+ <span class="Toast-icon">
1711
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
1712
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
1713
+ </svg>
1714
+ </span>
1715
+ <span class="Toast-content"></span>
1716
+ </div>
1717
+
1718
+
1719
+ <div hidden class="anim-fade-in fast Toast Toast--success">
1720
+ <span class="Toast-icon">
1721
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check">
1722
+ <path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"></path>
1723
+ </svg>
1724
+ </span>
1725
+ <span class="Toast-content"></span>
1726
+ </div>
1727
+
1728
+ <div hidden class="anim-fade-in fast Toast">
1729
+ <span class="Toast-icon">
1730
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-info">
1731
+ <path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path>
1732
+ </svg>
1733
+ </span>
1734
+ <span class="Toast-content"></span>
1735
+ </div>
1736
+ </div>
1737
+
1738
+
1739
+ <div
1740
+ class="application-main "
1741
+ data-commit-hovercards-enabled
1742
+ data-discussion-hovercards-enabled
1743
+ data-issue-and-pr-hovercards-enabled
1744
+ >
1745
+ <div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">
1746
+ <main id="js-repo-pjax-container" >
1747
+
1748
+
1749
+
1750
+
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+
1757
+
1758
+
1759
+ <div id="repository-container-header" class="pt-3 hide-full-screen" style="background-color: var(--color-page-header-bg);" data-turbo-replace>
1760
+
1761
+ <div class="d-flex flex-wrap flex-justify-end mb-3 px-3 px-md-4 px-lg-5" style="gap: 1rem;">
1762
+
1763
+ <div class="flex-auto min-width-0 width-fit mr-3">
1764
+
1765
+ <div class=" d-flex flex-wrap flex-items-center wb-break-word f3 text-normal">
1766
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo color-fg-muted mr-2">
1767
+ <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
1768
+ </svg>
1769
+
1770
+ <span class="author flex-self-stretch" itemprop="author">
1771
+ <a class="url fn" rel="author" data-hovercard-type="organization" data-hovercard-url="/orgs/google/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="/google">
1772
+ google
1773
+ </a> </span>
1774
+ <span class="mx-1 flex-self-stretch color-fg-muted">/</span>
1775
+ <strong itemprop="name" class="mr-2 flex-self-stretch">
1776
+ <a data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" href="/google/fonts">fonts</a>
1777
+ </strong>
1778
+
1779
+ <span></span><span class="Label Label--secondary v-align-middle mr-1">Public</span>
1780
+ </div>
1781
+
1782
+
1783
+ </div>
1784
+
1785
+ <div id="repository-details-container" data-turbo-replace>
1786
+ <ul class="pagehead-actions flex-shrink-0 d-none d-md-inline" style="padding: 2px 0;">
1787
+
1788
+
1789
+
1790
+ <li>
1791
+ <include-fragment loading="lazy" src="/notifications/30675533/watch_subscription?aria_id_prefix=repository-details&amp;button_block=false&amp;show_count=true">
1792
+ <div data-hide-on-error>
1793
+
1794
+ <button disabled="disabled" aria-label="Watching a repository" type="button" data-view-component="true" class="tooltipped tooltipped-n Button--secondary Button--small Button"> <span class="Button-content">
1795
+ <span class="Button-visual Button-leadingVisual">
1796
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-eye">
1797
+ <path d="M8 2c1.981 0 3.671.992 4.933 2.078 1.27 1.091 2.187 2.345 2.637 3.023a1.62 1.62 0 0 1 0 1.798c-.45.678-1.367 1.932-2.637 3.023C11.67 13.008 9.981 14 8 14c-1.981 0-3.671-.992-4.933-2.078C1.797 10.83.88 9.576.43 8.898a1.62 1.62 0 0 1 0-1.798c.45-.677 1.367-1.931 2.637-3.022C4.33 2.992 6.019 2 8 2ZM1.679 7.932a.12.12 0 0 0 0 .136c.411.622 1.241 1.75 2.366 2.717C5.176 11.758 6.527 12.5 8 12.5c1.473 0 2.825-.742 3.955-1.715 1.124-.967 1.954-2.096 2.366-2.717a.12.12 0 0 0 0-.136c-.412-.621-1.242-1.75-2.366-2.717C10.824 4.242 9.473 3.5 8 3.5c-1.473 0-2.825.742-3.955 1.715-1.124.967-1.954 2.096-2.366 2.717ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10Z"></path>
1798
+ </svg>
1799
+ </span>
1800
+ <span class="Button-label">Watch</span>
1801
+ </span>
1802
+ </button>
1803
+
1804
+ </div>
1805
+ <p data-show-on-error hidden>
1806
+
1807
+ <span class="d-flex pt-1">
1808
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert mr-1">
1809
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
1810
+ </svg>
1811
+ Couldn't load subscription status.&nbsp;
1812
+ <button data-retry-button="" type="button" data-view-component="true" class="Button--link Button--medium Button"> <span class="Button-content">
1813
+ <span class="Button-label">Retry</span>
1814
+ </span>
1815
+ </button>
1816
+
1817
+ </span>
1818
+
1819
+ </p>
1820
+ </include-fragment>
1821
+ </li>
1822
+
1823
+ <li>
1824
+ <div data-view-component="true" class="d-flex">
1825
+ <div data-view-component="true" class="position-relative d-inline-block">
1826
+ <a icon="repo-forked" id="fork-button" href="/google/fonts/fork" data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;FORK_BUTTON&quot;,&quot;repository_id&quot;:30675533,&quot;originating_url&quot;:&quot;https://github.com/google/fonts/blob/main/ofl/notosans/NotoSans-Bold.ttf&quot;,&quot;user_id&quot;:130130066}}" data-hydro-click-hmac="cf864f76957ecba47bda4cea0b4917284bc6b8fdc0c3c19375f1b2762e9fa41c" data-ga-click="Repository, show fork modal, action:blob#show; text:Fork" data-view-component="true" class="btn-sm btn BtnGroup-item border-right-0"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo-forked mr-2">
1827
+ <path d="M5 5.372v.878c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75v-.878a2.25 2.25 0 1 1 1.5 0v.878a2.25 2.25 0 0 1-2.25 2.25h-1.5v2.128a2.251 2.251 0 1 1-1.5 0V8.5h-1.5A2.25 2.25 0 0 1 3.5 6.25v-.878a2.25 2.25 0 1 1 1.5 0ZM5 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm6.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-3 8.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Z"></path>
1828
+ </svg>Fork
1829
+ <span id="repo-network-counter" data-pjax-replace="true" data-turbo-replace="true" title="2,559" data-view-component="true" class="Counter">2.6k</span>
1830
+ </a> <tool-tip id="tooltip-6d9203e7-52f5-411d-9e41-bad1eabf8889" for="fork-button" data-direction="s" data-type="description" data-view-component="true" class="sr-only position-absolute">Fork your own copy of google/fonts</tool-tip>
1831
+ </div>
1832
+ <details group_item="true" id="my-forks-menu-30675533" data-view-component="true" class="details-reset details-overlay BtnGroup-parent d-inline-block position-relative">
1833
+ <summary aria-label="See your forks of this repository" data-view-component="true" class="btn-sm btn BtnGroup-item px-2 float-none"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-triangle-down">
1834
+ <path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"></path>
1835
+ </svg>
1836
+ </summary>
1837
+ <details-menu
1838
+ class="SelectMenu right-0"
1839
+ src="/google/fonts/my_forks_menu_content?can_fork=true"
1840
+
1841
+ role="menu"
1842
+
1843
+ >
1844
+ <div class="SelectMenu-modal">
1845
+ <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-891877">
1846
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1847
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
1848
+ </svg>
1849
+ </button>
1850
+ <div
1851
+ id="filter-menu-891877"
1852
+ class="d-flex flex-column flex-1 overflow-hidden"
1853
+ >
1854
+ <div
1855
+ class="SelectMenu-list"
1856
+ >
1857
+
1858
+ <include-fragment class="SelectMenu-loading" aria-label="Loading">
1859
+ <svg role="menuitem" style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
1860
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1861
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1862
+ </svg>
1863
+ </include-fragment>
1864
+ </div>
1865
+
1866
+ </div>
1867
+ </div>
1868
+ </details-menu>
1869
+ </details></div>
1870
+ </li>
1871
+
1872
+ <li>
1873
+ <template class="js-unstar-confirmation-dialog-template">
1874
+ <div class="Box-header">
1875
+ <h2 class="Box-title">Unstar this repository?</h2>
1876
+ </div>
1877
+ <div class="Box-body">
1878
+ <p class="mb-3">
1879
+ This will remove {{ repoNameWithOwner }} from the {{ listsWithCount }} that it's been added to.
1880
+ </p>
1881
+ <div class="form-actions">
1882
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-confirmation-form" data-turbo="false" action="{{ confirmUrl }}" accept-charset="UTF-8" method="post">
1883
+ <input type="hidden" name="authenticity_token" value="{{ confirmCsrfToken }}">
1884
+ <input type="hidden" name="confirm" value="true">
1885
+ <button data-close-dialog="true" type="submit" data-view-component="true" class="btn-danger btn width-full"> Unstar
1886
+ </button>
1887
+ </form> </div>
1888
+ </div>
1889
+ </template>
1890
+
1891
+ <div data-view-component="true" class="js-toggler-container js-social-container starring-container d-flex">
1892
+ <div data-view-component="true" class="starred BtnGroup flex-1">
1893
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-form BtnGroup-parent flex-auto js-deferred-toggler-target" data-turbo="false" action="/google/fonts/unstar" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="lo1B9O0h992ktIOdJn0esUKYVt1HeshouwW-meu1lUbHmswe0kTiUkxfCsxR4W41gnc9v9h_CXqOgNw19PaJgA" autocomplete="off" />
1894
+ <input type="hidden" value="Ous1fbooMYLUXDEdsdbsRpG2jUIw5FYusUMWmG8l4ntr_LiXhU0kDTy3uEzGSpzCUVnmIK_hlzyExnQ0cGb-vQ" data-csrf="true" class="js-confirm-csrf-token" />
1895
+ <input type="hidden" name="context" value="repository">
1896
+ <button data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;UNSTAR_BUTTON&quot;,&quot;repository_id&quot;:30675533,&quot;originating_url&quot;:&quot;https://github.com/google/fonts/blob/main/ofl/notosans/NotoSans-Bold.ttf&quot;,&quot;user_id&quot;:130130066}}" data-hydro-click-hmac="17692931dcd2e3f5ebbcc4c014296a1bf892e1a0c57535ef8692db5714148622" data-ga-click="Repository, click unstar button, action:blob#show; text:Unstar" aria-label="Unstar this repository (16435)" type="submit" data-view-component="true" class="rounded-left-2 btn-sm btn BtnGroup-item"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-star-fill starred-button-icon d-inline-block mr-2">
1897
+ <path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Z"></path>
1898
+ </svg><span data-view-component="true" class="d-inline">
1899
+ Starred
1900
+ </span> <span id="repo-stars-counter-unstar" aria-label="16435 users starred this repository" data-singular-suffix="user starred this repository" data-plural-suffix="users starred this repository" data-turbo-replace="true" title="16,435" data-view-component="true" class="Counter js-social-count">16.4k</span>
1901
+ </button></form> <details id="details-user-list-30675533-starred" data-view-component="true" class="details-reset details-overlay BtnGroup-parent js-user-list-menu d-inline-block position-relative">
1902
+ <summary aria-label="Add this repository to a list" data-view-component="true" class="btn-sm btn BtnGroup-item px-2 float-none"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-triangle-down">
1903
+ <path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"></path>
1904
+ </svg>
1905
+ </summary>
1906
+ <details-menu
1907
+ class="SelectMenu right-0"
1908
+ src="/google/fonts/lists"
1909
+
1910
+ role="menu"
1911
+
1912
+ >
1913
+ <div class="SelectMenu-modal">
1914
+ <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-69de23">
1915
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1916
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
1917
+ </svg>
1918
+ </button>
1919
+ <div
1920
+ id="filter-menu-69de23"
1921
+ class="d-flex flex-column flex-1 overflow-hidden"
1922
+ >
1923
+ <div
1924
+ class="SelectMenu-list"
1925
+ >
1926
+
1927
+ <include-fragment class="SelectMenu-loading" aria-label="Loading">
1928
+ <svg role="menuitem" style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
1929
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1930
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1931
+ </svg>
1932
+ </include-fragment>
1933
+ </div>
1934
+
1935
+ </div>
1936
+ </div>
1937
+ </details-menu>
1938
+ </details>
1939
+ </div>
1940
+ <div data-view-component="true" class="unstarred BtnGroup flex-1">
1941
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-form BtnGroup-parent flex-auto" data-turbo="false" action="/google/fonts/star" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="HaS79ZdShGsGMrGxjSoiXqGsXpl7Wlyclc4CRcYHFYk0mN-26uPZxLBccM2161nvQqC908VzFM8FrIOISk6HOw" autocomplete="off" />
1942
+ <input type="hidden" name="context" value="repository">
1943
+ <button data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;STAR_BUTTON&quot;,&quot;repository_id&quot;:30675533,&quot;originating_url&quot;:&quot;https://github.com/google/fonts/blob/main/ofl/notosans/NotoSans-Bold.ttf&quot;,&quot;user_id&quot;:130130066}}" data-hydro-click-hmac="8be8a22375a6084a887679ee82f0d044328b7938564e599f365b1b857b05b247" data-ga-click="Repository, click star button, action:blob#show; text:Star" aria-label="Star this repository (16435)" type="submit" data-view-component="true" class="js-toggler-target rounded-left-2 btn-sm btn BtnGroup-item"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-star d-inline-block mr-2">
1944
+ <path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Zm0 2.445L6.615 5.5a.75.75 0 0 1-.564.41l-3.097.45 2.24 2.184a.75.75 0 0 1 .216.664l-.528 3.084 2.769-1.456a.75.75 0 0 1 .698 0l2.77 1.456-.53-3.084a.75.75 0 0 1 .216-.664l2.24-2.183-3.096-.45a.75.75 0 0 1-.564-.41L8 2.694Z"></path>
1945
+ </svg><span data-view-component="true" class="d-inline">
1946
+ Star
1947
+ </span> <span id="repo-stars-counter-star" aria-label="16435 users starred this repository" data-singular-suffix="user starred this repository" data-plural-suffix="users starred this repository" data-turbo-replace="true" title="16,435" data-view-component="true" class="Counter js-social-count">16.4k</span>
1948
+ </button></form> <details id="details-user-list-30675533-unstarred" data-view-component="true" class="details-reset details-overlay BtnGroup-parent js-user-list-menu d-inline-block position-relative">
1949
+ <summary aria-label="Add this repository to a list" data-view-component="true" class="btn-sm btn BtnGroup-item px-2 float-none"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-triangle-down">
1950
+ <path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"></path>
1951
+ </svg>
1952
+ </summary>
1953
+ <details-menu
1954
+ class="SelectMenu right-0"
1955
+ src="/google/fonts/lists"
1956
+
1957
+ role="menu"
1958
+
1959
+ >
1960
+ <div class="SelectMenu-modal">
1961
+ <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-7bd5bf">
1962
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1963
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
1964
+ </svg>
1965
+ </button>
1966
+ <div
1967
+ id="filter-menu-7bd5bf"
1968
+ class="d-flex flex-column flex-1 overflow-hidden"
1969
+ >
1970
+ <div
1971
+ class="SelectMenu-list"
1972
+ >
1973
+
1974
+ <include-fragment class="SelectMenu-loading" aria-label="Loading">
1975
+ <svg role="menuitem" style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
1976
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1977
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1978
+ </svg>
1979
+ </include-fragment>
1980
+ </div>
1981
+
1982
+ </div>
1983
+ </div>
1984
+ </details-menu>
1985
+ </details>
1986
+ </div></div>
1987
+ </li>
1988
+
1989
+
1990
+
1991
+
1992
+ </ul>
1993
+
1994
+ </div>
1995
+ </div>
1996
+
1997
+ <div id="responsive-meta-container" data-turbo-replace>
1998
+ </div>
1999
+
2000
+
2001
+ <nav data-pjax="#js-repo-pjax-container" aria-label="Repository" data-view-component="true" class="js-repo-nav js-sidenav-container-pjax js-responsive-underlinenav overflow-hidden UnderlineNav px-3 px-md-4 px-lg-5">
2002
+
2003
+ <ul data-view-component="true" class="UnderlineNav-body list-style-none">
2004
+ <li data-view-component="true" class="d-inline-flex">
2005
+ <a id="code-tab" href="/google/fonts" data-tab-item="i0code-tab" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /google/fonts" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g c" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Code&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" aria-current="page" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item selected">
2006
+
2007
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code UnderlineNav-octicon d-none d-sm-inline">
2008
+ <path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
2009
+ </svg>
2010
+ <span data-content="Code">Code</span>
2011
+ <span id="code-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
2012
+
2013
+
2014
+
2015
+ </a></li>
2016
+ <li data-view-component="true" class="d-inline-flex">
2017
+ <a id="issues-tab" href="/google/fonts/issues" data-tab-item="i1issues-tab" data-selected-links="repo_issues repo_labels repo_milestones /google/fonts/issues" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g i" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Issues&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2018
+
2019
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-issue-opened UnderlineNav-octicon d-none d-sm-inline">
2020
+ <path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Z"></path>
2021
+ </svg>
2022
+ <span data-content="Issues">Issues</span>
2023
+ <span id="issues-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="1,081" data-view-component="true" class="Counter">1.1k</span>
2024
+
2025
+
2026
+
2027
+ </a></li>
2028
+ <li data-view-component="true" class="d-inline-flex">
2029
+ <a id="pull-requests-tab" href="/google/fonts/pulls" data-tab-item="i2pull-requests-tab" data-selected-links="repo_pulls checks /google/fonts/pulls" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g p" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Pull requests&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2030
+
2031
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-git-pull-request UnderlineNav-octicon d-none d-sm-inline">
2032
+ <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25Zm5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354ZM3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm0 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm8.25.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Z"></path>
2033
+ </svg>
2034
+ <span data-content="Pull requests">Pull requests</span>
2035
+ <span id="pull-requests-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="93" data-view-component="true" class="Counter">93</span>
2036
+
2037
+
2038
+
2039
+ </a></li>
2040
+ <li data-view-component="true" class="d-inline-flex">
2041
+ <a id="actions-tab" href="/google/fonts/actions" data-tab-item="i3actions-tab" data-selected-links="repo_actions /google/fonts/actions" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g a" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Actions&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2042
+
2043
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-play UnderlineNav-octicon d-none d-sm-inline">
2044
+ <path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm4.879-2.773 4.264 2.559a.25.25 0 0 1 0 .428l-4.264 2.559A.25.25 0 0 1 6 10.559V5.442a.25.25 0 0 1 .379-.215Z"></path>
2045
+ </svg>
2046
+ <span data-content="Actions">Actions</span>
2047
+ <span id="actions-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
2048
+
2049
+
2050
+
2051
+ </a></li>
2052
+ <li data-view-component="true" class="d-inline-flex">
2053
+ <a id="projects-tab" href="/google/fonts/projects" data-tab-item="i4projects-tab" data-selected-links="repo_projects new_repo_project repo_project /google/fonts/projects" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g b" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Projects&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2054
+
2055
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-table UnderlineNav-octicon d-none d-sm-inline">
2056
+ <path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25ZM6.5 6.5v8h7.75a.25.25 0 0 0 .25-.25V6.5Zm8-1.5V1.75a.25.25 0 0 0-.25-.25H6.5V5Zm-13 1.5v7.75c0 .138.112.25.25.25H5v-8ZM5 5V1.5H1.75a.25.25 0 0 0-.25.25V5Z"></path>
2057
+ </svg>
2058
+ <span data-content="Projects">Projects</span>
2059
+ <span id="projects-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="3" data-view-component="true" class="Counter">3</span>
2060
+
2061
+
2062
+
2063
+ </a></li>
2064
+ <li data-view-component="true" class="d-inline-flex">
2065
+ <a id="security-tab" href="/google/fonts/security" data-tab-item="i5security-tab" data-selected-links="security overview alerts policy token_scanning code_scanning /google/fonts/security" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g s" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Security&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2066
+
2067
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-shield UnderlineNav-octicon d-none d-sm-inline">
2068
+ <path d="M7.467.133a1.748 1.748 0 0 1 1.066 0l5.25 1.68A1.75 1.75 0 0 1 15 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.697 1.697 0 0 1-1.33 0c-2.447-1.042-4.049-2.357-5.032-3.855C1.32 10.182 1 8.566 1 7V3.48a1.75 1.75 0 0 1 1.217-1.667Zm.61 1.429a.25.25 0 0 0-.153 0l-5.25 1.68a.25.25 0 0 0-.174.238V7c0 1.358.275 2.666 1.057 3.86.784 1.194 2.121 2.34 4.366 3.297a.196.196 0 0 0 .154 0c2.245-.956 3.582-2.104 4.366-3.298C13.225 9.666 13.5 8.36 13.5 7V3.48a.251.251 0 0 0-.174-.237l-5.25-1.68ZM8.75 4.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 1.5 0ZM9 10.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
2069
+ </svg>
2070
+ <span data-content="Security">Security</span>
2071
+ <include-fragment src="/google/fonts/security/overall-count" accept="text/fragment+html"></include-fragment>
2072
+
2073
+
2074
+ </a></li>
2075
+ <li data-view-component="true" class="d-inline-flex">
2076
+ <a id="insights-tab" href="/google/fonts/pulse" data-tab-item="i6insights-tab" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /google/fonts/pulse" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Insights&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2077
+
2078
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-graph UnderlineNav-octicon d-none d-sm-inline">
2079
+ <path d="M1.5 1.75V13.5h13.75a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75V1.75a.75.75 0 0 1 1.5 0Zm14.28 2.53-5.25 5.25a.75.75 0 0 1-1.06 0L7 7.06 4.28 9.78a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l3.25-3.25a.75.75 0 0 1 1.06 0L10 7.94l4.72-4.72a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Z"></path>
2080
+ </svg>
2081
+ <span data-content="Insights">Insights</span>
2082
+ <span id="insights-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
2083
+
2084
+
2085
+
2086
+ </a></li>
2087
+ </ul>
2088
+ <div style="visibility:hidden;" data-view-component="true" class="UnderlineNav-actions js-responsive-underlinenav-overflow position-absolute pr-3 pr-md-4 pr-lg-5 right-0"> <details data-view-component="true" class="details-overlay details-reset position-relative">
2089
+ <summary role="button" data-view-component="true"> <div class="UnderlineNav-item mr-0 border-0">
2090
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-kebab-horizontal">
2091
+ <path d="M8 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM1.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm13 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path>
2092
+ </svg>
2093
+ <span class="sr-only">More</span>
2094
+ </div>
2095
+ </summary>
2096
+ <details-menu role="menu" data-view-component="true" class="dropdown-menu dropdown-menu-sw"> <ul>
2097
+ <li data-menu-item="i0code-tab" hidden>
2098
+ <a role="menuitem" class="js-selected-navigation-item selected dropdown-item" aria-current="page" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /google/fonts" href="/google/fonts">
2099
+ Code
2100
+ </a> </li>
2101
+ <li data-menu-item="i1issues-tab" hidden>
2102
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_issues repo_labels repo_milestones /google/fonts/issues" href="/google/fonts/issues">
2103
+ Issues
2104
+ </a> </li>
2105
+ <li data-menu-item="i2pull-requests-tab" hidden>
2106
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_pulls checks /google/fonts/pulls" href="/google/fonts/pulls">
2107
+ Pull requests
2108
+ </a> </li>
2109
+ <li data-menu-item="i3actions-tab" hidden>
2110
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_actions /google/fonts/actions" href="/google/fonts/actions">
2111
+ Actions
2112
+ </a> </li>
2113
+ <li data-menu-item="i4projects-tab" hidden>
2114
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_projects new_repo_project repo_project /google/fonts/projects" href="/google/fonts/projects">
2115
+ Projects
2116
+ </a> </li>
2117
+ <li data-menu-item="i5security-tab" hidden>
2118
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="security overview alerts policy token_scanning code_scanning /google/fonts/security" href="/google/fonts/security">
2119
+ Security
2120
+ </a> </li>
2121
+ <li data-menu-item="i6insights-tab" hidden>
2122
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /google/fonts/pulse" href="/google/fonts/pulse">
2123
+ Insights
2124
+ </a> </li>
2125
+ </ul>
2126
+ </details-menu>
2127
+ </details></div>
2128
+ </nav>
2129
+
2130
+ </div>
2131
+
2132
+
2133
+
2134
+
2135
+
2136
+ <turbo-frame id="repo-content-turbo-frame" target="_top" data-turbo-action="advance" class="">
2137
+ <div id="repo-content-pjax-container" class="repository-content " >
2138
+ <a href="https://github.dev/" class="d-none js-github-dev-shortcut" data-hotkey=".">Open in github.dev</a>
2139
+ <a href="https://github.dev/" class="d-none js-github-dev-new-tab-shortcut" data-hotkey="Shift+.,Shift+&gt;,&gt;" target="_blank">Open in a new github.dev tab</a>
2140
+ <a class="d-none" data-hotkey="," target="_blank" href="/codespaces/new/google/fonts/tree/main?resume=1">Open in codespace</a>
2141
+
2142
+
2143
+
2144
+
2145
+
2146
+
2147
+
2148
+
2149
+
2150
+
2151
+
2152
+ <react-app
2153
+ app-name="react-code-view"
2154
+ initial-path="/google/fonts/blob/main/ofl/notosans/NotoSans-Bold.ttf"
2155
+ style="min-height: calc(100vh - 62px)"
2156
+ data-ssr="false"
2157
+ data-lazy="false"
2158
+ data-alternate="false"
2159
+ >
2160
+
2161
+ <script type="application/json" data-target="react-app.embeddedData">{"payload":{"allShortcutsEnabled":true,"fileTree":{"ofl/notosans":{"items":[{"name":"article","path":"ofl/notosans/article","contentType":"directory"},{"name":"DESCRIPTION.en_us.html","path":"ofl/notosans/DESCRIPTION.en_us.html","contentType":"file"},{"name":"METADATA.pb","path":"ofl/notosans/METADATA.pb","contentType":"file"},{"name":"NotoSans-Black.ttf","path":"ofl/notosans/NotoSans-Black.ttf","contentType":"file"},{"name":"NotoSans-BlackItalic.ttf","path":"ofl/notosans/NotoSans-BlackItalic.ttf","contentType":"file"},{"name":"NotoSans-Bold.ttf","path":"ofl/notosans/NotoSans-Bold.ttf","contentType":"file"},{"name":"NotoSans-BoldItalic.ttf","path":"ofl/notosans/NotoSans-BoldItalic.ttf","contentType":"file"},{"name":"NotoSans-ExtraBold.ttf","path":"ofl/notosans/NotoSans-ExtraBold.ttf","contentType":"file"},{"name":"NotoSans-ExtraBoldItalic.ttf","path":"ofl/notosans/NotoSans-ExtraBoldItalic.ttf","contentType":"file"},{"name":"NotoSans-ExtraLight.ttf","path":"ofl/notosans/NotoSans-ExtraLight.ttf","contentType":"file"},{"name":"NotoSans-ExtraLightItalic.ttf","path":"ofl/notosans/NotoSans-ExtraLightItalic.ttf","contentType":"file"},{"name":"NotoSans-Italic.ttf","path":"ofl/notosans/NotoSans-Italic.ttf","contentType":"file"},{"name":"NotoSans-Light.ttf","path":"ofl/notosans/NotoSans-Light.ttf","contentType":"file"},{"name":"NotoSans-LightItalic.ttf","path":"ofl/notosans/NotoSans-LightItalic.ttf","contentType":"file"},{"name":"NotoSans-Medium.ttf","path":"ofl/notosans/NotoSans-Medium.ttf","contentType":"file"},{"name":"NotoSans-MediumItalic.ttf","path":"ofl/notosans/NotoSans-MediumItalic.ttf","contentType":"file"},{"name":"NotoSans-Regular.ttf","path":"ofl/notosans/NotoSans-Regular.ttf","contentType":"file"},{"name":"NotoSans-SemiBold.ttf","path":"ofl/notosans/NotoSans-SemiBold.ttf","contentType":"file"},{"name":"NotoSans-SemiBoldItalic.ttf","path":"ofl/notosans/NotoSans-SemiBoldItalic.ttf","contentType":"file"},{"name":"NotoSans-Thin.ttf","path":"ofl/notosans/NotoSans-Thin.ttf","contentType":"file"},{"name":"NotoSans-ThinItalic.ttf","path":"ofl/notosans/NotoSans-ThinItalic.ttf","contentType":"file"},{"name":"OFL.txt","path":"ofl/notosans/OFL.txt","contentType":"file"}],"totalCount":22},"ofl":{"items":[{"name":"abeezee","path":"ofl/abeezee","contentType":"directory"},{"name":"abel","path":"ofl/abel","contentType":"directory"},{"name":"abhayalibre","path":"ofl/abhayalibre","contentType":"directory"},{"name":"aboreto","path":"ofl/aboreto","contentType":"directory"},{"name":"abrilfatface","path":"ofl/abrilfatface","contentType":"directory"},{"name":"abyssinicasil","path":"ofl/abyssinicasil","contentType":"directory"},{"name":"acme","path":"ofl/acme","contentType":"directory"},{"name":"actor","path":"ofl/actor","contentType":"directory"},{"name":"adamina","path":"ofl/adamina","contentType":"directory"},{"name":"adobeblank","path":"ofl/adobeblank","contentType":"directory"},{"name":"adventpro","path":"ofl/adventpro","contentType":"directory"},{"name":"agdasima","path":"ofl/agdasima","contentType":"directory"},{"name":"aguafinascript","path":"ofl/aguafinascript","contentType":"directory"},{"name":"akatab","path":"ofl/akatab","contentType":"directory"},{"name":"akayakanadaka","path":"ofl/akayakanadaka","contentType":"directory"},{"name":"akayatelivigala","path":"ofl/akayatelivigala","contentType":"directory"},{"name":"akronim","path":"ofl/akronim","contentType":"directory"},{"name":"aksarabaligalang","path":"ofl/aksarabaligalang","contentType":"directory"},{"name":"akshar","path":"ofl/akshar","contentType":"directory"},{"name":"aladin","path":"ofl/aladin","contentType":"directory"},{"name":"alata","path":"ofl/alata","contentType":"directory"},{"name":"alatsi","path":"ofl/alatsi","contentType":"directory"},{"name":"albertsans","path":"ofl/albertsans","contentType":"directory"},{"name":"aldrich","path":"ofl/aldrich","contentType":"directory"},{"name":"alef","path":"ofl/alef","contentType":"directory"},{"name":"alegreya","path":"ofl/alegreya","contentType":"directory"},{"name":"alegreyasans","path":"ofl/alegreyasans","contentType":"directory"},{"name":"alegreyasanssc","path":"ofl/alegreyasanssc","contentType":"directory"},{"name":"alegreyasc","path":"ofl/alegreyasc","contentType":"directory"},{"name":"aleo","path":"ofl/aleo","contentType":"directory"},{"name":"alexandria","path":"ofl/alexandria","contentType":"directory"},{"name":"alexbrush","path":"ofl/alexbrush","contentType":"directory"},{"name":"alfaslabone","path":"ofl/alfaslabone","contentType":"directory"},{"name":"alice","path":"ofl/alice","contentType":"directory"},{"name":"alike","path":"ofl/alike","contentType":"directory"},{"name":"alikeangular","path":"ofl/alikeangular","contentType":"directory"},{"name":"alkalami","path":"ofl/alkalami","contentType":"directory"},{"name":"alkatra","path":"ofl/alkatra","contentType":"directory"},{"name":"allan","path":"ofl/allan","contentType":"directory"},{"name":"allerta","path":"ofl/allerta","contentType":"directory"},{"name":"allertastencil","path":"ofl/allertastencil","contentType":"directory"},{"name":"allison","path":"ofl/allison","contentType":"directory"},{"name":"allura","path":"ofl/allura","contentType":"directory"},{"name":"almarai","path":"ofl/almarai","contentType":"directory"},{"name":"almendra","path":"ofl/almendra","contentType":"directory"},{"name":"almendradisplay","path":"ofl/almendradisplay","contentType":"directory"},{"name":"almendrasc","path":"ofl/almendrasc","contentType":"directory"},{"name":"alumnisans","path":"ofl/alumnisans","contentType":"directory"},{"name":"alumnisanscollegiateone","path":"ofl/alumnisanscollegiateone","contentType":"directory"},{"name":"alumnisansinlineone","path":"ofl/alumnisansinlineone","contentType":"directory"},{"name":"alumnisanspinstripe","path":"ofl/alumnisanspinstripe","contentType":"directory"},{"name":"amarante","path":"ofl/amarante","contentType":"directory"},{"name":"amaranth","path":"ofl/amaranth","contentType":"directory"},{"name":"amaticsc","path":"ofl/amaticsc","contentType":"directory"},{"name":"amethysta","path":"ofl/amethysta","contentType":"directory"},{"name":"amiko","path":"ofl/amiko","contentType":"directory"},{"name":"amiri","path":"ofl/amiri","contentType":"directory"},{"name":"amiriquran","path":"ofl/amiriquran","contentType":"directory"},{"name":"amiriqurancolored","path":"ofl/amiriqurancolored","contentType":"directory"},{"name":"amita","path":"ofl/amita","contentType":"directory"},{"name":"amstelvaralpha","path":"ofl/amstelvaralpha","contentType":"directory"},{"name":"anaheim","path":"ofl/anaheim","contentType":"directory"},{"name":"andadapro","path":"ofl/andadapro","contentType":"directory"},{"name":"andika","path":"ofl/andika","contentType":"directory"},{"name":"anekbangla","path":"ofl/anekbangla","contentType":"directory"},{"name":"anekdevanagari","path":"ofl/anekdevanagari","contentType":"directory"},{"name":"anekgujarati","path":"ofl/anekgujarati","contentType":"directory"},{"name":"anekgurmukhi","path":"ofl/anekgurmukhi","contentType":"directory"},{"name":"anekkannada","path":"ofl/anekkannada","contentType":"directory"},{"name":"aneklatin","path":"ofl/aneklatin","contentType":"directory"},{"name":"anekmalayalam","path":"ofl/anekmalayalam","contentType":"directory"},{"name":"anekodia","path":"ofl/anekodia","contentType":"directory"},{"name":"anektamil","path":"ofl/anektamil","contentType":"directory"},{"name":"anektelugu","path":"ofl/anektelugu","contentType":"directory"},{"name":"angkor","path":"ofl/angkor","contentType":"directory"},{"name":"annieuseyourtelescope","path":"ofl/annieuseyourtelescope","contentType":"directory"},{"name":"anonymouspro","path":"ofl/anonymouspro","contentType":"directory"},{"name":"antic","path":"ofl/antic","contentType":"directory"},{"name":"anticdidone","path":"ofl/anticdidone","contentType":"directory"},{"name":"anticslab","path":"ofl/anticslab","contentType":"directory"},{"name":"anton","path":"ofl/anton","contentType":"directory"},{"name":"antonio","path":"ofl/antonio","contentType":"directory"},{"name":"anuphan","path":"ofl/anuphan","contentType":"directory"},{"name":"anybody","path":"ofl/anybody","contentType":"directory"},{"name":"aoboshione","path":"ofl/aoboshione","contentType":"directory"},{"name":"arapey","path":"ofl/arapey","contentType":"directory"},{"name":"arbutus","path":"ofl/arbutus","contentType":"directory"},{"name":"arbutusslab","path":"ofl/arbutusslab","contentType":"directory"},{"name":"architectsdaughter","path":"ofl/architectsdaughter","contentType":"directory"},{"name":"archivo","path":"ofl/archivo","contentType":"directory"},{"name":"archivoblack","path":"ofl/archivoblack","contentType":"directory"},{"name":"archivonarrow","path":"ofl/archivonarrow","contentType":"directory"},{"name":"arefruqaa","path":"ofl/arefruqaa","contentType":"directory"},{"name":"arefruqaaink","path":"ofl/arefruqaaink","contentType":"directory"},{"name":"areyouserious","path":"ofl/areyouserious","contentType":"directory"},{"name":"arima","path":"ofl/arima","contentType":"directory"},{"name":"arizonia","path":"ofl/arizonia","contentType":"directory"},{"name":"armata","path":"ofl/armata","contentType":"directory"},{"name":"arsenal","path":"ofl/arsenal","contentType":"directory"},{"name":"artifika","path":"ofl/artifika","contentType":"directory"},{"name":"arvo","path":"ofl/arvo","contentType":"directory"},{"name":"arya","path":"ofl/arya","contentType":"directory"},{"name":"asap","path":"ofl/asap","contentType":"directory"},{"name":"asapcondensed","path":"ofl/asapcondensed","contentType":"directory"},{"name":"asapvfbeta","path":"ofl/asapvfbeta","contentType":"directory"},{"name":"asar","path":"ofl/asar","contentType":"directory"},{"name":"asset","path":"ofl/asset","contentType":"directory"},{"name":"assistant","path":"ofl/assistant","contentType":"directory"},{"name":"astloch","path":"ofl/astloch","contentType":"directory"},{"name":"asul","path":"ofl/asul","contentType":"directory"},{"name":"athiti","path":"ofl/athiti","contentType":"directory"},{"name":"atkinsonhyperlegible","path":"ofl/atkinsonhyperlegible","contentType":"directory"},{"name":"atma","path":"ofl/atma","contentType":"directory"},{"name":"atomicage","path":"ofl/atomicage","contentType":"directory"},{"name":"aubrey","path":"ofl/aubrey","contentType":"directory"},{"name":"audiowide","path":"ofl/audiowide","contentType":"directory"},{"name":"autourone","path":"ofl/autourone","contentType":"directory"},{"name":"average","path":"ofl/average","contentType":"directory"},{"name":"averagesans","path":"ofl/averagesans","contentType":"directory"},{"name":"averiagruesalibre","path":"ofl/averiagruesalibre","contentType":"directory"},{"name":"averialibre","path":"ofl/averialibre","contentType":"directory"},{"name":"averiasanslibre","path":"ofl/averiasanslibre","contentType":"directory"},{"name":"averiaseriflibre","path":"ofl/averiaseriflibre","contentType":"directory"},{"name":"azeretmono","path":"ofl/azeretmono","contentType":"directory"},{"name":"b612","path":"ofl/b612","contentType":"directory"},{"name":"b612mono","path":"ofl/b612mono","contentType":"directory"},{"name":"babylonica","path":"ofl/babylonica","contentType":"directory"},{"name":"badscript","path":"ofl/badscript","contentType":"directory"},{"name":"bagelfatone","path":"ofl/bagelfatone","contentType":"directory"},{"name":"bahiana","path":"ofl/bahiana","contentType":"directory"},{"name":"bahianita","path":"ofl/bahianita","contentType":"directory"},{"name":"baijamjuree","path":"ofl/baijamjuree","contentType":"directory"},{"name":"bakbakone","path":"ofl/bakbakone","contentType":"directory"},{"name":"ballet","path":"ofl/ballet","contentType":"directory"},{"name":"baloo2","path":"ofl/baloo2","contentType":"directory"},{"name":"baloobhai2","path":"ofl/baloobhai2","contentType":"directory"},{"name":"baloobhaijaan2","path":"ofl/baloobhaijaan2","contentType":"directory"},{"name":"baloobhaina2","path":"ofl/baloobhaina2","contentType":"directory"},{"name":"baloochettan2","path":"ofl/baloochettan2","contentType":"directory"},{"name":"balooda2","path":"ofl/balooda2","contentType":"directory"},{"name":"baloopaaji2","path":"ofl/baloopaaji2","contentType":"directory"},{"name":"balootamma2","path":"ofl/balootamma2","contentType":"directory"},{"name":"balootammudu2","path":"ofl/balootammudu2","contentType":"directory"},{"name":"baloothambi2","path":"ofl/baloothambi2","contentType":"directory"},{"name":"balsamiqsans","path":"ofl/balsamiqsans","contentType":"directory"},{"name":"balthazar","path":"ofl/balthazar","contentType":"directory"},{"name":"bangers","path":"ofl/bangers","contentType":"directory"},{"name":"barlow","path":"ofl/barlow","contentType":"directory"},{"name":"barlowcondensed","path":"ofl/barlowcondensed","contentType":"directory"},{"name":"barlowsemicondensed","path":"ofl/barlowsemicondensed","contentType":"directory"},{"name":"barriecito","path":"ofl/barriecito","contentType":"directory"},{"name":"barrio","path":"ofl/barrio","contentType":"directory"},{"name":"basic","path":"ofl/basic","contentType":"directory"},{"name":"baskervville","path":"ofl/baskervville","contentType":"directory"},{"name":"battambang","path":"ofl/battambang","contentType":"directory"},{"name":"baumans","path":"ofl/baumans","contentType":"directory"},{"name":"bayon","path":"ofl/bayon","contentType":"directory"},{"name":"beaurivage","path":"ofl/beaurivage","contentType":"directory"},{"name":"bebasneue","path":"ofl/bebasneue","contentType":"directory"},{"name":"belgrano","path":"ofl/belgrano","contentType":"directory"},{"name":"bellefair","path":"ofl/bellefair","contentType":"directory"},{"name":"belleza","path":"ofl/belleza","contentType":"directory"},{"name":"bellota","path":"ofl/bellota","contentType":"directory"},{"name":"bellotatext","path":"ofl/bellotatext","contentType":"directory"},{"name":"benchnine","path":"ofl/benchnine","contentType":"directory"},{"name":"benne","path":"ofl/benne","contentType":"directory"},{"name":"bentham","path":"ofl/bentham","contentType":"directory"},{"name":"berkshireswash","path":"ofl/berkshireswash","contentType":"directory"},{"name":"besley","path":"ofl/besley","contentType":"directory"},{"name":"bethellen","path":"ofl/bethellen","contentType":"directory"},{"name":"bevan","path":"ofl/bevan","contentType":"directory"},{"name":"bevietnampro","path":"ofl/bevietnampro","contentType":"directory"},{"name":"bhavuka","path":"ofl/bhavuka","contentType":"directory"},{"name":"bhutukaexpandedone","path":"ofl/bhutukaexpandedone","contentType":"directory"},{"name":"bigelowrules","path":"ofl/bigelowrules","contentType":"directory"},{"name":"bigshotone","path":"ofl/bigshotone","contentType":"directory"},{"name":"bigshouldersdisplay","path":"ofl/bigshouldersdisplay","contentType":"directory"},{"name":"bigshouldersinlinedisplay","path":"ofl/bigshouldersinlinedisplay","contentType":"directory"},{"name":"bigshouldersinlinetext","path":"ofl/bigshouldersinlinetext","contentType":"directory"},{"name":"bigshouldersstencildisplay","path":"ofl/bigshouldersstencildisplay","contentType":"directory"},{"name":"bigshouldersstenciltext","path":"ofl/bigshouldersstenciltext","contentType":"directory"},{"name":"bigshoulderstext","path":"ofl/bigshoulderstext","contentType":"directory"},{"name":"bilbo","path":"ofl/bilbo","contentType":"directory"},{"name":"bilboswashcaps","path":"ofl/bilboswashcaps","contentType":"directory"},{"name":"biorhyme","path":"ofl/biorhyme","contentType":"directory"},{"name":"biorhymeexpanded","path":"ofl/biorhymeexpanded","contentType":"directory"},{"name":"birthstone","path":"ofl/birthstone","contentType":"directory"},{"name":"birthstonebounce","path":"ofl/birthstonebounce","contentType":"directory"},{"name":"biryani","path":"ofl/biryani","contentType":"directory"},{"name":"bitter","path":"ofl/bitter","contentType":"directory"},{"name":"bizudgothic","path":"ofl/bizudgothic","contentType":"directory"},{"name":"bizudmincho","path":"ofl/bizudmincho","contentType":"directory"},{"name":"bizudpgothic","path":"ofl/bizudpgothic","contentType":"directory"},{"name":"bizudpmincho","path":"ofl/bizudpmincho","contentType":"directory"},{"name":"blackandwhitepicture","path":"ofl/blackandwhitepicture","contentType":"directory"},{"name":"blackhansans","path":"ofl/blackhansans","contentType":"directory"},{"name":"blackopsone","path":"ofl/blackopsone","contentType":"directory"},{"name":"blaka","path":"ofl/blaka","contentType":"directory"},{"name":"blakahollow","path":"ofl/blakahollow","contentType":"directory"},{"name":"blakaink","path":"ofl/blakaink","contentType":"directory"},{"name":"blinker","path":"ofl/blinker","contentType":"directory"},{"name":"bodonimoda","path":"ofl/bodonimoda","contentType":"directory"},{"name":"bokor","path":"ofl/bokor","contentType":"directory"},{"name":"bonanova","path":"ofl/bonanova","contentType":"directory"},{"name":"bonbon","path":"ofl/bonbon","contentType":"directory"},{"name":"bonheurroyale","path":"ofl/bonheurroyale","contentType":"directory"},{"name":"boogaloo","path":"ofl/boogaloo","contentType":"directory"},{"name":"bowlbyone","path":"ofl/bowlbyone","contentType":"directory"},{"name":"bowlbyonesc","path":"ofl/bowlbyonesc","contentType":"directory"},{"name":"braahone","path":"ofl/braahone","contentType":"directory"},{"name":"brawler","path":"ofl/brawler","contentType":"directory"},{"name":"breeserif","path":"ofl/breeserif","contentType":"directory"},{"name":"brunoace","path":"ofl/brunoace","contentType":"directory"},{"name":"brunoacesc","path":"ofl/brunoacesc","contentType":"directory"},{"name":"brygada1918","path":"ofl/brygada1918","contentType":"directory"},{"name":"bubblegumsans","path":"ofl/bubblegumsans","contentType":"directory"},{"name":"bubblerone","path":"ofl/bubblerone","contentType":"directory"},{"name":"buda","path":"ofl/buda","contentType":"directory"},{"name":"buenard","path":"ofl/buenard","contentType":"directory"},{"name":"bungee","path":"ofl/bungee","contentType":"directory"},{"name":"bungeecolor","path":"ofl/bungeecolor","contentType":"directory"},{"name":"bungeehairline","path":"ofl/bungeehairline","contentType":"directory"},{"name":"bungeeinline","path":"ofl/bungeeinline","contentType":"directory"},{"name":"bungeeoutline","path":"ofl/bungeeoutline","contentType":"directory"},{"name":"bungeeshade","path":"ofl/bungeeshade","contentType":"directory"},{"name":"bungeespice","path":"ofl/bungeespice","contentType":"directory"},{"name":"butcherman","path":"ofl/butcherman","contentType":"directory"},{"name":"butterflykids","path":"ofl/butterflykids","contentType":"directory"},{"name":"cabin","path":"ofl/cabin","contentType":"directory"},{"name":"cabincondensed","path":"ofl/cabincondensed","contentType":"directory"},{"name":"cabinsketch","path":"ofl/cabinsketch","contentType":"directory"},{"name":"caesardressing","path":"ofl/caesardressing","contentType":"directory"},{"name":"cagliostro","path":"ofl/cagliostro","contentType":"directory"},{"name":"cairo","path":"ofl/cairo","contentType":"directory"},{"name":"cairoplay","path":"ofl/cairoplay","contentType":"directory"},{"name":"caladea","path":"ofl/caladea","contentType":"directory"},{"name":"calistoga","path":"ofl/calistoga","contentType":"directory"},{"name":"cambay","path":"ofl/cambay","contentType":"directory"},{"name":"cambo","path":"ofl/cambo","contentType":"directory"},{"name":"candal","path":"ofl/candal","contentType":"directory"},{"name":"cantarell","path":"ofl/cantarell","contentType":"directory"},{"name":"cantataone","path":"ofl/cantataone","contentType":"directory"},{"name":"cantoraone","path":"ofl/cantoraone","contentType":"directory"},{"name":"capriola","path":"ofl/capriola","contentType":"directory"},{"name":"caramel","path":"ofl/caramel","contentType":"directory"},{"name":"carattere","path":"ofl/carattere","contentType":"directory"},{"name":"cardo","path":"ofl/cardo","contentType":"directory"},{"name":"carlito","path":"ofl/carlito","contentType":"directory"},{"name":"carme","path":"ofl/carme","contentType":"directory"},{"name":"carroisgothic","path":"ofl/carroisgothic","contentType":"directory"},{"name":"carroisgothicsc","path":"ofl/carroisgothicsc","contentType":"directory"},{"name":"carterone","path":"ofl/carterone","contentType":"directory"},{"name":"castoro","path":"ofl/castoro","contentType":"directory"},{"name":"castorotitling","path":"ofl/castorotitling","contentType":"directory"},{"name":"catamaran","path":"ofl/catamaran","contentType":"directory"},{"name":"caudex","path":"ofl/caudex","contentType":"directory"},{"name":"caveat","path":"ofl/caveat","contentType":"directory"},{"name":"caveatbrush","path":"ofl/caveatbrush","contentType":"directory"},{"name":"cedarvillecursive","path":"ofl/cedarvillecursive","contentType":"directory"},{"name":"cevicheone","path":"ofl/cevicheone","contentType":"directory"},{"name":"chakrapetch","path":"ofl/chakrapetch","contentType":"directory"},{"name":"changa","path":"ofl/changa","contentType":"directory"},{"name":"changaone","path":"ofl/changaone","contentType":"directory"},{"name":"chango","path":"ofl/chango","contentType":"directory"},{"name":"charissil","path":"ofl/charissil","contentType":"directory"},{"name":"charm","path":"ofl/charm","contentType":"directory"},{"name":"charmonman","path":"ofl/charmonman","contentType":"directory"},{"name":"chathura","path":"ofl/chathura","contentType":"directory"},{"name":"chauphilomeneone","path":"ofl/chauphilomeneone","contentType":"directory"},{"name":"chelaone","path":"ofl/chelaone","contentType":"directory"},{"name":"chelseamarket","path":"ofl/chelseamarket","contentType":"directory"},{"name":"chenla","path":"ofl/chenla","contentType":"directory"},{"name":"cherish","path":"ofl/cherish","contentType":"directory"},{"name":"cherrybombone","path":"ofl/cherrybombone","contentType":"directory"},{"name":"cherryswash","path":"ofl/cherryswash","contentType":"directory"},{"name":"chicle","path":"ofl/chicle","contentType":"directory"},{"name":"chilanka","path":"ofl/chilanka","contentType":"directory"},{"name":"chivo","path":"ofl/chivo","contentType":"directory"},{"name":"chivomono","path":"ofl/chivomono","contentType":"directory"},{"name":"chokokutai","path":"ofl/chokokutai","contentType":"directory"},{"name":"chonburi","path":"ofl/chonburi","contentType":"directory"},{"name":"cinzel","path":"ofl/cinzel","contentType":"directory"},{"name":"cinzeldecorative","path":"ofl/cinzeldecorative","contentType":"directory"},{"name":"clickerscript","path":"ofl/clickerscript","contentType":"directory"},{"name":"climatecrisis","path":"ofl/climatecrisis","contentType":"directory"},{"name":"coda","path":"ofl/coda","contentType":"directory"},{"name":"codystar","path":"ofl/codystar","contentType":"directory"},{"name":"coiny","path":"ofl/coiny","contentType":"directory"},{"name":"combo","path":"ofl/combo","contentType":"directory"},{"name":"comfortaa","path":"ofl/comfortaa","contentType":"directory"},{"name":"comforter","path":"ofl/comforter","contentType":"directory"},{"name":"comforterbrush","path":"ofl/comforterbrush","contentType":"directory"},{"name":"comicneue","path":"ofl/comicneue","contentType":"directory"},{"name":"comme","path":"ofl/comme","contentType":"directory"},{"name":"commissioner","path":"ofl/commissioner","contentType":"directory"},{"name":"concertone","path":"ofl/concertone","contentType":"directory"},{"name":"condiment","path":"ofl/condiment","contentType":"directory"},{"name":"content","path":"ofl/content","contentType":"directory"},{"name":"contrailone","path":"ofl/contrailone","contentType":"directory"},{"name":"convergence","path":"ofl/convergence","contentType":"directory"},{"name":"cookie","path":"ofl/cookie","contentType":"directory"},{"name":"copse","path":"ofl/copse","contentType":"directory"},{"name":"corben","path":"ofl/corben","contentType":"directory"},{"name":"corinthia","path":"ofl/corinthia","contentType":"directory"},{"name":"cormorant","path":"ofl/cormorant","contentType":"directory"},{"name":"cormorantgaramond","path":"ofl/cormorantgaramond","contentType":"directory"},{"name":"cormorantinfant","path":"ofl/cormorantinfant","contentType":"directory"},{"name":"cormorantsc","path":"ofl/cormorantsc","contentType":"directory"},{"name":"cormorantunicase","path":"ofl/cormorantunicase","contentType":"directory"},{"name":"cormorantupright","path":"ofl/cormorantupright","contentType":"directory"},{"name":"courgette","path":"ofl/courgette","contentType":"directory"},{"name":"courierprime","path":"ofl/courierprime","contentType":"directory"},{"name":"coustard","path":"ofl/coustard","contentType":"directory"},{"name":"coveredbyyourgrace","path":"ofl/coveredbyyourgrace","contentType":"directory"},{"name":"creepster","path":"ofl/creepster","contentType":"directory"},{"name":"creteround","path":"ofl/creteround","contentType":"directory"},{"name":"crimsonpro","path":"ofl/crimsonpro","contentType":"directory"},{"name":"crimsontext","path":"ofl/crimsontext","contentType":"directory"},{"name":"croissantone","path":"ofl/croissantone","contentType":"directory"},{"name":"cuprum","path":"ofl/cuprum","contentType":"directory"},{"name":"cutefont","path":"ofl/cutefont","contentType":"directory"},{"name":"cutive","path":"ofl/cutive","contentType":"directory"},{"name":"cutivemono","path":"ofl/cutivemono","contentType":"directory"},{"name":"damion","path":"ofl/damion","contentType":"directory"},{"name":"dancingscript","path":"ofl/dancingscript","contentType":"directory"},{"name":"dangrek","path":"ofl/dangrek","contentType":"directory"},{"name":"darkergrotesque","path":"ofl/darkergrotesque","contentType":"directory"},{"name":"darumadropone","path":"ofl/darumadropone","contentType":"directory"},{"name":"davidlibre","path":"ofl/davidlibre","contentType":"directory"},{"name":"dawningofanewday","path":"ofl/dawningofanewday","contentType":"directory"},{"name":"daysone","path":"ofl/daysone","contentType":"directory"},{"name":"decovaralpha","path":"ofl/decovaralpha","contentType":"directory"},{"name":"dekko","path":"ofl/dekko","contentType":"directory"},{"name":"delagothicone","path":"ofl/delagothicone","contentType":"directory"},{"name":"delicioushandrawn","path":"ofl/delicioushandrawn","contentType":"directory"},{"name":"delius","path":"ofl/delius","contentType":"directory"},{"name":"deliusswashcaps","path":"ofl/deliusswashcaps","contentType":"directory"},{"name":"deliusunicase","path":"ofl/deliusunicase","contentType":"directory"},{"name":"dellarespira","path":"ofl/dellarespira","contentType":"directory"},{"name":"denkone","path":"ofl/denkone","contentType":"directory"},{"name":"devonshire","path":"ofl/devonshire","contentType":"directory"},{"name":"dhurjati","path":"ofl/dhurjati","contentType":"directory"},{"name":"dhyana","path":"ofl/dhyana","contentType":"directory"},{"name":"didactgothic","path":"ofl/didactgothic","contentType":"directory"},{"name":"digitalnumbers","path":"ofl/digitalnumbers","contentType":"directory"},{"name":"diphylleia","path":"ofl/diphylleia","contentType":"directory"},{"name":"diplomata","path":"ofl/diplomata","contentType":"directory"},{"name":"diplomatasc","path":"ofl/diplomatasc","contentType":"directory"},{"name":"dmmono","path":"ofl/dmmono","contentType":"directory"},{"name":"dmsans","path":"ofl/dmsans","contentType":"directory"},{"name":"dmserifdisplay","path":"ofl/dmserifdisplay","contentType":"directory"},{"name":"dmseriftext","path":"ofl/dmseriftext","contentType":"directory"},{"name":"dohyeon","path":"ofl/dohyeon","contentType":"directory"},{"name":"dokdo","path":"ofl/dokdo","contentType":"directory"},{"name":"domine","path":"ofl/domine","contentType":"directory"},{"name":"donegalone","path":"ofl/donegalone","contentType":"directory"},{"name":"dongle","path":"ofl/dongle","contentType":"directory"},{"name":"doppioone","path":"ofl/doppioone","contentType":"directory"},{"name":"dorsa","path":"ofl/dorsa","contentType":"directory"},{"name":"dosis","path":"ofl/dosis","contentType":"directory"},{"name":"dotgothic16","path":"ofl/dotgothic16","contentType":"directory"},{"name":"drsugiyama","path":"ofl/drsugiyama","contentType":"directory"},{"name":"durusans","path":"ofl/durusans","contentType":"directory"},{"name":"dynalight","path":"ofl/dynalight","contentType":"directory"},{"name":"dynapuff","path":"ofl/dynapuff","contentType":"directory"},{"name":"eaglelake","path":"ofl/eaglelake","contentType":"directory"},{"name":"eastseadokdo","path":"ofl/eastseadokdo","contentType":"directory"},{"name":"eater","path":"ofl/eater","contentType":"directory"},{"name":"ebgaramond","path":"ofl/ebgaramond","contentType":"directory"},{"name":"economica","path":"ofl/economica","contentType":"directory"},{"name":"eczar","path":"ofl/eczar","contentType":"directory"},{"name":"edunswactfoundation","path":"ofl/edunswactfoundation","contentType":"directory"},{"name":"eduqldbeginner","path":"ofl/eduqldbeginner","contentType":"directory"},{"name":"edusabeginner","path":"ofl/edusabeginner","contentType":"directory"},{"name":"edutasbeginner","path":"ofl/edutasbeginner","contentType":"directory"},{"name":"eduvicwantbeginner","path":"ofl/eduvicwantbeginner","contentType":"directory"},{"name":"ekmukta","path":"ofl/ekmukta","contentType":"directory"},{"name":"electrolize","path":"ofl/electrolize","contentType":"directory"},{"name":"elmessiri","path":"ofl/elmessiri","contentType":"directory"},{"name":"elsie","path":"ofl/elsie","contentType":"directory"},{"name":"elsieswashcaps","path":"ofl/elsieswashcaps","contentType":"directory"},{"name":"emblemaone","path":"ofl/emblemaone","contentType":"directory"},{"name":"emilyscandy","path":"ofl/emilyscandy","contentType":"directory"},{"name":"encodesans","path":"ofl/encodesans","contentType":"directory"},{"name":"encodesanscondensed","path":"ofl/encodesanscondensed","contentType":"directory"},{"name":"encodesansexpanded","path":"ofl/encodesansexpanded","contentType":"directory"},{"name":"encodesanssc","path":"ofl/encodesanssc","contentType":"directory"},{"name":"encodesanssemicondensed","path":"ofl/encodesanssemicondensed","contentType":"directory"},{"name":"encodesanssemiexpanded","path":"ofl/encodesanssemiexpanded","contentType":"directory"},{"name":"engagement","path":"ofl/engagement","contentType":"directory"},{"name":"englebert","path":"ofl/englebert","contentType":"directory"},{"name":"enriqueta","path":"ofl/enriqueta","contentType":"directory"},{"name":"ephesis","path":"ofl/ephesis","contentType":"directory"},{"name":"epilogue","path":"ofl/epilogue","contentType":"directory"},{"name":"ericaone","path":"ofl/ericaone","contentType":"directory"},{"name":"esteban","path":"ofl/esteban","contentType":"directory"},{"name":"estonia","path":"ofl/estonia","contentType":"directory"},{"name":"euphoriascript","path":"ofl/euphoriascript","contentType":"directory"},{"name":"ewert","path":"ofl/ewert","contentType":"directory"},{"name":"exo","path":"ofl/exo","contentType":"directory"},{"name":"exo2","path":"ofl/exo2","contentType":"directory"},{"name":"expletussans","path":"ofl/expletussans","contentType":"directory"},{"name":"explora","path":"ofl/explora","contentType":"directory"},{"name":"fahkwang","path":"ofl/fahkwang","contentType":"directory"},{"name":"familjengrotesk","path":"ofl/familjengrotesk","contentType":"directory"},{"name":"fanwoodtext","path":"ofl/fanwoodtext","contentType":"directory"},{"name":"farro","path":"ofl/farro","contentType":"directory"},{"name":"farsan","path":"ofl/farsan","contentType":"directory"},{"name":"fascinate","path":"ofl/fascinate","contentType":"directory"},{"name":"fascinateinline","path":"ofl/fascinateinline","contentType":"directory"},{"name":"fasterone","path":"ofl/fasterone","contentType":"directory"},{"name":"fasthand","path":"ofl/fasthand","contentType":"directory"},{"name":"faunaone","path":"ofl/faunaone","contentType":"directory"},{"name":"faustina","path":"ofl/faustina","contentType":"directory"},{"name":"federant","path":"ofl/federant","contentType":"directory"},{"name":"federo","path":"ofl/federo","contentType":"directory"},{"name":"felipa","path":"ofl/felipa","contentType":"directory"},{"name":"fenix","path":"ofl/fenix","contentType":"directory"},{"name":"festive","path":"ofl/festive","contentType":"directory"},{"name":"figtree","path":"ofl/figtree","contentType":"directory"},{"name":"fingerpaint","path":"ofl/fingerpaint","contentType":"directory"},{"name":"finlandica","path":"ofl/finlandica","contentType":"directory"},{"name":"firacode","path":"ofl/firacode","contentType":"directory"},{"name":"firamono","path":"ofl/firamono","contentType":"directory"},{"name":"firasans","path":"ofl/firasans","contentType":"directory"},{"name":"firasanscondensed","path":"ofl/firasanscondensed","contentType":"directory"},{"name":"firasansextracondensed","path":"ofl/firasansextracondensed","contentType":"directory"},{"name":"fjallaone","path":"ofl/fjallaone","contentType":"directory"},{"name":"fjordone","path":"ofl/fjordone","contentType":"directory"},{"name":"flamenco","path":"ofl/flamenco","contentType":"directory"},{"name":"flavors","path":"ofl/flavors","contentType":"directory"},{"name":"fleurdeleah","path":"ofl/fleurdeleah","contentType":"directory"},{"name":"flowblock","path":"ofl/flowblock","contentType":"directory"},{"name":"flowcircular","path":"ofl/flowcircular","contentType":"directory"},{"name":"flowrounded","path":"ofl/flowrounded","contentType":"directory"},{"name":"foldit","path":"ofl/foldit","contentType":"directory"},{"name":"fondamento","path":"ofl/fondamento","contentType":"directory"},{"name":"forum","path":"ofl/forum","contentType":"directory"},{"name":"fragmentmono","path":"ofl/fragmentmono","contentType":"directory"},{"name":"francoisone","path":"ofl/francoisone","contentType":"directory"},{"name":"frankruhllibre","path":"ofl/frankruhllibre","contentType":"directory"},{"name":"fraunces","path":"ofl/fraunces","contentType":"directory"},{"name":"freckleface","path":"ofl/freckleface","contentType":"directory"},{"name":"frederickathegreat","path":"ofl/frederickathegreat","contentType":"directory"},{"name":"fredoka","path":"ofl/fredoka","contentType":"directory"},{"name":"freehand","path":"ofl/freehand","contentType":"directory"},{"name":"fresca","path":"ofl/fresca","contentType":"directory"},{"name":"frijole","path":"ofl/frijole","contentType":"directory"},{"name":"fruktur","path":"ofl/fruktur","contentType":"directory"},{"name":"fugazone","path":"ofl/fugazone","contentType":"directory"},{"name":"fuggles","path":"ofl/fuggles","contentType":"directory"},{"name":"fuzzybubbles","path":"ofl/fuzzybubbles","contentType":"directory"},{"name":"gabriela","path":"ofl/gabriela","contentType":"directory"},{"name":"gaegu","path":"ofl/gaegu","contentType":"directory"},{"name":"gafata","path":"ofl/gafata","contentType":"directory"},{"name":"gajrajone","path":"ofl/gajrajone","contentType":"directory"},{"name":"galada","path":"ofl/galada","contentType":"directory"},{"name":"galdeano","path":"ofl/galdeano","contentType":"directory"},{"name":"galindo","path":"ofl/galindo","contentType":"directory"},{"name":"gamjaflower","path":"ofl/gamjaflower","contentType":"directory"},{"name":"gantari","path":"ofl/gantari","contentType":"directory"},{"name":"gasoekone","path":"ofl/gasoekone","contentType":"directory"},{"name":"gayathri","path":"ofl/gayathri","contentType":"directory"},{"name":"gelasio","path":"ofl/gelasio","contentType":"directory"},{"name":"gemunulibre","path":"ofl/gemunulibre","contentType":"directory"},{"name":"genos","path":"ofl/genos","contentType":"directory"},{"name":"gentiumbookplus","path":"ofl/gentiumbookplus","contentType":"directory"},{"name":"gentiumplus","path":"ofl/gentiumplus","contentType":"directory"},{"name":"geo","path":"ofl/geo","contentType":"directory"},{"name":"geologica","path":"ofl/geologica","contentType":"directory"},{"name":"georama","path":"ofl/georama","contentType":"directory"},{"name":"geostar","path":"ofl/geostar","contentType":"directory"},{"name":"geostarfill","path":"ofl/geostarfill","contentType":"directory"},{"name":"germaniaone","path":"ofl/germaniaone","contentType":"directory"},{"name":"gfsdidot","path":"ofl/gfsdidot","contentType":"directory"},{"name":"gfsneohellenic","path":"ofl/gfsneohellenic","contentType":"directory"},{"name":"gideonroman","path":"ofl/gideonroman","contentType":"directory"},{"name":"gidugu","path":"ofl/gidugu","contentType":"directory"},{"name":"gildadisplay","path":"ofl/gildadisplay","contentType":"directory"},{"name":"girassol","path":"ofl/girassol","contentType":"directory"},{"name":"giveyouglory","path":"ofl/giveyouglory","contentType":"directory"},{"name":"glassantiqua","path":"ofl/glassantiqua","contentType":"directory"},{"name":"glegoo","path":"ofl/glegoo","contentType":"directory"},{"name":"gloock","path":"ofl/gloock","contentType":"directory"},{"name":"gloriahallelujah","path":"ofl/gloriahallelujah","contentType":"directory"},{"name":"glory","path":"ofl/glory","contentType":"directory"},{"name":"gluten","path":"ofl/gluten","contentType":"directory"},{"name":"goblinone","path":"ofl/goblinone","contentType":"directory"},{"name":"gochihand","path":"ofl/gochihand","contentType":"directory"},{"name":"goldman","path":"ofl/goldman","contentType":"directory"},{"name":"golostext","path":"ofl/golostext","contentType":"directory"},{"name":"gorditas","path":"ofl/gorditas","contentType":"directory"},{"name":"gothica1","path":"ofl/gothica1","contentType":"directory"},{"name":"gotu","path":"ofl/gotu","contentType":"directory"},{"name":"goudybookletter1911","path":"ofl/goudybookletter1911","contentType":"directory"},{"name":"gowunbatang","path":"ofl/gowunbatang","contentType":"directory"},{"name":"gowundodum","path":"ofl/gowundodum","contentType":"directory"},{"name":"graduate","path":"ofl/graduate","contentType":"directory"},{"name":"grandhotel","path":"ofl/grandhotel","contentType":"directory"},{"name":"grandstander","path":"ofl/grandstander","contentType":"directory"},{"name":"grapenuts","path":"ofl/grapenuts","contentType":"directory"},{"name":"gravitasone","path":"ofl/gravitasone","contentType":"directory"},{"name":"greatvibes","path":"ofl/greatvibes","contentType":"directory"},{"name":"grechenfuemen","path":"ofl/grechenfuemen","contentType":"directory"},{"name":"grenze","path":"ofl/grenze","contentType":"directory"},{"name":"grenzegotisch","path":"ofl/grenzegotisch","contentType":"directory"},{"name":"greyqo","path":"ofl/greyqo","contentType":"directory"},{"name":"griffy","path":"ofl/griffy","contentType":"directory"},{"name":"gruppo","path":"ofl/gruppo","contentType":"directory"},{"name":"gudea","path":"ofl/gudea","contentType":"directory"},{"name":"gugi","path":"ofl/gugi","contentType":"directory"},{"name":"gulzar","path":"ofl/gulzar","contentType":"directory"},{"name":"gupter","path":"ofl/gupter","contentType":"directory"},{"name":"gurajada","path":"ofl/gurajada","contentType":"directory"},{"name":"gwendolyn","path":"ofl/gwendolyn","contentType":"directory"},{"name":"habibi","path":"ofl/habibi","contentType":"directory"},{"name":"hachimarupop","path":"ofl/hachimarupop","contentType":"directory"},{"name":"hahmlet","path":"ofl/hahmlet","contentType":"directory"},{"name":"halant","path":"ofl/halant","contentType":"directory"},{"name":"hammersmithone","path":"ofl/hammersmithone","contentType":"directory"},{"name":"hanalei","path":"ofl/hanalei","contentType":"directory"},{"name":"hanaleifill","path":"ofl/hanaleifill","contentType":"directory"},{"name":"handjet","path":"ofl/handjet","contentType":"directory"},{"name":"handlee","path":"ofl/handlee","contentType":"directory"},{"name":"hankengrotesk","path":"ofl/hankengrotesk","contentType":"directory"},{"name":"hanna","path":"ofl/hanna","contentType":"directory"},{"name":"hannari","path":"ofl/hannari","contentType":"directory"},{"name":"hanuman","path":"ofl/hanuman","contentType":"directory"},{"name":"happymonkey","path":"ofl/happymonkey","contentType":"directory"},{"name":"harmattan","path":"ofl/harmattan","contentType":"directory"},{"name":"headlandone","path":"ofl/headlandone","contentType":"directory"},{"name":"heebo","path":"ofl/heebo","contentType":"directory"},{"name":"hennypenny","path":"ofl/hennypenny","contentType":"directory"},{"name":"heptaslab","path":"ofl/heptaslab","contentType":"directory"},{"name":"hermeneusone","path":"ofl/hermeneusone","contentType":"directory"},{"name":"herrvonmuellerhoff","path":"ofl/herrvonmuellerhoff","contentType":"directory"},{"name":"himelody","path":"ofl/himelody","contentType":"directory"},{"name":"hinamincho","path":"ofl/hinamincho","contentType":"directory"},{"name":"hind","path":"ofl/hind","contentType":"directory"},{"name":"hindcolombo","path":"ofl/hindcolombo","contentType":"directory"},{"name":"hindguntur","path":"ofl/hindguntur","contentType":"directory"},{"name":"hindjalandhar","path":"ofl/hindjalandhar","contentType":"directory"},{"name":"hindkochi","path":"ofl/hindkochi","contentType":"directory"},{"name":"hindmadurai","path":"ofl/hindmadurai","contentType":"directory"},{"name":"hindmysuru","path":"ofl/hindmysuru","contentType":"directory"},{"name":"hindsiliguri","path":"ofl/hindsiliguri","contentType":"directory"},{"name":"hindvadodara","path":"ofl/hindvadodara","contentType":"directory"},{"name":"holtwoodonesc","path":"ofl/holtwoodonesc","contentType":"directory"},{"name":"homenaje","path":"ofl/homenaje","contentType":"directory"},{"name":"hubballi","path":"ofl/hubballi","contentType":"directory"},{"name":"hurricane","path":"ofl/hurricane","contentType":"directory"},{"name":"ibarrarealnova","path":"ofl/ibarrarealnova","contentType":"directory"},{"name":"ibmplexmono","path":"ofl/ibmplexmono","contentType":"directory"},{"name":"ibmplexsans","path":"ofl/ibmplexsans","contentType":"directory"},{"name":"ibmplexsansarabic","path":"ofl/ibmplexsansarabic","contentType":"directory"},{"name":"ibmplexsanscondensed","path":"ofl/ibmplexsanscondensed","contentType":"directory"},{"name":"ibmplexsansdevanagari","path":"ofl/ibmplexsansdevanagari","contentType":"directory"},{"name":"ibmplexsanshebrew","path":"ofl/ibmplexsanshebrew","contentType":"directory"},{"name":"ibmplexsansjp","path":"ofl/ibmplexsansjp","contentType":"directory"},{"name":"ibmplexsanskr","path":"ofl/ibmplexsanskr","contentType":"directory"},{"name":"ibmplexsansthai","path":"ofl/ibmplexsansthai","contentType":"directory"},{"name":"ibmplexsansthailooped","path":"ofl/ibmplexsansthailooped","contentType":"directory"},{"name":"ibmplexserif","path":"ofl/ibmplexserif","contentType":"directory"},{"name":"iceberg","path":"ofl/iceberg","contentType":"directory"},{"name":"iceland","path":"ofl/iceland","contentType":"directory"},{"name":"imbue","path":"ofl/imbue","contentType":"directory"},{"name":"imfelldoublepica","path":"ofl/imfelldoublepica","contentType":"directory"},{"name":"imfelldoublepicasc","path":"ofl/imfelldoublepicasc","contentType":"directory"},{"name":"imfelldwpica","path":"ofl/imfelldwpica","contentType":"directory"},{"name":"imfelldwpicasc","path":"ofl/imfelldwpicasc","contentType":"directory"},{"name":"imfellenglish","path":"ofl/imfellenglish","contentType":"directory"},{"name":"imfellenglishsc","path":"ofl/imfellenglishsc","contentType":"directory"},{"name":"imfellfrenchcanon","path":"ofl/imfellfrenchcanon","contentType":"directory"},{"name":"imfellfrenchcanonsc","path":"ofl/imfellfrenchcanonsc","contentType":"directory"},{"name":"imfellgreatprimer","path":"ofl/imfellgreatprimer","contentType":"directory"},{"name":"imfellgreatprimersc","path":"ofl/imfellgreatprimersc","contentType":"directory"},{"name":"imperialscript","path":"ofl/imperialscript","contentType":"directory"},{"name":"imprima","path":"ofl/imprima","contentType":"directory"},{"name":"inconsolata","path":"ofl/inconsolata","contentType":"directory"},{"name":"inder","path":"ofl/inder","contentType":"directory"},{"name":"indieflower","path":"ofl/indieflower","contentType":"directory"},{"name":"ingriddarling","path":"ofl/ingriddarling","contentType":"directory"},{"name":"inika","path":"ofl/inika","contentType":"directory"},{"name":"inknutantiqua","path":"ofl/inknutantiqua","contentType":"directory"},{"name":"inriasans","path":"ofl/inriasans","contentType":"directory"},{"name":"inriaserif","path":"ofl/inriaserif","contentType":"directory"},{"name":"inspiration","path":"ofl/inspiration","contentType":"directory"},{"name":"instrumentsans","path":"ofl/instrumentsans","contentType":"directory"},{"name":"instrumentserif","path":"ofl/instrumentserif","contentType":"directory"},{"name":"inter","path":"ofl/inter","contentType":"directory"},{"name":"intertight","path":"ofl/intertight","contentType":"directory"},{"name":"islandmoments","path":"ofl/islandmoments","contentType":"directory"},{"name":"istokweb","path":"ofl/istokweb","contentType":"directory"},{"name":"italiana","path":"ofl/italiana","contentType":"directory"},{"name":"italianno","path":"ofl/italianno","contentType":"directory"},{"name":"itim","path":"ofl/itim","contentType":"directory"},{"name":"jacquesfrancois","path":"ofl/jacquesfrancois","contentType":"directory"},{"name":"jacquesfrancoisshadow","path":"ofl/jacquesfrancoisshadow","contentType":"directory"},{"name":"jaldi","path":"ofl/jaldi","contentType":"directory"},{"name":"jejugothic","path":"ofl/jejugothic","contentType":"directory"},{"name":"jejuhallasan","path":"ofl/jejuhallasan","contentType":"directory"},{"name":"jejumyeongjo","path":"ofl/jejumyeongjo","contentType":"directory"},{"name":"jetbrainsmono","path":"ofl/jetbrainsmono","contentType":"directory"},{"name":"jimnightshade","path":"ofl/jimnightshade","contentType":"directory"},{"name":"joan","path":"ofl/joan","contentType":"directory"},{"name":"jockeyone","path":"ofl/jockeyone","contentType":"directory"},{"name":"jollylodger","path":"ofl/jollylodger","contentType":"directory"},{"name":"jomhuria","path":"ofl/jomhuria","contentType":"directory"},{"name":"jomolhari","path":"ofl/jomolhari","contentType":"directory"},{"name":"josefinsans","path":"ofl/josefinsans","contentType":"directory"},{"name":"josefinslab","path":"ofl/josefinslab","contentType":"directory"},{"name":"jost","path":"ofl/jost","contentType":"directory"},{"name":"jotione","path":"ofl/jotione","contentType":"directory"},{"name":"jua","path":"ofl/jua","contentType":"directory"},{"name":"judson","path":"ofl/judson","contentType":"directory"},{"name":"julee","path":"ofl/julee","contentType":"directory"},{"name":"juliussansone","path":"ofl/juliussansone","contentType":"directory"},{"name":"junge","path":"ofl/junge","contentType":"directory"},{"name":"jura","path":"ofl/jura","contentType":"directory"},{"name":"justmeagaindownhere","path":"ofl/justmeagaindownhere","contentType":"directory"},{"name":"k2d","path":"ofl/k2d","contentType":"directory"},{"name":"kablammo","path":"ofl/kablammo","contentType":"directory"},{"name":"kadwa","path":"ofl/kadwa","contentType":"directory"},{"name":"kaiseidecol","path":"ofl/kaiseidecol","contentType":"directory"},{"name":"kaiseiharunoumi","path":"ofl/kaiseiharunoumi","contentType":"directory"},{"name":"kaiseiopti","path":"ofl/kaiseiopti","contentType":"directory"},{"name":"kaiseitokumin","path":"ofl/kaiseitokumin","contentType":"directory"},{"name":"kalam","path":"ofl/kalam","contentType":"directory"},{"name":"kameron","path":"ofl/kameron","contentType":"directory"},{"name":"kanit","path":"ofl/kanit","contentType":"directory"},{"name":"kantumruypro","path":"ofl/kantumruypro","contentType":"directory"},{"name":"kapakana","path":"ofl/kapakana","contentType":"directory"},{"name":"karantina","path":"ofl/karantina","contentType":"directory"},{"name":"karla","path":"ofl/karla","contentType":"directory"},{"name":"karlatamilinclined","path":"ofl/karlatamilinclined","contentType":"directory"},{"name":"karlatamilupright","path":"ofl/karlatamilupright","contentType":"directory"},{"name":"karma","path":"ofl/karma","contentType":"directory"},{"name":"katibeh","path":"ofl/katibeh","contentType":"directory"},{"name":"kaushanscript","path":"ofl/kaushanscript","contentType":"directory"},{"name":"kavivanar","path":"ofl/kavivanar","contentType":"directory"},{"name":"kavoon","path":"ofl/kavoon","contentType":"directory"},{"name":"kdamthmorpro","path":"ofl/kdamthmorpro","contentType":"directory"},{"name":"keaniaone","path":"ofl/keaniaone","contentType":"directory"},{"name":"kellyslab","path":"ofl/kellyslab","contentType":"directory"},{"name":"kenia","path":"ofl/kenia","contentType":"directory"},{"name":"khand","path":"ofl/khand","contentType":"directory"},{"name":"khmer","path":"ofl/khmer","contentType":"directory"},{"name":"khula","path":"ofl/khula","contentType":"directory"},{"name":"khyay","path":"ofl/khyay","contentType":"directory"},{"name":"kings","path":"ofl/kings","contentType":"directory"},{"name":"kiranghaerang","path":"ofl/kiranghaerang","contentType":"directory"},{"name":"kiteone","path":"ofl/kiteone","contentType":"directory"},{"name":"kiwimaru","path":"ofl/kiwimaru","contentType":"directory"},{"name":"kleeone","path":"ofl/kleeone","contentType":"directory"},{"name":"knewave","path":"ofl/knewave","contentType":"directory"},{"name":"kodchasan","path":"ofl/kodchasan","contentType":"directory"},{"name":"koho","path":"ofl/koho","contentType":"directory"},{"name":"kohsantepheap","path":"ofl/kohsantepheap","contentType":"directory"},{"name":"kokoro","path":"ofl/kokoro","contentType":"directory"},{"name":"kolkerbrush","path":"ofl/kolkerbrush","contentType":"directory"},{"name":"konkhmersleokchher","path":"ofl/konkhmersleokchher","contentType":"directory"},{"name":"kopubbatang","path":"ofl/kopubbatang","contentType":"directory"},{"name":"kottaone","path":"ofl/kottaone","contentType":"directory"},{"name":"koulen","path":"ofl/koulen","contentType":"directory"},{"name":"kreon","path":"ofl/kreon","contentType":"directory"},{"name":"kristi","path":"ofl/kristi","contentType":"directory"},{"name":"kronaone","path":"ofl/kronaone","contentType":"directory"},{"name":"krub","path":"ofl/krub","contentType":"directory"},{"name":"kufam","path":"ofl/kufam","contentType":"directory"},{"name":"kulimpark","path":"ofl/kulimpark","contentType":"directory"},{"name":"kumarone","path":"ofl/kumarone","contentType":"directory"},{"name":"kumbhsans","path":"ofl/kumbhsans","contentType":"directory"},{"name":"kurale","path":"ofl/kurale","contentType":"directory"},{"name":"labelleaurore","path":"ofl/labelleaurore","contentType":"directory"},{"name":"labrada","path":"ofl/labrada","contentType":"directory"},{"name":"lacquer","path":"ofl/lacquer","contentType":"directory"},{"name":"laila","path":"ofl/laila","contentType":"directory"},{"name":"lakkireddy","path":"ofl/lakkireddy","contentType":"directory"},{"name":"lalezar","path":"ofl/lalezar","contentType":"directory"},{"name":"lancelot","path":"ofl/lancelot","contentType":"directory"},{"name":"langar","path":"ofl/langar","contentType":"directory"},{"name":"laomuangdon","path":"ofl/laomuangdon","contentType":"directory"},{"name":"laomuangkhong","path":"ofl/laomuangkhong","contentType":"directory"},{"name":"laosanspro","path":"ofl/laosanspro","contentType":"directory"},{"name":"lateef","path":"ofl/lateef","contentType":"directory"},{"name":"lato","path":"ofl/lato","contentType":"directory"},{"name":"lavishlyyours","path":"ofl/lavishlyyours","contentType":"directory"},{"name":"leaguegothic","path":"ofl/leaguegothic","contentType":"directory"},{"name":"leaguescript","path":"ofl/leaguescript","contentType":"directory"},{"name":"leaguespartan","path":"ofl/leaguespartan","contentType":"directory"},{"name":"leckerlione","path":"ofl/leckerlione","contentType":"directory"},{"name":"ledger","path":"ofl/ledger","contentType":"directory"},{"name":"lekton","path":"ofl/lekton","contentType":"directory"},{"name":"lemon","path":"ofl/lemon","contentType":"directory"},{"name":"lemonada","path":"ofl/lemonada","contentType":"directory"},{"name":"lemonadavfbeta","path":"ofl/lemonadavfbeta","contentType":"directory"},{"name":"lexend","path":"ofl/lexend","contentType":"directory"},{"name":"lexenddeca","path":"ofl/lexenddeca","contentType":"directory"},{"name":"lexendexa","path":"ofl/lexendexa","contentType":"directory"},{"name":"lexendgiga","path":"ofl/lexendgiga","contentType":"directory"},{"name":"lexendmega","path":"ofl/lexendmega","contentType":"directory"},{"name":"lexendpeta","path":"ofl/lexendpeta","contentType":"directory"},{"name":"lexendtera","path":"ofl/lexendtera","contentType":"directory"},{"name":"lexendzetta","path":"ofl/lexendzetta","contentType":"directory"},{"name":"librebarcode128","path":"ofl/librebarcode128","contentType":"directory"},{"name":"librebarcode128text","path":"ofl/librebarcode128text","contentType":"directory"},{"name":"librebarcode39","path":"ofl/librebarcode39","contentType":"directory"},{"name":"librebarcode39extended","path":"ofl/librebarcode39extended","contentType":"directory"},{"name":"librebarcode39extendedtext","path":"ofl/librebarcode39extendedtext","contentType":"directory"},{"name":"librebarcode39text","path":"ofl/librebarcode39text","contentType":"directory"},{"name":"librebarcodeean13text","path":"ofl/librebarcodeean13text","contentType":"directory"},{"name":"librebaskerville","path":"ofl/librebaskerville","contentType":"directory"},{"name":"librebodoni","path":"ofl/librebodoni","contentType":"directory"},{"name":"librecaslondisplay","path":"ofl/librecaslondisplay","contentType":"directory"},{"name":"librecaslontext","path":"ofl/librecaslontext","contentType":"directory"},{"name":"librefranklin","path":"ofl/librefranklin","contentType":"directory"},{"name":"licorice","path":"ofl/licorice","contentType":"directory"},{"name":"lifesavers","path":"ofl/lifesavers","contentType":"directory"},{"name":"lilitaone","path":"ofl/lilitaone","contentType":"directory"},{"name":"lilyscriptone","path":"ofl/lilyscriptone","contentType":"directory"},{"name":"limelight","path":"ofl/limelight","contentType":"directory"},{"name":"lindenhill","path":"ofl/lindenhill","contentType":"directory"},{"name":"literata","path":"ofl/literata","contentType":"directory"},{"name":"liujianmaocao","path":"ofl/liujianmaocao","contentType":"directory"},{"name":"livvic","path":"ofl/livvic","contentType":"directory"},{"name":"lobster","path":"ofl/lobster","contentType":"directory"},{"name":"lobstertwo","path":"ofl/lobstertwo","contentType":"directory"},{"name":"lohitbengali","path":"ofl/lohitbengali","contentType":"directory"},{"name":"lohitdevanagari","path":"ofl/lohitdevanagari","contentType":"directory"},{"name":"lohittamil","path":"ofl/lohittamil","contentType":"directory"},{"name":"londrinaoutline","path":"ofl/londrinaoutline","contentType":"directory"},{"name":"londrinashadow","path":"ofl/londrinashadow","contentType":"directory"},{"name":"londrinasketch","path":"ofl/londrinasketch","contentType":"directory"},{"name":"londrinasolid","path":"ofl/londrinasolid","contentType":"directory"},{"name":"longcang","path":"ofl/longcang","contentType":"directory"},{"name":"lora","path":"ofl/lora","contentType":"directory"},{"name":"lovedbytheking","path":"ofl/lovedbytheking","contentType":"directory"},{"name":"lovelight","path":"ofl/lovelight","contentType":"directory"},{"name":"loversquarrel","path":"ofl/loversquarrel","contentType":"directory"},{"name":"loveyalikeasister","path":"ofl/loveyalikeasister","contentType":"directory"},{"name":"lugrasimo","path":"ofl/lugrasimo","contentType":"directory"},{"name":"lumanosimo","path":"ofl/lumanosimo","contentType":"directory"},{"name":"lusitana","path":"ofl/lusitana","contentType":"directory"},{"name":"lustria","path":"ofl/lustria","contentType":"directory"},{"name":"luxuriousroman","path":"ofl/luxuriousroman","contentType":"directory"},{"name":"luxuriousscript","path":"ofl/luxuriousscript","contentType":"directory"},{"name":"macondo","path":"ofl/macondo","contentType":"directory"},{"name":"macondoswashcaps","path":"ofl/macondoswashcaps","contentType":"directory"},{"name":"mada","path":"ofl/mada","contentType":"directory"},{"name":"magra","path":"ofl/magra","contentType":"directory"},{"name":"maitree","path":"ofl/maitree","contentType":"directory"},{"name":"majormonodisplay","path":"ofl/majormonodisplay","contentType":"directory"},{"name":"mako","path":"ofl/mako","contentType":"directory"},{"name":"mali","path":"ofl/mali","contentType":"directory"},{"name":"mallanna","path":"ofl/mallanna","contentType":"directory"},{"name":"mandali","path":"ofl/mandali","contentType":"directory"},{"name":"manjari","path":"ofl/manjari","contentType":"directory"},{"name":"manrope","path":"ofl/manrope","contentType":"directory"},{"name":"mansalva","path":"ofl/mansalva","contentType":"directory"},{"name":"manuale","path":"ofl/manuale","contentType":"directory"},{"name":"marcellus","path":"ofl/marcellus","contentType":"directory"},{"name":"marcellussc","path":"ofl/marcellussc","contentType":"directory"},{"name":"marckscript","path":"ofl/marckscript","contentType":"directory"},{"name":"margarine","path":"ofl/margarine","contentType":"directory"},{"name":"marhey","path":"ofl/marhey","contentType":"directory"},{"name":"markazitext","path":"ofl/markazitext","contentType":"directory"},{"name":"markazitextvfbeta","path":"ofl/markazitextvfbeta","contentType":"directory"},{"name":"markoone","path":"ofl/markoone","contentType":"directory"},{"name":"marmelad","path":"ofl/marmelad","contentType":"directory"},{"name":"martel","path":"ofl/martel","contentType":"directory"},{"name":"martelsans","path":"ofl/martelsans","contentType":"directory"},{"name":"martianmono","path":"ofl/martianmono","contentType":"directory"},{"name":"marvel","path":"ofl/marvel","contentType":"directory"},{"name":"mashanzheng","path":"ofl/mashanzheng","contentType":"directory"},{"name":"mate","path":"ofl/mate","contentType":"directory"},{"name":"matesc","path":"ofl/matesc","contentType":"directory"},{"name":"mavenpro","path":"ofl/mavenpro","contentType":"directory"},{"name":"mavenprovfbeta","path":"ofl/mavenprovfbeta","contentType":"directory"},{"name":"mclaren","path":"ofl/mclaren","contentType":"directory"},{"name":"meaculpa","path":"ofl/meaculpa","contentType":"directory"},{"name":"meddon","path":"ofl/meddon","contentType":"directory"},{"name":"medievalsharp","path":"ofl/medievalsharp","contentType":"directory"},{"name":"medulaone","path":"ofl/medulaone","contentType":"directory"},{"name":"meerainimai","path":"ofl/meerainimai","contentType":"directory"},{"name":"megrim","path":"ofl/megrim","contentType":"directory"},{"name":"meiescript","path":"ofl/meiescript","contentType":"directory"},{"name":"meowscript","path":"ofl/meowscript","contentType":"directory"},{"name":"mergeone","path":"ofl/mergeone","contentType":"directory"},{"name":"merienda","path":"ofl/merienda","contentType":"directory"},{"name":"merriweather","path":"ofl/merriweather","contentType":"directory"},{"name":"merriweathersans","path":"ofl/merriweathersans","contentType":"directory"},{"name":"mervalescript","path":"ofl/mervalescript","contentType":"directory"},{"name":"metal","path":"ofl/metal","contentType":"directory"},{"name":"metalmania","path":"ofl/metalmania","contentType":"directory"},{"name":"metamorphous","path":"ofl/metamorphous","contentType":"directory"},{"name":"metrophobic","path":"ofl/metrophobic","contentType":"directory"},{"name":"miama","path":"ofl/miama","contentType":"directory"},{"name":"michroma","path":"ofl/michroma","contentType":"directory"},{"name":"milonga","path":"ofl/milonga","contentType":"directory"},{"name":"miltonian","path":"ofl/miltonian","contentType":"directory"},{"name":"miltoniantattoo","path":"ofl/miltoniantattoo","contentType":"directory"},{"name":"mina","path":"ofl/mina","contentType":"directory"},{"name":"mingzat","path":"ofl/mingzat","contentType":"directory"},{"name":"miniver","path":"ofl/miniver","contentType":"directory"},{"name":"miriamlibre","path":"ofl/miriamlibre","contentType":"directory"},{"name":"mirza","path":"ofl/mirza","contentType":"directory"},{"name":"missfajardose","path":"ofl/missfajardose","contentType":"directory"},{"name":"mitr","path":"ofl/mitr","contentType":"directory"},{"name":"mochiypopone","path":"ofl/mochiypopone","contentType":"directory"},{"name":"mochiypoppone","path":"ofl/mochiypoppone","contentType":"directory"},{"name":"modak","path":"ofl/modak","contentType":"directory"},{"name":"modernantiqua","path":"ofl/modernantiqua","contentType":"directory"},{"name":"mogra","path":"ofl/mogra","contentType":"directory"},{"name":"mohave","path":"ofl/mohave","contentType":"directory"},{"name":"moiraione","path":"ofl/moiraione","contentType":"directory"},{"name":"molengo","path":"ofl/molengo","contentType":"directory"},{"name":"molle","path":"ofl/molle","contentType":"directory"},{"name":"monda","path":"ofl/monda","contentType":"directory"},{"name":"monofett","path":"ofl/monofett","contentType":"directory"},{"name":"monomaniacone","path":"ofl/monomaniacone","contentType":"directory"},{"name":"monoton","path":"ofl/monoton","contentType":"directory"},{"name":"monsieurladoulaise","path":"ofl/monsieurladoulaise","contentType":"directory"},{"name":"montaga","path":"ofl/montaga","contentType":"directory"},{"name":"montaguslab","path":"ofl/montaguslab","contentType":"directory"},{"name":"montecarlo","path":"ofl/montecarlo","contentType":"directory"},{"name":"montserrat","path":"ofl/montserrat","contentType":"directory"},{"name":"montserratalternates","path":"ofl/montserratalternates","contentType":"directory"},{"name":"montserratsubrayada","path":"ofl/montserratsubrayada","contentType":"directory"},{"name":"moolahlah","path":"ofl/moolahlah","contentType":"directory"},{"name":"moondance","path":"ofl/moondance","contentType":"directory"},{"name":"moul","path":"ofl/moul","contentType":"directory"},{"name":"moulpali","path":"ofl/moulpali","contentType":"directory"},{"name":"mousememoirs","path":"ofl/mousememoirs","contentType":"directory"},{"name":"mplus1","path":"ofl/mplus1","contentType":"directory"},{"name":"mplus1code","path":"ofl/mplus1code","contentType":"directory"},{"name":"mplus1p","path":"ofl/mplus1p","contentType":"directory"},{"name":"mplus2","path":"ofl/mplus2","contentType":"directory"},{"name":"mpluscodelatin","path":"ofl/mpluscodelatin","contentType":"directory"},{"name":"mrbedfort","path":"ofl/mrbedfort","contentType":"directory"},{"name":"mrdafoe","path":"ofl/mrdafoe","contentType":"directory"},{"name":"mrdehaviland","path":"ofl/mrdehaviland","contentType":"directory"},{"name":"mrssaintdelafield","path":"ofl/mrssaintdelafield","contentType":"directory"},{"name":"mrssheppards","path":"ofl/mrssheppards","contentType":"directory"},{"name":"msmadi","path":"ofl/msmadi","contentType":"directory"},{"name":"mukta","path":"ofl/mukta","contentType":"directory"},{"name":"muktamahee","path":"ofl/muktamahee","contentType":"directory"},{"name":"muktamalar","path":"ofl/muktamalar","contentType":"directory"},{"name":"muktavaani","path":"ofl/muktavaani","contentType":"directory"},{"name":"mulish","path":"ofl/mulish","contentType":"directory"},{"name":"murecho","path":"ofl/murecho","contentType":"directory"},{"name":"museomoderno","path":"ofl/museomoderno","contentType":"directory"},{"name":"myanmarsanspro","path":"ofl/myanmarsanspro","contentType":"directory"},{"name":"mynerve","path":"ofl/mynerve","contentType":"directory"},{"name":"mysoul","path":"ofl/mysoul","contentType":"directory"},{"name":"mysteryquest","path":"ofl/mysteryquest","contentType":"directory"},{"name":"nabla","path":"ofl/nabla","contentType":"directory"},{"name":"nanumbrushscript","path":"ofl/nanumbrushscript","contentType":"directory"},{"name":"nanumgothic","path":"ofl/nanumgothic","contentType":"directory"},{"name":"nanumgothiccoding","path":"ofl/nanumgothiccoding","contentType":"directory"},{"name":"nanummyeongjo","path":"ofl/nanummyeongjo","contentType":"directory"},{"name":"nanumpenscript","path":"ofl/nanumpenscript","contentType":"directory"},{"name":"narnoor","path":"ofl/narnoor","contentType":"directory"},{"name":"nats","path":"ofl/nats","contentType":"directory"},{"name":"neonderthaw","path":"ofl/neonderthaw","contentType":"directory"},{"name":"nerkoone","path":"ofl/nerkoone","contentType":"directory"},{"name":"neucha","path":"ofl/neucha","contentType":"directory"},{"name":"neuton","path":"ofl/neuton","contentType":"directory"},{"name":"newrocker","path":"ofl/newrocker","contentType":"directory"},{"name":"newscycle","path":"ofl/newscycle","contentType":"directory"},{"name":"newsreader","path":"ofl/newsreader","contentType":"directory"},{"name":"newtegomin","path":"ofl/newtegomin","contentType":"directory"},{"name":"nicomoji","path":"ofl/nicomoji","contentType":"directory"},{"name":"niconne","path":"ofl/niconne","contentType":"directory"},{"name":"nikukyu","path":"ofl/nikukyu","contentType":"directory"},{"name":"niramit","path":"ofl/niramit","contentType":"directory"},{"name":"nixieone","path":"ofl/nixieone","contentType":"directory"},{"name":"nobile","path":"ofl/nobile","contentType":"directory"},{"name":"nokora","path":"ofl/nokora","contentType":"directory"},{"name":"norican","path":"ofl/norican","contentType":"directory"},{"name":"nosifer","path":"ofl/nosifer","contentType":"directory"},{"name":"nosifercaps","path":"ofl/nosifercaps","contentType":"directory"},{"name":"notable","path":"ofl/notable","contentType":"directory"},{"name":"nothingyoucoulddo","path":"ofl/nothingyoucoulddo","contentType":"directory"},{"name":"noticiatext","path":"ofl/noticiatext","contentType":"directory"},{"name":"notocoloremoji","path":"ofl/notocoloremoji","contentType":"directory"},{"name":"notocoloremojicompattest","path":"ofl/notocoloremojicompattest","contentType":"directory"},{"name":"notokufiarabic","path":"ofl/notokufiarabic","contentType":"directory"},{"name":"notomusic","path":"ofl/notomusic","contentType":"directory"},{"name":"notonaskharabic","path":"ofl/notonaskharabic","contentType":"directory"},{"name":"notonaskharabicui","path":"ofl/notonaskharabicui","contentType":"directory"},{"name":"notonastaliqurdu","path":"ofl/notonastaliqurdu","contentType":"directory"},{"name":"notorashihebrew","path":"ofl/notorashihebrew","contentType":"directory"},{"name":"notosans","path":"ofl/notosans","contentType":"directory"},{"name":"notosansadlam","path":"ofl/notosansadlam","contentType":"directory"},{"name":"notosansadlamunjoined","path":"ofl/notosansadlamunjoined","contentType":"directory"},{"name":"notosansanatolianhieroglyphs","path":"ofl/notosansanatolianhieroglyphs","contentType":"directory"},{"name":"notosansarabic","path":"ofl/notosansarabic","contentType":"directory"},{"name":"notosansarabicui","path":"ofl/notosansarabicui","contentType":"directory"},{"name":"notosansarmenian","path":"ofl/notosansarmenian","contentType":"directory"},{"name":"notosansavestan","path":"ofl/notosansavestan","contentType":"directory"},{"name":"notosansbalinese","path":"ofl/notosansbalinese","contentType":"directory"},{"name":"notosansbamum","path":"ofl/notosansbamum","contentType":"directory"},{"name":"notosansbassavah","path":"ofl/notosansbassavah","contentType":"directory"},{"name":"notosansbatak","path":"ofl/notosansbatak","contentType":"directory"},{"name":"notosansbengali","path":"ofl/notosansbengali","contentType":"directory"},{"name":"notosansbengaliui","path":"ofl/notosansbengaliui","contentType":"directory"},{"name":"notosansbhaiksuki","path":"ofl/notosansbhaiksuki","contentType":"directory"},{"name":"notosansbrahmi","path":"ofl/notosansbrahmi","contentType":"directory"},{"name":"notosansbuginese","path":"ofl/notosansbuginese","contentType":"directory"},{"name":"notosansbuhid","path":"ofl/notosansbuhid","contentType":"directory"},{"name":"notosanscanadianaboriginal","path":"ofl/notosanscanadianaboriginal","contentType":"directory"},{"name":"notosanscarian","path":"ofl/notosanscarian","contentType":"directory"},{"name":"notosanscaucasianalbanian","path":"ofl/notosanscaucasianalbanian","contentType":"directory"},{"name":"notosanschakma","path":"ofl/notosanschakma","contentType":"directory"},{"name":"notosanscham","path":"ofl/notosanscham","contentType":"directory"},{"name":"notosanscherokee","path":"ofl/notosanscherokee","contentType":"directory"},{"name":"notosanschorasmian","path":"ofl/notosanschorasmian","contentType":"directory"},{"name":"notosanscoptic","path":"ofl/notosanscoptic","contentType":"directory"},{"name":"notosanscuneiform","path":"ofl/notosanscuneiform","contentType":"directory"},{"name":"notosanscypriot","path":"ofl/notosanscypriot","contentType":"directory"},{"name":"notosansdeseret","path":"ofl/notosansdeseret","contentType":"directory"},{"name":"notosansdevanagari","path":"ofl/notosansdevanagari","contentType":"directory"},{"name":"notosansdevanagariui","path":"ofl/notosansdevanagariui","contentType":"directory"},{"name":"notosansdisplay","path":"ofl/notosansdisplay","contentType":"directory"},{"name":"notosansduployan","path":"ofl/notosansduployan","contentType":"directory"},{"name":"notosansegyptianhieroglyphs","path":"ofl/notosansegyptianhieroglyphs","contentType":"directory"},{"name":"notosanselbasan","path":"ofl/notosanselbasan","contentType":"directory"},{"name":"notosanselymaic","path":"ofl/notosanselymaic","contentType":"directory"},{"name":"notosansethiopic","path":"ofl/notosansethiopic","contentType":"directory"},{"name":"notosansgeorgian","path":"ofl/notosansgeorgian","contentType":"directory"},{"name":"notosansglagolitic","path":"ofl/notosansglagolitic","contentType":"directory"},{"name":"notosansgothic","path":"ofl/notosansgothic","contentType":"directory"},{"name":"notosansgrantha","path":"ofl/notosansgrantha","contentType":"directory"},{"name":"notosansgujarati","path":"ofl/notosansgujarati","contentType":"directory"},{"name":"notosansgujaratiui","path":"ofl/notosansgujaratiui","contentType":"directory"},{"name":"notosansgunjalagondi","path":"ofl/notosansgunjalagondi","contentType":"directory"},{"name":"notosansgurmukhi","path":"ofl/notosansgurmukhi","contentType":"directory"},{"name":"notosansgurmukhiui","path":"ofl/notosansgurmukhiui","contentType":"directory"},{"name":"notosanshanifirohingya","path":"ofl/notosanshanifirohingya","contentType":"directory"},{"name":"notosanshanunoo","path":"ofl/notosanshanunoo","contentType":"directory"},{"name":"notosanshatran","path":"ofl/notosanshatran","contentType":"directory"},{"name":"notosanshebrew","path":"ofl/notosanshebrew","contentType":"directory"},{"name":"notosanshk","path":"ofl/notosanshk","contentType":"directory"},{"name":"notosansimperialaramaic","path":"ofl/notosansimperialaramaic","contentType":"directory"},{"name":"notosansindicsiyaqnumbers","path":"ofl/notosansindicsiyaqnumbers","contentType":"directory"},{"name":"notosansinscriptionalpahlavi","path":"ofl/notosansinscriptionalpahlavi","contentType":"directory"},{"name":"notosansinscriptionalparthian","path":"ofl/notosansinscriptionalparthian","contentType":"directory"},{"name":"notosansjavanese","path":"ofl/notosansjavanese","contentType":"directory"},{"name":"notosansjp","path":"ofl/notosansjp","contentType":"directory"},{"name":"notosanskaithi","path":"ofl/notosanskaithi","contentType":"directory"},{"name":"notosanskannada","path":"ofl/notosanskannada","contentType":"directory"},{"name":"notosanskannadaui","path":"ofl/notosanskannadaui","contentType":"directory"},{"name":"notosanskayahli","path":"ofl/notosanskayahli","contentType":"directory"},{"name":"notosanskharoshthi","path":"ofl/notosanskharoshthi","contentType":"directory"},{"name":"notosanskhmer","path":"ofl/notosanskhmer","contentType":"directory"},{"name":"notosanskhmerui","path":"ofl/notosanskhmerui","contentType":"directory"},{"name":"notosanskhojki","path":"ofl/notosanskhojki","contentType":"directory"},{"name":"notosanskhudawadi","path":"ofl/notosanskhudawadi","contentType":"directory"},{"name":"notosanskr","path":"ofl/notosanskr","contentType":"directory"},{"name":"notosanslao","path":"ofl/notosanslao","contentType":"directory"},{"name":"notosanslaolooped","path":"ofl/notosanslaolooped","contentType":"directory"},{"name":"notosanslaoui","path":"ofl/notosanslaoui","contentType":"directory"},{"name":"notosanslepcha","path":"ofl/notosanslepcha","contentType":"directory"},{"name":"notosanslimbu","path":"ofl/notosanslimbu","contentType":"directory"},{"name":"notosanslineara","path":"ofl/notosanslineara","contentType":"directory"},{"name":"notosanslinearb","path":"ofl/notosanslinearb","contentType":"directory"},{"name":"notosanslisu","path":"ofl/notosanslisu","contentType":"directory"},{"name":"notosanslycian","path":"ofl/notosanslycian","contentType":"directory"},{"name":"notosanslydian","path":"ofl/notosanslydian","contentType":"directory"},{"name":"notosansmahajani","path":"ofl/notosansmahajani","contentType":"directory"},{"name":"notosansmalayalam","path":"ofl/notosansmalayalam","contentType":"directory"},{"name":"notosansmalayalamui","path":"ofl/notosansmalayalamui","contentType":"directory"},{"name":"notosansmandaic","path":"ofl/notosansmandaic","contentType":"directory"},{"name":"notosansmanichaean","path":"ofl/notosansmanichaean","contentType":"directory"},{"name":"notosansmarchen","path":"ofl/notosansmarchen","contentType":"directory"},{"name":"notosansmasaramgondi","path":"ofl/notosansmasaramgondi","contentType":"directory"},{"name":"notosansmath","path":"ofl/notosansmath","contentType":"directory"},{"name":"notosansmayannumerals","path":"ofl/notosansmayannumerals","contentType":"directory"},{"name":"notosansmedefaidrin","path":"ofl/notosansmedefaidrin","contentType":"directory"},{"name":"notosansmeeteimayek","path":"ofl/notosansmeeteimayek","contentType":"directory"},{"name":"notosansmendekikakui","path":"ofl/notosansmendekikakui","contentType":"directory"},{"name":"notosansmeroitic","path":"ofl/notosansmeroitic","contentType":"directory"},{"name":"notosansmiao","path":"ofl/notosansmiao","contentType":"directory"},{"name":"notosansmodi","path":"ofl/notosansmodi","contentType":"directory"},{"name":"notosansmongolian","path":"ofl/notosansmongolian","contentType":"directory"},{"name":"notosansmono","path":"ofl/notosansmono","contentType":"directory"},{"name":"notosansmro","path":"ofl/notosansmro","contentType":"directory"},{"name":"notosansmultani","path":"ofl/notosansmultani","contentType":"directory"},{"name":"notosansmyanmar","path":"ofl/notosansmyanmar","contentType":"directory"},{"name":"notosansmyanmarui","path":"ofl/notosansmyanmarui","contentType":"directory"},{"name":"notosansnabataean","path":"ofl/notosansnabataean","contentType":"directory"},{"name":"notosansnagmundari","path":"ofl/notosansnagmundari","contentType":"directory"},{"name":"notosansnandinagari","path":"ofl/notosansnandinagari","contentType":"directory"},{"name":"notosansnewa","path":"ofl/notosansnewa","contentType":"directory"},{"name":"notosansnewtailue","path":"ofl/notosansnewtailue","contentType":"directory"},{"name":"notosansnko","path":"ofl/notosansnko","contentType":"directory"},{"name":"notosansnko_todelist","path":"ofl/notosansnko_todelist","contentType":"directory"},{"name":"notosansnushu","path":"ofl/notosansnushu","contentType":"directory"},{"name":"notosansogham","path":"ofl/notosansogham","contentType":"directory"},{"name":"notosansolchiki","path":"ofl/notosansolchiki","contentType":"directory"}],"totalCount":1590},"":{"items":[{"name":"ofl","path":"ofl","contentType":"directory"}]}},"fileTreeProcessingTime":273.204265,"foldersToFetch":[""],"reducedMotionEnabled":"system","repo":{"id":30675533,"defaultBranch":"main","name":"fonts","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-02-12T08:34:54.000+09:00","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false},"refInfo":{"name":"main","listCacheKey":"v0:1685087196.297017","canEdit":true,"refType":"branch","currentOid":"e50bfc0417c92c0dd6c07145c1ae9eb7dacf218c"},"path":"ofl/notosans/NotoSans-Bold.ttf","currentUser":{"id":130130066,"login":"jaranglee","userEmail":"jarang.lee@bankwareglobal.com"},"blob":{"rawBlob":null,"colorizedLines":null,"stylingDirectives":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/google/fonts/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":false,"repoAlertsPath":"/google/fonts/security/dependabot","repoSecurityAndAnalysisPath":"/google/fonts/settings/security_analysis","repoOwnerIsOrg":true,"currentUserCanAdminRepo":false},"displayName":"NotoSans-Bold.ttf","displayUrl":"https://github.com/google/fonts/blob/main/ofl/notosans/NotoSans-Bold.ttf?raw=true","headerInfo":{"blobSize":"548 KB","deleteInfo":{"deletePath":"https://github.com/google/fonts/delete/main/ofl/notosans/NotoSans-Bold.ttf","deleteTooltip":"Fork this repository and delete the file"},"editInfo":{"editTooltip":"Fork this repository and edit the file"},"ghDesktopPath":"https://desktop.github.com","gitLfsPath":null,"onBranch":true,"shortPath":"a7c0a59","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogle%2Ffonts%2Fblob%2Fmain%2Fofl%2Fnotosans%2FNotoSans-Bold.ttf","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":null,"truncatedSloc":null},"mode":"file"},"image":false,"isCodeownersFile":null,"isValidLegacyIssueTemplate":false,"issueTemplateHelpUrl":"https://docs.github.com/articles/about-issue-and-pull-request-templates","issueTemplate":null,"discussionTemplate":null,"language":null,"large":false,"loggedIn":true,"newDiscussionPath":"/google/fonts/discussions/new","newIssuePath":"/google/fonts/issues/new","planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/google/fonts/blob/main/ofl/notosans/NotoSans-Bold.ttf","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","dismissStackNoticePath":"/settings/dismiss-notice/publish_stack_from_file","releasePath":"/google/fonts/releases/new?marketplace=true","showPublishActionBanner":false,"showPublishStackBanner":false},"renderImageOrRaw":true,"richText":null,"renderedFileInfo":null,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"repoOwner":"google","repoName":"fonts","showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","showDependabotConfigurationBanner":false,"actionsOnboardingTip":null},"truncated":false,"viewable":false,"workflowRedirectUrl":null,"symbols":null},"csrf_tokens":{"/google/fonts/branches":{"post":"oBHEIQMW4B5oLaHb1v01YHOFN_BY5fSwtaD7uNbzvZcFa1xi6T2XUfCWyu1z915G0vz1t8duPfwxMoKv9E-iOA"}}},"title":"fonts/NotoSans-Bold.ttf at main · google/fonts","locale":"en","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-848bb9a5da17.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-8812f8040df6.js","githubDevUrl":"https://github.dev/","enabled_features":{"virtualize_file_tree":true,"react_repos_overview":false,"repos_new_shortcut_enabled":false,"blob_navigation_cursor":true,"code_nav_ui_events":false,"ref_selector_v2":false,"codeview_codemirror_next":false}}}</script>
2162
+ <div data-target="react-app.reactRoot"></div>
2163
+ </react-app>
2164
+ </turbo-frame>
2165
+
2166
+
2167
+
2168
+ </div>
2169
+
2170
+ </turbo-frame>
2171
+
2172
+ </main>
2173
+ </div>
2174
+
2175
+ </div>
2176
+
2177
+ <footer class="footer width-full container-xl p-responsive" role="contentinfo">
2178
+ <h2 class='sr-only'>Footer</h2>
2179
+
2180
+ <div class="position-relative d-flex flex-items-center pb-2 f6 color-fg-muted border-top color-border-muted flex-column-reverse flex-lg-row flex-wrap flex-lg-nowrap mt-6 pt-6">
2181
+ <div class="list-style-none d-flex flex-wrap col-0 col-lg-2 flex-justify-start flex-lg-justify-between mb-2 mb-lg-0">
2182
+ <div class="mt-2 mt-lg-0 d-flex flex-items-center">
2183
+ <a aria-label="Homepage" title="GitHub" class="footer-octicon mr-2" href="https://github.com">
2184
+ <svg aria-hidden="true" height="24" viewBox="0 0 16 16" version="1.1" width="24" data-view-component="true" class="octicon octicon-mark-github">
2185
+ <path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
2186
+ </svg>
2187
+ </a> <span>
2188
+ &copy; 2023 GitHub, Inc.
2189
+ </span>
2190
+ </div>
2191
+ </div>
2192
+
2193
+ <nav aria-label='Footer' class="col-12 col-lg-8">
2194
+ <h3 class='sr-only' id='sr-footer-heading'>Footer navigation</h3>
2195
+ <ul class="list-style-none d-flex flex-wrap col-12 flex-justify-center flex-lg-justify-between mb-2 mb-lg-0" aria-labelledby='sr-footer-heading'>
2196
+ <li class="mr-3 mr-lg-0"><a href="https://docs.github.com/site-policy/github-terms/github-terms-of-service" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to terms&quot;,&quot;label&quot;:&quot;text:terms&quot;}">Terms</a></li>
2197
+ <li class="mr-3 mr-lg-0"><a href="https://docs.github.com/site-policy/privacy-policies/github-privacy-statement" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to privacy&quot;,&quot;label&quot;:&quot;text:privacy&quot;}">Privacy</a></li>
2198
+ <li class="mr-3 mr-lg-0"><a data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to security&quot;,&quot;label&quot;:&quot;text:security&quot;}" href="https://github.com/security">Security</a></li>
2199
+ <li class="mr-3 mr-lg-0"><a href="https://www.githubstatus.com/" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to status&quot;,&quot;label&quot;:&quot;text:status&quot;}">Status</a></li>
2200
+ <li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to help, text:Docs" href="https://docs.github.com">Docs</a></li>
2201
+ <li class="mr-3 mr-lg-0"><a href="https://support.github.com?tags=dotcom-footer" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to contact&quot;,&quot;label&quot;:&quot;text:contact&quot;}">Contact GitHub</a></li>
2202
+ <li class="mr-3 mr-lg-0"><a href="https://github.com/pricing" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to Pricing&quot;,&quot;label&quot;:&quot;text:Pricing&quot;}">Pricing</a></li>
2203
+ <li class="mr-3 mr-lg-0"><a href="https://docs.github.com" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to api&quot;,&quot;label&quot;:&quot;text:api&quot;}">API</a></li>
2204
+ <li class="mr-3 mr-lg-0"><a href="https://services.github.com" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to training&quot;,&quot;label&quot;:&quot;text:training&quot;}">Training</a></li>
2205
+ <li class="mr-3 mr-lg-0"><a href="https://github.blog" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to blog&quot;,&quot;label&quot;:&quot;text:blog&quot;}">Blog</a></li>
2206
+ <li><a data-ga-click="Footer, go to about, text:about" href="https://github.com/about">About</a></li>
2207
+ </ul>
2208
+ </nav>
2209
+ </div>
2210
+
2211
+ <div class="d-flex flex-justify-center pb-6">
2212
+ <span class="f6 color-fg-muted"></span>
2213
+ </div>
2214
+ </footer>
2215
+
2216
+
2217
+
2218
+
2219
+ <div id="ajax-error-message" class="ajax-error-message flash flash-error" hidden>
2220
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
2221
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
2222
+ </svg>
2223
+ <button type="button" class="flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
2224
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
2225
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
2226
+ </svg>
2227
+ </button>
2228
+ You can’t perform that action at this time.
2229
+ </div>
2230
+
2231
+ <div class="js-stale-session-flash flash flash-warn flash-banner" hidden
2232
+ >
2233
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
2234
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
2235
+ </svg>
2236
+ <span class="js-stale-session-flash-signed-in" hidden>You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span>
2237
+ <span class="js-stale-session-flash-signed-out" hidden>You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span>
2238
+ </div>
2239
+ <template id="site-details-dialog">
2240
+ <details class="details-reset details-overlay details-overlay-dark lh-default color-fg-default hx_rsm" open>
2241
+ <summary role="button" aria-label="Close dialog"></summary>
2242
+ <details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast hx_rsm-dialog hx_rsm-modal">
2243
+ <button class="Box-btn-octicon m-0 btn-octicon position-absolute right-0 top-0" type="button" aria-label="Close dialog" data-close-dialog>
2244
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
2245
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
2246
+ </svg>
2247
+ </button>
2248
+ <div class="octocat-spinner my-6 js-details-dialog-spinner"></div>
2249
+ </details-dialog>
2250
+ </details>
2251
+ </template>
2252
+
2253
+ <div class="Popover js-hovercard-content position-absolute" style="display: none; outline: none;" tabindex="0">
2254
+ <div class="Popover-message Popover-message--bottom-left Popover-message--large Box color-shadow-large" style="width:360px;">
2255
+ </div>
2256
+ </div>
2257
+
2258
+ <template id="snippet-clipboard-copy-button">
2259
+ <div class="zeroclipboard-container position-absolute right-0 top-0">
2260
+ <clipboard-copy aria-label="Copy" class="ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay" data-copy-feedback="Copied!" data-tooltip-direction="w">
2261
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-copy js-clipboard-copy-icon m-2">
2262
+ <path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"></path><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"></path>
2263
+ </svg>
2264
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check js-clipboard-check-icon color-fg-success d-none m-2">
2265
+ <path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"></path>
2266
+ </svg>
2267
+ </clipboard-copy>
2268
+ </div>
2269
+ </template>
2270
+ <template id="snippet-clipboard-copy-button-unpositioned">
2271
+ <div class="zeroclipboard-container">
2272
+ <clipboard-copy aria-label="Copy" class="ClipboardButton btn btn-invisible js-clipboard-copy m-2 p-0 tooltipped-no-delay d-flex flex-justify-center flex-items-center" data-copy-feedback="Copied!" data-tooltip-direction="w">
2273
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-copy js-clipboard-copy-icon">
2274
+ <path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"></path><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"></path>
2275
+ </svg>
2276
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check js-clipboard-check-icon color-fg-success d-none">
2277
+ <path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"></path>
2278
+ </svg>
2279
+ </clipboard-copy>
2280
+ </div>
2281
+ </template>
2282
+
2283
+
2284
+ <style>
2285
+ .user-mention[href$="/jaranglee"] {
2286
+ color: var(--color-user-mention-fg);
2287
+ background-color: var(--color-user-mention-bg);
2288
+ border-radius: 2px;
2289
+ margin-left: -2px;
2290
+ margin-right: -2px;
2291
+ padding: 0 2px;
2292
+ }
2293
+ </style>
2294
+
2295
+
2296
+ </div>
2297
+
2298
+ <div id="js-global-screen-reader-notice" class="sr-only" aria-live="polite" ></div>
2299
+ </body>
2300
+ </html>
2301
+