@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,2299 @@
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-57c312e484b2.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-536dffbfff5a.css" />
27
+
28
+
29
+
30
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/wp-runtime-377d421cc9f7.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-ba2b2ef33e4b.js"></script>
41
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/github-elements-7b037525f59f.js"></script>
42
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/element-registry-8f404beaf269.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_blob-anchor_ts-app_assets_modules_github_code-editor_ts-app_assets_-8128e1-65aa849c94d7.js"></script>
52
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_sticky-scroll-into-view_ts-1d145b63ed56.js"></script>
53
+ <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-dae7d38e0248.js"></script>
54
+ <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>
55
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/behaviors-d1b433c1b6c2.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-a1133077cb2e.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_L-5634ab-42e8568c9a37.js"></script>
63
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_focus-zone_js-d55308df5023.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-d264d6-f9d3bc6f32ea.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-9f46ef9292fe.js"></script>
67
+ <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_-04bb1b-dadff286ba44.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-a0b171a7401f.js"></script>
69
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Dialog_ConfirmationDialog_js-node_modules_primer_re-3d8a84-e777e763812a.js"></script>
70
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_PageLayout_PageLayout_js-4fa99e9ebc43.js"></script>
71
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TreeView_TreeView_js-24fd33d383d9.js"></script>
72
+ <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-90f908d64068.js"></script>
73
+ <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>
74
+ <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>
75
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_AvatarStack_AvatarStack_js-node_modules_primer_reac-528269-51c7de1de076.js"></script>
76
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Button_LinkButton_js-node_modules_primer_react_lib--6e3f86-46f1f5d7b3f6.js"></script>
77
+ <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>
78
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_react-core_Entry_tsx-8c7cce1646a4.js"></script>
79
+ <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>
80
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_react-shared_RefSelector_RefSelector_tsx-0ade0381bf11.js"></script>
81
+ <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>
82
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_trusted-types-policies_policy_ts-ui_packages_trusted-types_trusted-types_ts-app_a-af1c83-c0b6ae48f7ea.js"></script>
83
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/react-code-view-3986245d6fec.js"></script>
84
+
85
+
86
+ <title>fonts/NotoSans-Regular.ttf at main · google/fonts</title>
87
+
88
+
89
+
90
+ <meta name="route-pattern" content="/:user_id/:repository/blob/*name(/*path)">
91
+
92
+
93
+ <meta name="current-catalog-service-hash" content="581425c0eaaa5e5e53c5b736f58a14dbe5d38b0be425901738ad0670bd1d5a33">
94
+
95
+
96
+ <meta name="request-id" content="CD2E:7466:510350:5F5E8F:645D9D2A" data-turbo-transient="true" /><meta name="html-safe-nonce" content="6fb366f27bfcb5647384da9b2d5b36ef87e0861bddc910b4caf528594894171f" data-turbo-transient="true" /><meta name="visitor-payload" content="eyJyZWZlcnJlciI6Imh0dHBzOi8vZ2l0aHViLmNvbS9nb29nbGUvZm9udHMvdHJlZS9tYWluL29mbC9ub3Rvc2FucyIsInJlcXVlc3RfaWQiOiJDRDJFOjc0NjY6NTEwMzUwOjVGNUU4Rjo2NDVEOUQyQSIsInZpc2l0b3JfaWQiOiI4NTEwMTQ1NDA1NjUxOTI3NDk4IiwicmVnaW9uX2VkZ2UiOiJrb3JlYWNlbnRyYWwiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=" data-turbo-transient="true" /><meta name="visitor-hmac" content="e436dea91f826e6d1d1904ae8ccdda321f91a26e534a2437e5c3e9a8938319c0" data-turbo-transient="true" />
97
+
98
+
99
+ <meta name="hovercard-subject-tag" content="repository:30675533" data-turbo-transient>
100
+
101
+
102
+ <meta name="github-keyboard-shortcuts" content="repository,source-code,file-tree" data-turbo-transient="true" />
103
+
104
+
105
+ <meta name="selected-link" value="repo_source" data-turbo-transient>
106
+ <link rel="assets" href="https://github.githubassets.com/">
107
+
108
+ <meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY">
109
+ <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
110
+ <meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
111
+ <meta name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc">
112
+ <meta name="google-site-verification" content="Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I">
113
+
114
+ <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" />
115
+
116
+ <meta name="analytics-location" content="/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show" data-turbo-transient="true" />
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+ <meta name="user-login" content="jaranglee">
126
+
127
+ <link rel="sudo-modal" href="/sessions/sudo_modal">
128
+
129
+ <meta name="viewport" content="width=device-width">
130
+
131
+ <meta name="description" content="Font files available from Google Fonts, and a public issue tracker for all things Google Fonts - fonts/NotoSans-Regular.ttf at main · google/fonts">
132
+ <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
133
+ <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
134
+ <meta property="fb:app_id" content="1401488693436528">
135
+ <meta name="apple-itunes-app" content="app-id=1477376905" />
136
+ <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-Regular.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-Regular.ttf at main · google/fonts" />
137
+ <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-Regular.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-Regular.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-Regular.ttf at main · google/fonts" />
138
+
139
+
140
+ <link rel="shared-web-socket" href="wss://alive.github.com/_sockets/u/130130066/ws?session=eyJ2IjoiVjMiLCJ1IjoxMzAxMzAwNjYsInMiOjExMTQ3ODAzNDcsImMiOjI4NzA3MjMxOTUsInQiOjE2ODM4NTY2OTJ9--df8abc3b736ea9814b8280d82adf786a105fa2a2aeb35f51f32d1dd356f10df5" data-refresh-url="/_alive" data-session-id="5de5a859d8c57a0a8a44af7bbfad260f7e66ab1dbae2a997327529eed7020d6a">
141
+ <link rel="shared-web-socket-src" href="/assets-cdn/worker/socket-worker-71e98f781d79.js">
142
+
143
+
144
+ <meta name="hostname" content="github.com">
145
+
146
+
147
+ <meta name="keyboard-shortcuts-preference" content="all">
148
+
149
+ <meta name="expected-hostname" content="github.com">
150
+
151
+ <meta name="enabled-features" content="TURBO_EXPERIMENT_RISKY,IMAGE_METRIC_TRACKING,GEOJSON_AZURE_MAPS">
152
+
153
+
154
+ <meta http-equiv="x-pjax-version" content="3807c417764ef84ea7031968fd961b802b0cb95a11ee99ccfca958ed7b1d7914" data-turbo-track="reload">
155
+ <meta http-equiv="x-pjax-csp-version" content="0db263f9a873141d8256f783c35f244c06d490aacc3b680f99794dd8fd59fb59" data-turbo-track="reload">
156
+ <meta http-equiv="x-pjax-css-version" content="e8aa01474d0c779a222d3c578e207f1c2a3df88c4896c35f0c67bac5015a1869" data-turbo-track="reload">
157
+ <meta http-equiv="x-pjax-js-version" content="f70ea5b9052274af7e78261f6d80aa2ae693009e3f178b2df9ff5f579348cca6" data-turbo-track="reload">
158
+
159
+ <meta name="turbo-cache-control" content="no-preview" data-turbo-transient="">
160
+
161
+ <meta name="turbo-cache-control" content="no-cache" data-turbo-transient>
162
+ <meta data-hydrostats="publish">
163
+
164
+ <meta name="go-import" content="github.com/google/fonts git https://github.com/google/fonts.git">
165
+
166
+ <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" />
167
+
168
+
169
+
170
+ <meta name="turbo-body-classes" content="logged-in env-production page-responsive">
171
+
172
+
173
+ <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
174
+
175
+ <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
176
+
177
+ <meta name="browser-optimizely-client-errors-url" content="https://api.github.com/_private/browser/optimizely_client/errors">
178
+
179
+ <link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000">
180
+ <link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png">
181
+ <link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg">
182
+
183
+ <meta name="theme-color" content="#1e2327">
184
+ <meta name="color-scheme" content="light dark" />
185
+
186
+
187
+ <link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">
188
+
189
+ </head>
190
+
191
+ <body class="logged-in env-production page-responsive" style="word-wrap: break-word;">
192
+ <div data-turbo-body class="logged-in env-production page-responsive" style="word-wrap: break-word;">
193
+
194
+
195
+
196
+ <div class="position-relative js-header-wrapper ">
197
+ <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>
198
+ <span data-view-component="true" class="progress-pjax-loader Progress position-fixed width-full">
199
+ <span style="width: 0%;" data-view-component="true" class="Progress-item progress-pjax-loader-bar left-0 top-0 color-bg-accent-emphasis"></span>
200
+ </span>
201
+
202
+
203
+
204
+ <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>
205
+ <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>
206
+ <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>
207
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/command-palette-c2a5f7e7eb12.js"></script>
208
+
209
+ <header class="Header js-details-container Details px-3 px-md-4 px-lg-5 flex-wrap flex-md-nowrap" role="banner">
210
+
211
+ <div class="Header-item mt-n1 mb-n1 d-none d-md-flex">
212
+ <a
213
+ class="Header-link"
214
+ href="https://github.com/"
215
+ data-hotkey="g d"
216
+ aria-label="Homepage "
217
+ data-turbo="false"
218
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to dashboard&quot;,&quot;label&quot;:&quot;icon:logo&quot;}"
219
+ >
220
+ <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">
221
+ <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>
222
+ </svg>
223
+ </a>
224
+
225
+ </div>
226
+
227
+ <div class="Header-item d-md-none">
228
+ <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">
229
+ <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>
230
+ </svg>
231
+ </button> </div>
232
+
233
+ <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">
234
+
235
+
236
+
237
+ <template id="search-icon">
238
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
239
+ <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>
240
+ </svg>
241
+ </template>
242
+
243
+ <template id="code-icon">
244
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
245
+ <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>
246
+ </svg>
247
+ </template>
248
+
249
+ <template id="file-code-icon">
250
+ <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">
251
+ <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>
252
+ </svg>
253
+ </template>
254
+
255
+ <template id="history-icon">
256
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-history">
257
+ <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>
258
+ </svg>
259
+ </template>
260
+
261
+ <template id="repo-icon">
262
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
263
+ <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>
264
+ </svg>
265
+ </template>
266
+
267
+ <template id="bookmark-icon">
268
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bookmark">
269
+ <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>
270
+ </svg>
271
+ </template>
272
+
273
+ <template id="plus-circle-icon">
274
+ <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">
275
+ <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>
276
+ </svg>
277
+ </template>
278
+
279
+ <template id="circle-icon">
280
+ <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">
281
+ <path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"></path>
282
+ </svg>
283
+ </template>
284
+
285
+ <template id="trash-icon">
286
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
287
+ <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>
288
+ </svg>
289
+ </template>
290
+
291
+ <template id="team-icon">
292
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
293
+ <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>
294
+ </svg>
295
+ </template>
296
+
297
+ <template id="project-icon">
298
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
299
+ <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>
300
+ </svg>
301
+ </template>
302
+
303
+ <template id="pencil-icon">
304
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
305
+ <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>
306
+ </svg>
307
+ </template>
308
+
309
+ <qbsearch-input class="search-input" data-scope="repo:google/fonts" data-custom-scopes-path="/search/custom_scopes" data-delete-custom-scopes-csrf="Dol4bHm6r4fGk3gErBOByg6rBzar7GvAkIeBS_SR_NWj-utZVmwPoAeNefzUKZOME4NfW4yuT36vVs7yeeQNVg" 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="">
310
+ <div
311
+ class="search-input-container search-with-dialog position-relative d-flex flex-row flex-items-center mr-4 rounded"
312
+ data-action="click:qbsearch-input#searchInputContainerClicked"
313
+ >
314
+ <button
315
+ type="button"
316
+ 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"
317
+ data-target="qbsearch-input.inputButton"
318
+ placeholder="Search or jump to..."
319
+ data-hotkey=s,/
320
+ autocapitalize="off"
321
+ data-action="click:qbsearch-input#handleExpand"
322
+ >
323
+ <div class="mr-2 color-fg-muted">
324
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
325
+ <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>
326
+ </svg>
327
+ </div>
328
+ <span class="flex-1" data-target="qbsearch-input.inputButtonText">Search or jump to...</span>
329
+ <div class="d-flex" data-target="qbsearch-input.hotkeyIndicator">
330
+ <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>
331
+
332
+ </div>
333
+ </button>
334
+
335
+ <input type="hidden" name="type" class="js-site-search-type-field">
336
+
337
+
338
+ <div class="Overlay--hidden " data-modal-dialog-overlay>
339
+ <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">
340
+ <h1 id="search-suggestions-dialog-header" class="sr-only">Search code, repositories, users, issues, pull requests...</h1>
341
+ <div class="Overlay-body Overlay-body--paddingNone">
342
+
343
+ <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"
344
+ style="border-radius: 12px;"
345
+ data-target="qbsearch-input.queryBuilderContainer"
346
+ hidden
347
+ >
348
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="query-builder-test-form" action="" accept-charset="UTF-8" method="get">
349
+ <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">
350
+ <div class="FormControl FormControl--fullWidth">
351
+ <label id="query-builder-test-label" for="query-builder-test" class="FormControl-label sr-only">
352
+ Search
353
+ </label>
354
+ <div class="QueryBuilder-StyledInput width-fit" data-target="query-builder.styledInput">
355
+ <span id="query-builder-test-leadingvisual-wrap" class="FormControl-input-leadingVisualWrap QueryBuilder-leadingVisualWrap">
356
+ <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">
357
+ <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>
358
+ </svg>
359
+ </span>
360
+ <div data-target="query-builder.styledInputContainer" class="QueryBuilder-StyledInputContainer">
361
+ <div
362
+ aria-hidden="true"
363
+ class="QueryBuilder-StyledInputContent"
364
+ data-target="query-builder.styledInputContent"
365
+ ></div>
366
+ <div class="QueryBuilder-InputWrapper">
367
+ <div aria-hidden="true" class="QueryBuilder-Sizer" data-target="query-builder.sizer"></div>
368
+ <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="
369
+ input:query-builder#inputChange
370
+ blur:query-builder#inputBlur
371
+ keydown:query-builder#inputKeydown
372
+ focus:query-builder#inputFocus
373
+ " data-view-component="true" class="FormControl-input QueryBuilder-Input FormControl-medium" />
374
+ </div>
375
+ </div>
376
+ <span class="sr-only" id="query-builder-test-clear">Clear</span>
377
+
378
+ <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="
379
+ click:query-builder#clear
380
+ focus:query-builder#clearButtonFocus
381
+ blur:query-builder#clearButtonBlur
382
+ " 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">
383
+ <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>
384
+ </svg>
385
+ </button>
386
+
387
+ </div>
388
+ <template id="search-icon">
389
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
390
+ <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>
391
+ </svg>
392
+ </template>
393
+
394
+ <template id="code-icon">
395
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
396
+ <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>
397
+ </svg>
398
+ </template>
399
+
400
+ <template id="file-code-icon">
401
+ <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">
402
+ <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>
403
+ </svg>
404
+ </template>
405
+
406
+ <template id="history-icon">
407
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-history">
408
+ <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>
409
+ </svg>
410
+ </template>
411
+
412
+ <template id="repo-icon">
413
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
414
+ <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>
415
+ </svg>
416
+ </template>
417
+
418
+ <template id="bookmark-icon">
419
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bookmark">
420
+ <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>
421
+ </svg>
422
+ </template>
423
+
424
+ <template id="plus-circle-icon">
425
+ <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">
426
+ <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>
427
+ </svg>
428
+ </template>
429
+
430
+ <template id="circle-icon">
431
+ <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">
432
+ <path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"></path>
433
+ </svg>
434
+ </template>
435
+
436
+ <template id="trash-icon">
437
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
438
+ <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>
439
+ </svg>
440
+ </template>
441
+
442
+ <template id="team-icon">
443
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
444
+ <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>
445
+ </svg>
446
+ </template>
447
+
448
+ <template id="project-icon">
449
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
450
+ <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>
451
+ </svg>
452
+ </template>
453
+
454
+ <template id="pencil-icon">
455
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
456
+ <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>
457
+ </svg>
458
+ </template>
459
+
460
+ <div class="position-relative">
461
+ <ul
462
+ role="listbox"
463
+ class="ActionListWrap QueryBuilder-ListWrap"
464
+ aria-label="Suggestions"
465
+ data-action="
466
+ combobox-commit:query-builder#comboboxCommit
467
+ mousedown:query-builder#resultsMousedown
468
+ "
469
+ data-target="query-builder.resultsList"
470
+ data-persist-list=false
471
+ id="query-builder-test-results"
472
+ ></ul>
473
+ </div>
474
+ </div>
475
+ <div data-target="query-builder.screenReaderFeedback" aria-live="polite" aria-atomic="true" class="sr-only"></div>
476
+ </query-builder></form>
477
+ <div class="d-flex flex-row color-fg-muted px-3 text-small color-bg-default search-feedback-prompt">
478
+ <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">
479
+ Search syntax tips
480
+ </a> <div class="d-flex flex-1"></div>
481
+ <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">
482
+ <span class="Button-label">Give feedback</span>
483
+ </span>
484
+ </button>
485
+ </div>
486
+ </div>
487
+ </div>
488
+
489
+ </div>
490
+ </modal-dialog></div>
491
+ </div>
492
+ <div data-action="click:qbsearch-input#retract" class="dark-backdrop position-fixed width-full" hidden data-target="qbsearch-input.darkBackdrop"></div>
493
+ <div class="color-fg-default">
494
+
495
+ <div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
496
+ <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">
497
+ <div data-view-component="true" class="Overlay-header">
498
+ <div class="Overlay-headerContentWrap">
499
+ <div class="Overlay-titleWrap">
500
+ <h1 class="Overlay-title " id="feedback-dialog-title">
501
+ Provide feedback
502
+ </h1>
503
+ </div>
504
+ <div class="Overlay-actionWrap">
505
+ <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">
506
+ <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>
507
+ </svg></button>
508
+ </div>
509
+ </div>
510
+ </div>
511
+ <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="5D-_aZmhH1BxTBQhj-WcKgxLogsPbP0-bvC3IkRQ_0adl5BJwHmHTODjuZBRVu4bxQFD1HBqr0KccsvepuGLSA" />
512
+ <p>We read every piece of feedback, and take your input very seriously.</p>
513
+ <textarea name="feedback" class="form-control width-full mb-2" style="height: 120px" id="feedback"></textarea>
514
+ <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">
515
+ <label for="include_email" style="font-weight: normal">Include my email address so I can be contacted</label>
516
+ </form></div>
517
+ <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
518
+ </button>
519
+ <button form="code-search-feedback-form" data-action="click:qbsearch-input#submitFeedback" type="submit" data-view-component="true" class="btn-primary btn"> Submit feedback
520
+ </button>
521
+ </div>
522
+ </modal-dialog></div>
523
+
524
+ <custom-scopes data-target="qbsearch-input.customScopesManager">
525
+
526
+ <div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
527
+ <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">
528
+ <div data-view-component="true" class="Overlay-header Overlay-header--divided">
529
+ <div class="Overlay-headerContentWrap">
530
+ <div class="Overlay-titleWrap">
531
+ <h1 class="Overlay-title " id="custom-scopes-dialog-title">
532
+ Saved searches
533
+ </h1>
534
+ <h2 id="custom-scopes-dialog-description" class="Overlay-description">Use saved searches to filter your results more quickly</h2>
535
+ </div>
536
+ <div class="Overlay-actionWrap">
537
+ <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">
538
+ <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>
539
+ </svg></button>
540
+ </div>
541
+ </div>
542
+ </div>
543
+ <div data-view-component="true" class="Overlay-body"> <div data-target="custom-scopes.customScopesModalDialogFlash"></div>
544
+
545
+ <div hidden class="create-custom-scope-form" data-target="custom-scopes.createCustomScopeForm">
546
+ <!-- '"` --><!-- </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="PLPajL82c9oUcg9I6MY1SG0QywuocPEKiI5QHoo45HIHDc-dZQszjnvphwZaZxDIk7Ebt6wGxy80WlgpqPPMAw" />
547
+ <div data-target="custom-scopes.customScopesModalDialogFlash"></div>
548
+
549
+ <input type="hidden" id="custom_scope_id" name="custom_scope_id" data-target="custom-scopes.customScopesIdField">
550
+
551
+ <div class="form-group">
552
+ <label for="custom_scope_name">Name</label>
553
+ <auto-check src="/search/custom_scopes/check_name" required>
554
+ <input
555
+ type="text"
556
+ name="custom_scope_name"
557
+ id="custom_scope_name"
558
+ data-target="custom-scopes.customScopesNameField"
559
+ class="form-control"
560
+ autocomplete="off"
561
+ placeholder="github-ruby"
562
+ required
563
+ maxlength="50">
564
+ <input type="hidden" value="enCA6UtpoRy_PhWTArXQjv04wrsy8UtD1-sjzAA28dnCbKuCr34lgNmwDJB8s4Gtx5VDNgj5-ET79EF5X8ouKg" data-csrf="true" />
565
+ </auto-check>
566
+ </div>
567
+
568
+ <div class="form-group">
569
+ <label for="custom_scope_query">Query</label>
570
+ <input
571
+ type="text"
572
+ name="custom_scope_query"
573
+ id="custom_scope_query"
574
+ data-target="custom-scopes.customScopesQueryField"
575
+ class="form-control"
576
+ autocomplete="off"
577
+ placeholder="(repo:mona/a OR repo:mona/b) AND lang:python"
578
+ required
579
+ maxlength="500">
580
+ </div>
581
+
582
+ <p class="text-small color-fg-muted">
583
+ 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>.
584
+ </p>
585
+ </form> </div>
586
+
587
+ <div data-target="custom-scopes.manageCustomScopesForm">
588
+ <div data-target="custom-scopes.list"></div>
589
+ </div>
590
+
591
+ </div>
592
+ <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
593
+ </button>
594
+ <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
595
+ </button>
596
+ </div>
597
+ </modal-dialog></div>
598
+ </custom-scopes>
599
+ </div>
600
+ </qbsearch-input><input type="hidden" value="rOMRLJAxTey6JPKlOC9Q0Qvlxo4DT9tohxATwJCwadRnBVtvxO14QOfeZhTCAAtlAIMh0WlZRUOZ_KxsvI5-Sg" data-csrf="true" class="js-data-jump-to-suggestions-path-csrf" />
601
+
602
+ <nav id="global-nav" class="d-flex flex-column flex-md-row flex-self-stretch flex-md-self-auto" aria-label="Global">
603
+ <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>
604
+
605
+ <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">
606
+ Pull<span class="d-inline d-md-none d-lg-inline"> request</span>s
607
+ </a>
608
+ <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>
609
+
610
+ <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>
611
+
612
+ <div class="d-flex position-relative">
613
+ <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>
614
+ </div>
615
+
616
+ <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>
617
+
618
+ <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-Regular.ttf&quot;,&quot;user_id&quot;:130130066}}" data-hydro-click-hmac="93df2545f3499acbdc45f87c80e8531331b325a18d24acdc3fc500159f1b4135" data-turbo="false" data-selected-links=" /sponsors/accounts" href="/sponsors/accounts">Sponsors</a>
619
+
620
+ <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>
621
+
622
+ <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">
623
+ <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" />
624
+ jaranglee
625
+ </a>
626
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form data-turbo="false" action="/logout" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="ScEtiFp5VSZ622WNe-FNFCJcozsEnbOR3reEcl0tmOYWoK3idu3QlZyDBTMVRqH2qGrzB6zV2m1PXCB10YblfQ" />
627
+ <button
628
+ type="submit"
629
+ 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"
630
+ style="padding-left: 2px;"
631
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;sign out&quot;,&quot;label&quot;:&quot;icon:logout&quot;}"
632
+ >
633
+ <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">
634
+ <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>
635
+ </svg>
636
+ Sign out
637
+ </button>
638
+ </form></nav>
639
+
640
+ </div>
641
+
642
+ <div class="Header-item Header-item--full flex-justify-center d-md-none position-relative">
643
+ <a
644
+ class="Header-link"
645
+ href="https://github.com/"
646
+ data-hotkey="g d"
647
+ aria-label="Homepage "
648
+ data-turbo="false"
649
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to dashboard&quot;,&quot;label&quot;:&quot;icon:logo&quot;}"
650
+ >
651
+ <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">
652
+ <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>
653
+ </svg>
654
+ </a>
655
+
656
+ </div>
657
+
658
+ <div class="Header-item mr-0 mr-md-3 flex-order-1 flex-md-order-none">
659
+
660
+
661
+ <notification-indicator data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTMwMTMwMDY2IiwidCI6MTY4Mzg1NjY5Mn0=--5786425ea9dac55e26117076fe584bf7e77b192292d9fae6cc44adcd4c4807cb" 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">
662
+ <a id="AppHeader-notifications-button" href="/notifications"
663
+ class="Header-link notification-indicator position-relative tooltipped tooltipped-sw"
664
+
665
+
666
+
667
+ data-hotkey="g n"
668
+ data-target="notification-indicator.link"
669
+ aria-label="Notifications"
670
+
671
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to notifications&quot;,&quot;label&quot;:&quot;icon:read&quot;}"
672
+ >
673
+
674
+ <span
675
+ data-target="notification-indicator.badge"
676
+ class="mail-status unread" hidden>
677
+ </span>
678
+
679
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bell">
680
+ <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>
681
+ </svg>
682
+ </a>
683
+
684
+ </notification-indicator>
685
+ </div>
686
+
687
+
688
+ <div class="Header-item position-relative d-none d-md-flex">
689
+ <details class="details-overlay details-reset">
690
+ <summary
691
+ class="Header-link"
692
+ aria-label="Create new…"
693
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;create new&quot;,&quot;label&quot;:&quot;icon:add&quot;}"
694
+ >
695
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus">
696
+ <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>
697
+ </svg> <span class="dropdown-caret"></span>
698
+ </summary>
699
+ <details-menu class="dropdown-menu dropdown-menu-sw">
700
+
701
+ <a role="menuitem" class="dropdown-item" href="/new" data-ga-click="Header, create new repository">
702
+ New repository
703
+ </a>
704
+
705
+ <a role="menuitem" class="dropdown-item" href="/new/import" data-ga-click="Header, import a repository">
706
+ Import repository
707
+ </a>
708
+
709
+ <a role="menuitem" class="dropdown-item" href="/codespaces/new">
710
+ New codespace
711
+ </a>
712
+
713
+ <a role="menuitem" class="dropdown-item" href="https://gist.github.com/" data-ga-click="Header, create new gist">
714
+ New gist
715
+ </a>
716
+
717
+ <a role="menuitem" class="dropdown-item" href="/organizations/new" data-ga-click="Header, create new organization">
718
+ New organization
719
+ </a>
720
+
721
+
722
+
723
+ </details-menu>
724
+ </details>
725
+
726
+ </div>
727
+
728
+ <div class="Header-item position-relative mr-0 d-none d-md-flex">
729
+
730
+ <details class="details-overlay details-reset js-feature-preview-indicator-container" data-feature-preview-indicator-src="/users/jaranglee/feature_preview/indicator_check">
731
+
732
+ <summary
733
+ class="Header-link"
734
+ aria-label="View profile and more"
735
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;show menu&quot;,&quot;label&quot;:&quot;icon:avatar&quot;}"
736
+ >
737
+ <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" />
738
+ <span class="unread-indicator js-feature-preview-indicator" style="top: 1px;" hidden></span>
739
+ <span class="dropdown-caret"></span>
740
+ </summary>
741
+ <details-menu
742
+ class="dropdown-menu dropdown-menu-sw"
743
+ style="width: 180px"
744
+
745
+ preload>
746
+ <include-fragment src="/users/130130066/menu" loading="lazy">
747
+ <p class="text-center mt-3" data-hide-on-error>
748
+ <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">
749
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
750
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
751
+ </svg>
752
+ </p>
753
+ <p class="ml-1 mb-2 mt-2 color-fg-default" data-show-on-error>
754
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
755
+ <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>
756
+ </svg>
757
+ Sorry, something went wrong.
758
+ </p>
759
+ </include-fragment>
760
+ </details-menu>
761
+ </details>
762
+
763
+ </div>
764
+ </header>
765
+
766
+
767
+ </div>
768
+
769
+ <div id="start-of-content" class="show-on-focus"></div>
770
+
771
+
772
+
773
+
774
+
775
+
776
+
777
+ <div id="js-flash-container" data-turbo-replace>
778
+
779
+
780
+
781
+
782
+
783
+ <template class="js-flash-template">
784
+
785
+ <div class="flash flash-full {{ className }}">
786
+ <div class="px-2" >
787
+ <button autofocus class="flash-close js-flash-close" type="button" aria-label="Dismiss this message">
788
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
789
+ <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>
790
+ </svg>
791
+ </button>
792
+ <div aria-atomic="true" role="alert" class="js-flash-alert">
793
+
794
+ <div>{{ message }}</div>
795
+
796
+ </div>
797
+ </div>
798
+ </div>
799
+ </template>
800
+ </div>
801
+
802
+
803
+
804
+ <notification-shelf-watcher data-base-url="https://github.com/notifications/beta/shelf" data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTMwMTMwMDY2IiwidCI6MTY4Mzg1NjY5Mn0=--5786425ea9dac55e26117076fe584bf7e77b192292d9fae6cc44adcd4c4807cb" data-view-component="true" class="js-socket-channel"></notification-shelf-watcher>
805
+ <div hidden data-initial data-target="notification-shelf-watcher.placeholder"></div>
806
+
807
+
808
+
809
+
810
+
811
+
812
+ <details
813
+ class="details-reset details-overlay details-overlay-dark js-command-palette-dialog"
814
+ id="command-palette-pjax-container"
815
+ data-turbo-replace
816
+ >
817
+ <summary aria-label="command palette trigger" tabindex="-1"></summary>
818
+ <details-dialog class="command-palette-details-dialog d-flex flex-column flex-justify-center height-fit" aria-label="command palette">
819
+ <command-palette
820
+ class="command-palette color-bg-default rounded-3 border color-shadow-small"
821
+ return-to=/google/fonts/blob/main/ofl/notosans/NotoSans-Regular.ttf
822
+ user-id="130130066"
823
+ activation-hotkey="Mod+k,Mod+Alt+k"
824
+ command-mode-hotkey="Mod+Shift+k"
825
+ data-action="
826
+ command-palette-input-ready:command-palette#inputReady
827
+ command-palette-page-stack-updated:command-palette#updateInputScope
828
+ itemsUpdated:command-palette#itemsUpdated
829
+ keydown:command-palette#onKeydown
830
+ loadingStateChanged:command-palette#loadingStateChanged
831
+ selectedItemChanged:command-palette#selectedItemChanged
832
+ pageFetchError:command-palette#pageFetchError
833
+ ">
834
+
835
+ <command-palette-mode
836
+ data-char="#"
837
+ data-scope-types="[&quot;&quot;]"
838
+ data-placeholder="Search issues and pull requests"
839
+ ></command-palette-mode>
840
+ <command-palette-mode
841
+ data-char="#"
842
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
843
+ data-placeholder="Search issues, pull requests, discussions, and projects"
844
+ ></command-palette-mode>
845
+ <command-palette-mode
846
+ data-char="!"
847
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
848
+ data-placeholder="Search projects"
849
+ ></command-palette-mode>
850
+ <command-palette-mode
851
+ data-char="@"
852
+ data-scope-types="[&quot;&quot;]"
853
+ data-placeholder="Search or jump to a user, organization, or repository"
854
+ ></command-palette-mode>
855
+ <command-palette-mode
856
+ data-char="@"
857
+ data-scope-types="[&quot;owner&quot;]"
858
+ data-placeholder="Search or jump to a repository"
859
+ ></command-palette-mode>
860
+ <command-palette-mode
861
+ data-char="/"
862
+ data-scope-types="[&quot;repository&quot;]"
863
+ data-placeholder="Search files"
864
+ ></command-palette-mode>
865
+ <command-palette-mode
866
+ data-char="?"
867
+ ></command-palette-mode>
868
+ <command-palette-mode
869
+ data-char="&gt;"
870
+ data-placeholder="Run a command"
871
+ ></command-palette-mode>
872
+ <command-palette-mode
873
+ data-char=""
874
+ data-scope-types="[&quot;&quot;]"
875
+ data-placeholder="Search or jump to..."
876
+ ></command-palette-mode>
877
+ <command-palette-mode
878
+ data-char=""
879
+ data-scope-types="[&quot;owner&quot;]"
880
+ data-placeholder="Search or jump to..."
881
+ ></command-palette-mode>
882
+ <command-palette-mode
883
+ class="js-command-palette-default-mode"
884
+ data-char=""
885
+ data-placeholder="Search or jump to..."
886
+ ></command-palette-mode>
887
+
888
+ <command-palette-input placeholder="Search or jump to..."
889
+
890
+ data-action="
891
+ command-palette-input:command-palette#onInput
892
+ command-palette-select:command-palette#onSelect
893
+ command-palette-descope:command-palette#onDescope
894
+ command-palette-cleared:command-palette#onInputClear
895
+ "
896
+ >
897
+ <div class="js-search-icon d-flex flex-items-center mr-2" style="height: 26px">
898
+ <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">
899
+ <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>
900
+ </svg>
901
+ </div>
902
+ <div class="js-spinner d-flex flex-items-center mr-2 color-fg-muted" hidden>
903
+ <svg aria-label="Loading" class="anim-rotate" viewBox="0 0 16 16" fill="none" width="16" height="16">
904
+ <circle
905
+ cx="8"
906
+ cy="8"
907
+ r="7"
908
+ stroke="currentColor"
909
+ stroke-opacity="0.25"
910
+ stroke-width="2"
911
+ vector-effect="non-scaling-stroke"
912
+ ></circle>
913
+ <path
914
+ d="M15 8a7.002 7.002 0 00-7-7"
915
+ stroke="currentColor"
916
+ stroke-width="2"
917
+ stroke-linecap="round"
918
+ vector-effect="non-scaling-stroke"
919
+ ></path>
920
+ </svg>
921
+ </div>
922
+ <command-palette-scope >
923
+ <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>
924
+ <command-palette-token
925
+ data-text="google"
926
+ data-id="MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ="
927
+ data-type="owner"
928
+ data-value="google"
929
+ data-targets="command-palette-scope.tokens"
930
+ class="color-fg-default text-semibold"
931
+ style="white-space:nowrap;line-height:20px;"
932
+ >google<span class="color-fg-subtle text-normal">&nbsp;&nbsp;/&nbsp;&nbsp;</span></command-palette-token>
933
+ <command-palette-token
934
+ data-text="fonts"
935
+ data-id="MDEwOlJlcG9zaXRvcnkzMDY3NTUzMw=="
936
+ data-type="repository"
937
+ data-value="fonts"
938
+ data-targets="command-palette-scope.tokens"
939
+ class="color-fg-default text-semibold"
940
+ style="white-space:nowrap;line-height:20px;"
941
+ >fonts<span class="color-fg-subtle text-normal">&nbsp;&nbsp;/&nbsp;&nbsp;</span></command-palette-token>
942
+ </command-palette-scope>
943
+ <div class="command-palette-input-group flex-1 form-control border-0 box-shadow-none" style="z-index: 0">
944
+ <div class="command-palette-typeahead position-absolute d-flex flex-items-center Truncate">
945
+ <span class="typeahead-segment input-mirror" data-target="command-palette-input.mirror"></span>
946
+ <span class="Truncate-text" data-target="command-palette-input.typeaheadText"></span>
947
+ <span class="typeahead-segment" data-target="command-palette-input.typeaheadPlaceholder"></span>
948
+ </div>
949
+ <input
950
+ class="js-overlay-input typeahead-input d-none"
951
+ disabled
952
+ tabindex="-1"
953
+ aria-label="Hidden input for typeahead"
954
+ >
955
+ <input
956
+ type="text"
957
+ autocomplete="off"
958
+ autocorrect="off"
959
+ autocapitalize="off"
960
+ spellcheck="false"
961
+ class="js-input typeahead-input form-control border-0 box-shadow-none input-block width-full no-focus-indicator"
962
+ aria-label="Command palette input"
963
+ aria-haspopup="listbox"
964
+ aria-expanded="false"
965
+ aria-autocomplete="list"
966
+ aria-controls="command-palette-page-stack"
967
+ role="combobox"
968
+ data-action="
969
+ input:command-palette-input#onInput
970
+ keydown:command-palette-input#onKeydown
971
+ "
972
+ >
973
+ </div>
974
+ <div data-view-component="true" class="position-relative d-inline-block">
975
+ <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">
976
+ <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>
977
+ </svg>
978
+ </button> <tool-tip id="tooltip-34b2e1ca-4a66-4687-997a-12ab28033254" 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>
979
+ </div>
980
+ </command-palette-input>
981
+
982
+ <command-palette-page-stack
983
+ data-default-scope-id="MDEwOlJlcG9zaXRvcnkzMDY3NTUzMw=="
984
+ data-default-scope-type="Repository"
985
+ data-action="command-palette-page-octicons-cached:command-palette-page-stack#cacheOcticons"
986
+ >
987
+ <command-palette-tip
988
+ class="color-fg-muted f6 px-3 py-1 my-2"
989
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
990
+ data-mode=""
991
+ data-value="">
992
+ <div class="d-flex flex-items-start flex-justify-between">
993
+ <div>
994
+ <span class="text-bold">Tip:</span>
995
+ Type <kbd class="hx_kbd">#</kbd> to search pull requests
996
+ </div>
997
+ <div class="ml-2 flex-shrink-0">
998
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
999
+ </div>
1000
+ </div>
1001
+ </command-palette-tip>
1002
+ <command-palette-tip
1003
+ class="color-fg-muted f6 px-3 py-1 my-2"
1004
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1005
+ data-mode=""
1006
+ data-value="">
1007
+ <div class="d-flex flex-items-start flex-justify-between">
1008
+ <div>
1009
+ <span class="text-bold">Tip:</span>
1010
+ Type <kbd class="hx_kbd">#</kbd> to search issues
1011
+ </div>
1012
+ <div class="ml-2 flex-shrink-0">
1013
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1014
+ </div>
1015
+ </div>
1016
+ </command-palette-tip>
1017
+ <command-palette-tip
1018
+ class="color-fg-muted f6 px-3 py-1 my-2"
1019
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1020
+ data-mode=""
1021
+ data-value="">
1022
+ <div class="d-flex flex-items-start flex-justify-between">
1023
+ <div>
1024
+ <span class="text-bold">Tip:</span>
1025
+ Type <kbd class="hx_kbd">#</kbd> to search discussions
1026
+ </div>
1027
+ <div class="ml-2 flex-shrink-0">
1028
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1029
+ </div>
1030
+ </div>
1031
+ </command-palette-tip>
1032
+ <command-palette-tip
1033
+ class="color-fg-muted f6 px-3 py-1 my-2"
1034
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1035
+ data-mode=""
1036
+ data-value="">
1037
+ <div class="d-flex flex-items-start flex-justify-between">
1038
+ <div>
1039
+ <span class="text-bold">Tip:</span>
1040
+ Type <kbd class="hx_kbd">!</kbd> to search projects
1041
+ </div>
1042
+ <div class="ml-2 flex-shrink-0">
1043
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1044
+ </div>
1045
+ </div>
1046
+ </command-palette-tip>
1047
+ <command-palette-tip
1048
+ class="color-fg-muted f6 px-3 py-1 my-2"
1049
+ data-scope-types="[&quot;owner&quot;]"
1050
+ data-mode=""
1051
+ data-value="">
1052
+ <div class="d-flex flex-items-start flex-justify-between">
1053
+ <div>
1054
+ <span class="text-bold">Tip:</span>
1055
+ Type <kbd class="hx_kbd">@</kbd> to search teams
1056
+ </div>
1057
+ <div class="ml-2 flex-shrink-0">
1058
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1059
+ </div>
1060
+ </div>
1061
+ </command-palette-tip>
1062
+ <command-palette-tip
1063
+ class="color-fg-muted f6 px-3 py-1 my-2"
1064
+ data-scope-types="[&quot;&quot;]"
1065
+ data-mode=""
1066
+ data-value="">
1067
+ <div class="d-flex flex-items-start flex-justify-between">
1068
+ <div>
1069
+ <span class="text-bold">Tip:</span>
1070
+ Type <kbd class="hx_kbd">@</kbd> to search people and organizations
1071
+ </div>
1072
+ <div class="ml-2 flex-shrink-0">
1073
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1074
+ </div>
1075
+ </div>
1076
+ </command-palette-tip>
1077
+ <command-palette-tip
1078
+ class="color-fg-muted f6 px-3 py-1 my-2"
1079
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1080
+ data-mode=""
1081
+ data-value="">
1082
+ <div class="d-flex flex-items-start flex-justify-between">
1083
+ <div>
1084
+ <span class="text-bold">Tip:</span>
1085
+ Type <kbd class="hx_kbd">&gt;</kbd> to activate command mode
1086
+ </div>
1087
+ <div class="ml-2 flex-shrink-0">
1088
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1089
+ </div>
1090
+ </div>
1091
+ </command-palette-tip>
1092
+ <command-palette-tip
1093
+ class="color-fg-muted f6 px-3 py-1 my-2"
1094
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1095
+ data-mode=""
1096
+ data-value="">
1097
+ <div class="d-flex flex-items-start flex-justify-between">
1098
+ <div>
1099
+ <span class="text-bold">Tip:</span>
1100
+ Go to your accessibility settings to change your keyboard shortcuts
1101
+ </div>
1102
+ <div class="ml-2 flex-shrink-0">
1103
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1104
+ </div>
1105
+ </div>
1106
+ </command-palette-tip>
1107
+ <command-palette-tip
1108
+ class="color-fg-muted f6 px-3 py-1 my-2"
1109
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1110
+ data-mode="#"
1111
+ data-value="">
1112
+ <div class="d-flex flex-items-start flex-justify-between">
1113
+ <div>
1114
+ <span class="text-bold">Tip:</span>
1115
+ Type author:@me to search your content
1116
+ </div>
1117
+ <div class="ml-2 flex-shrink-0">
1118
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1119
+ </div>
1120
+ </div>
1121
+ </command-palette-tip>
1122
+ <command-palette-tip
1123
+ class="color-fg-muted f6 px-3 py-1 my-2"
1124
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1125
+ data-mode="#"
1126
+ data-value="">
1127
+ <div class="d-flex flex-items-start flex-justify-between">
1128
+ <div>
1129
+ <span class="text-bold">Tip:</span>
1130
+ Type is:pr to filter to pull requests
1131
+ </div>
1132
+ <div class="ml-2 flex-shrink-0">
1133
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1134
+ </div>
1135
+ </div>
1136
+ </command-palette-tip>
1137
+ <command-palette-tip
1138
+ class="color-fg-muted f6 px-3 py-1 my-2"
1139
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1140
+ data-mode="#"
1141
+ data-value="">
1142
+ <div class="d-flex flex-items-start flex-justify-between">
1143
+ <div>
1144
+ <span class="text-bold">Tip:</span>
1145
+ Type is:issue to filter to issues
1146
+ </div>
1147
+ <div class="ml-2 flex-shrink-0">
1148
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1149
+ </div>
1150
+ </div>
1151
+ </command-palette-tip>
1152
+ <command-palette-tip
1153
+ class="color-fg-muted f6 px-3 py-1 my-2"
1154
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1155
+ data-mode="#"
1156
+ data-value="">
1157
+ <div class="d-flex flex-items-start flex-justify-between">
1158
+ <div>
1159
+ <span class="text-bold">Tip:</span>
1160
+ Type is:project to filter to projects
1161
+ </div>
1162
+ <div class="ml-2 flex-shrink-0">
1163
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1164
+ </div>
1165
+ </div>
1166
+ </command-palette-tip>
1167
+ <command-palette-tip
1168
+ class="color-fg-muted f6 px-3 py-1 my-2"
1169
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1170
+ data-mode="#"
1171
+ data-value="">
1172
+ <div class="d-flex flex-items-start flex-justify-between">
1173
+ <div>
1174
+ <span class="text-bold">Tip:</span>
1175
+ Type is:open to filter to open content
1176
+ </div>
1177
+ <div class="ml-2 flex-shrink-0">
1178
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1179
+ </div>
1180
+ </div>
1181
+ </command-palette-tip>
1182
+ <command-palette-tip class="mx-3 my-2 flash flash-error d-flex flex-items-center" data-scope-types="*" data-on-error>
1183
+ <div>
1184
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
1185
+ <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>
1186
+ </svg>
1187
+ </div>
1188
+ <div class="px-2">
1189
+ We’ve encountered an error and some results aren't available at this time. Type a new search or try again later.
1190
+ </div>
1191
+ </command-palette-tip>
1192
+ <command-palette-tip class="h4 color-fg-default pl-3 pb-2 pt-3" data-on-empty data-scope-types="*" data-match-mode="[^?]|^$">
1193
+ No results matched your search
1194
+ </command-palette-tip>
1195
+
1196
+ <div hidden>
1197
+
1198
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-muted">
1199
+ <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>
1200
+ </div>
1201
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-default">
1202
+ <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>
1203
+ </div>
1204
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="codespaces-color-fg-muted">
1205
+ <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>
1206
+ </div>
1207
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="copy-color-fg-muted">
1208
+ <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>
1209
+ </div>
1210
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="dash-color-fg-muted">
1211
+ <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>
1212
+ </div>
1213
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="file-color-fg-muted">
1214
+ <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>
1215
+ </div>
1216
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="gear-color-fg-muted">
1217
+ <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>
1218
+ </div>
1219
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="lock-color-fg-muted">
1220
+ <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>
1221
+ </div>
1222
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="moon-color-fg-muted">
1223
+ <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>
1224
+ </div>
1225
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="person-color-fg-muted">
1226
+ <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>
1227
+ </div>
1228
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="pencil-color-fg-muted">
1229
+ <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>
1230
+ </div>
1231
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="issue-opened-open">
1232
+ <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>
1233
+ </div>
1234
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="git-pull-request-draft-color-fg-muted">
1235
+ <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>
1236
+ </div>
1237
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="search-color-fg-muted">
1238
+ <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>
1239
+ </div>
1240
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sun-color-fg-muted">
1241
+ <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>
1242
+ </div>
1243
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sync-color-fg-muted">
1244
+ <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>
1245
+ </div>
1246
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="trash-color-fg-muted">
1247
+ <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>
1248
+ </div>
1249
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="key-color-fg-muted">
1250
+ <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>
1251
+ </div>
1252
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="comment-discussion-color-fg-muted">
1253
+ <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>
1254
+ </div>
1255
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-color-fg-muted">
1256
+ <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>
1257
+ </div>
1258
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-slash-color-fg-muted">
1259
+ <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>
1260
+ </div>
1261
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="paintbrush-color-fg-muted">
1262
+ <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>
1263
+ </div>
1264
+
1265
+ <command-palette-item-group
1266
+ data-group-id="top"
1267
+ data-group-title="Top result"
1268
+ data-group-hint=""
1269
+ data-group-limits="{}"
1270
+ data-default-priority="0"
1271
+ >
1272
+ </command-palette-item-group>
1273
+ <command-palette-item-group
1274
+ data-group-id="commands"
1275
+ data-group-title="Commands"
1276
+ data-group-hint="Type &gt; to filter"
1277
+ data-group-limits="{&quot;static_items_page&quot;:50,&quot;issue&quot;:50,&quot;pull_request&quot;:50,&quot;discussion&quot;:50}"
1278
+ data-default-priority="1"
1279
+ >
1280
+ </command-palette-item-group>
1281
+ <command-palette-item-group
1282
+ data-group-id="global_commands"
1283
+ data-group-title="Global Commands"
1284
+ data-group-hint="Type &gt; to filter"
1285
+ data-group-limits="{&quot;issue&quot;:0,&quot;pull_request&quot;:0,&quot;discussion&quot;:0}"
1286
+ data-default-priority="2"
1287
+ >
1288
+ </command-palette-item-group>
1289
+ <command-palette-item-group
1290
+ data-group-id="this_page"
1291
+ data-group-title="This Page"
1292
+ data-group-hint=""
1293
+ data-group-limits="{}"
1294
+ data-default-priority="3"
1295
+ >
1296
+ </command-palette-item-group>
1297
+ <command-palette-item-group
1298
+ data-group-id="files"
1299
+ data-group-title="Files"
1300
+ data-group-hint=""
1301
+ data-group-limits="{}"
1302
+ data-default-priority="4"
1303
+ >
1304
+ </command-palette-item-group>
1305
+ <command-palette-item-group
1306
+ data-group-id="default"
1307
+ data-group-title="Default"
1308
+ data-group-hint=""
1309
+ data-group-limits="{&quot;static_items_page&quot;:50}"
1310
+ data-default-priority="5"
1311
+ >
1312
+ </command-palette-item-group>
1313
+ <command-palette-item-group
1314
+ data-group-id="pages"
1315
+ data-group-title="Pages"
1316
+ data-group-hint=""
1317
+ data-group-limits="{&quot;repository&quot;:10}"
1318
+ data-default-priority="6"
1319
+ >
1320
+ </command-palette-item-group>
1321
+ <command-palette-item-group
1322
+ data-group-id="access_policies"
1323
+ data-group-title="Access Policies"
1324
+ data-group-hint=""
1325
+ data-group-limits="{}"
1326
+ data-default-priority="7"
1327
+ >
1328
+ </command-palette-item-group>
1329
+ <command-palette-item-group
1330
+ data-group-id="organizations"
1331
+ data-group-title="Organizations"
1332
+ data-group-hint=""
1333
+ data-group-limits="{}"
1334
+ data-default-priority="8"
1335
+ >
1336
+ </command-palette-item-group>
1337
+ <command-palette-item-group
1338
+ data-group-id="repositories"
1339
+ data-group-title="Repositories"
1340
+ data-group-hint=""
1341
+ data-group-limits="{}"
1342
+ data-default-priority="9"
1343
+ >
1344
+ </command-palette-item-group>
1345
+ <command-palette-item-group
1346
+ data-group-id="references"
1347
+ data-group-title="Issues, pull requests, and discussions"
1348
+ data-group-hint="Type # to filter"
1349
+ data-group-limits="{}"
1350
+ data-default-priority="10"
1351
+ >
1352
+ </command-palette-item-group>
1353
+ <command-palette-item-group
1354
+ data-group-id="teams"
1355
+ data-group-title="Teams"
1356
+ data-group-hint=""
1357
+ data-group-limits="{}"
1358
+ data-default-priority="11"
1359
+ >
1360
+ </command-palette-item-group>
1361
+ <command-palette-item-group
1362
+ data-group-id="users"
1363
+ data-group-title="Users"
1364
+ data-group-hint=""
1365
+ data-group-limits="{}"
1366
+ data-default-priority="12"
1367
+ >
1368
+ </command-palette-item-group>
1369
+ <command-palette-item-group
1370
+ data-group-id="memex_projects"
1371
+ data-group-title="Projects"
1372
+ data-group-hint=""
1373
+ data-group-limits="{}"
1374
+ data-default-priority="13"
1375
+ >
1376
+ </command-palette-item-group>
1377
+ <command-palette-item-group
1378
+ data-group-id="projects"
1379
+ data-group-title="Projects (classic)"
1380
+ data-group-hint=""
1381
+ data-group-limits="{}"
1382
+ data-default-priority="14"
1383
+ >
1384
+ </command-palette-item-group>
1385
+ <command-palette-item-group
1386
+ data-group-id="footer"
1387
+ data-group-title="Footer"
1388
+ data-group-hint=""
1389
+ data-group-limits="{}"
1390
+ data-default-priority="15"
1391
+ >
1392
+ </command-palette-item-group>
1393
+ <command-palette-item-group
1394
+ data-group-id="modes_help"
1395
+ data-group-title="Modes"
1396
+ data-group-hint=""
1397
+ data-group-limits="{}"
1398
+ data-default-priority="16"
1399
+ >
1400
+ </command-palette-item-group>
1401
+ <command-palette-item-group
1402
+ data-group-id="filters_help"
1403
+ data-group-title="Use filters in issues, pull requests, discussions, and projects"
1404
+ data-group-hint=""
1405
+ data-group-limits="{}"
1406
+ data-default-priority="17"
1407
+ >
1408
+ </command-palette-item-group>
1409
+
1410
+ <command-palette-page
1411
+ data-page-title="google"
1412
+ data-scope-id="MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ="
1413
+ data-scope-type="owner"
1414
+ data-targets="command-palette-page-stack.defaultPages"
1415
+ hidden
1416
+ >
1417
+ </command-palette-page>
1418
+ <command-palette-page
1419
+ data-page-title="fonts"
1420
+ data-scope-id="MDEwOlJlcG9zaXRvcnkzMDY3NTUzMw=="
1421
+ data-scope-type="repository"
1422
+ data-targets="command-palette-page-stack.defaultPages"
1423
+ hidden
1424
+ >
1425
+ </command-palette-page>
1426
+ </div>
1427
+
1428
+ <command-palette-page data-is-root>
1429
+ </command-palette-page>
1430
+ <command-palette-page
1431
+ data-page-title="google"
1432
+ data-scope-id="MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ="
1433
+ data-scope-type="owner"
1434
+ >
1435
+ </command-palette-page>
1436
+ <command-palette-page
1437
+ data-page-title="fonts"
1438
+ data-scope-id="MDEwOlJlcG9zaXRvcnkzMDY3NTUzMw=="
1439
+ data-scope-type="repository"
1440
+ >
1441
+ </command-palette-page>
1442
+ </command-palette-page-stack>
1443
+
1444
+ <server-defined-provider data-type="search-links" data-targets="command-palette.serverDefinedProviderElements"></server-defined-provider>
1445
+ <server-defined-provider data-type="help" data-targets="command-palette.serverDefinedProviderElements">
1446
+ <command-palette-help
1447
+ data-group="modes_help"
1448
+ data-prefix="#"
1449
+ data-scope-types="[&quot;&quot;]"
1450
+ >
1451
+ <span data-target="command-palette-help.titleElement">Search for <strong>issues</strong> and <strong>pull requests</strong></span>
1452
+ <span data-target="command-palette-help.hintElement">
1453
+ <kbd class="hx_kbd">#</kbd>
1454
+ </span>
1455
+ </command-palette-help>
1456
+ <command-palette-help
1457
+ data-group="modes_help"
1458
+ data-prefix="#"
1459
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1460
+ >
1461
+ <span data-target="command-palette-help.titleElement">Search for <strong>issues, pull requests, discussions,</strong> and <strong>projects</strong></span>
1462
+ <span data-target="command-palette-help.hintElement">
1463
+ <kbd class="hx_kbd">#</kbd>
1464
+ </span>
1465
+ </command-palette-help>
1466
+ <command-palette-help
1467
+ data-group="modes_help"
1468
+ data-prefix="@"
1469
+ data-scope-types="[&quot;&quot;]"
1470
+ >
1471
+ <span data-target="command-palette-help.titleElement">Search for <strong>organizations, repositories,</strong> and <strong>users</strong></span>
1472
+ <span data-target="command-palette-help.hintElement">
1473
+ <kbd class="hx_kbd">@</kbd>
1474
+ </span>
1475
+ </command-palette-help>
1476
+ <command-palette-help
1477
+ data-group="modes_help"
1478
+ data-prefix="!"
1479
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1480
+ >
1481
+ <span data-target="command-palette-help.titleElement">Search for <strong>projects</strong></span>
1482
+ <span data-target="command-palette-help.hintElement">
1483
+ <kbd class="hx_kbd">!</kbd>
1484
+ </span>
1485
+ </command-palette-help>
1486
+ <command-palette-help
1487
+ data-group="modes_help"
1488
+ data-prefix="/"
1489
+ data-scope-types="[&quot;repository&quot;]"
1490
+ >
1491
+ <span data-target="command-palette-help.titleElement">Search for <strong>files</strong></span>
1492
+ <span data-target="command-palette-help.hintElement">
1493
+ <kbd class="hx_kbd">/</kbd>
1494
+ </span>
1495
+ </command-palette-help>
1496
+ <command-palette-help
1497
+ data-group="modes_help"
1498
+ data-prefix="&gt;"
1499
+ >
1500
+ <span data-target="command-palette-help.titleElement">Activate <strong>command mode</strong></span>
1501
+ <span data-target="command-palette-help.hintElement">
1502
+ <kbd class="hx_kbd">&gt;</kbd>
1503
+ </span>
1504
+ </command-palette-help>
1505
+ <command-palette-help
1506
+ data-group="filters_help"
1507
+ data-prefix="# author:@me"
1508
+ >
1509
+ <span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
1510
+ <span data-target="command-palette-help.hintElement">
1511
+ <kbd class="hx_kbd"># author:@me</kbd>
1512
+ </span>
1513
+ </command-palette-help>
1514
+ <command-palette-help
1515
+ data-group="filters_help"
1516
+ data-prefix="# author:@me"
1517
+ >
1518
+ <span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
1519
+ <span data-target="command-palette-help.hintElement">
1520
+ <kbd class="hx_kbd"># author:@me</kbd>
1521
+ </span>
1522
+ </command-palette-help>
1523
+ <command-palette-help
1524
+ data-group="filters_help"
1525
+ data-prefix="# is:pr"
1526
+ >
1527
+ <span data-target="command-palette-help.titleElement">Filter to pull requests</span>
1528
+ <span data-target="command-palette-help.hintElement">
1529
+ <kbd class="hx_kbd"># is:pr</kbd>
1530
+ </span>
1531
+ </command-palette-help>
1532
+ <command-palette-help
1533
+ data-group="filters_help"
1534
+ data-prefix="# is:issue"
1535
+ >
1536
+ <span data-target="command-palette-help.titleElement">Filter to issues</span>
1537
+ <span data-target="command-palette-help.hintElement">
1538
+ <kbd class="hx_kbd"># is:issue</kbd>
1539
+ </span>
1540
+ </command-palette-help>
1541
+ <command-palette-help
1542
+ data-group="filters_help"
1543
+ data-prefix="# is:discussion"
1544
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1545
+ >
1546
+ <span data-target="command-palette-help.titleElement">Filter to discussions</span>
1547
+ <span data-target="command-palette-help.hintElement">
1548
+ <kbd class="hx_kbd"># is:discussion</kbd>
1549
+ </span>
1550
+ </command-palette-help>
1551
+ <command-palette-help
1552
+ data-group="filters_help"
1553
+ data-prefix="# is:project"
1554
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1555
+ >
1556
+ <span data-target="command-palette-help.titleElement">Filter to projects</span>
1557
+ <span data-target="command-palette-help.hintElement">
1558
+ <kbd class="hx_kbd"># is:project</kbd>
1559
+ </span>
1560
+ </command-palette-help>
1561
+ <command-palette-help
1562
+ data-group="filters_help"
1563
+ data-prefix="# is:open"
1564
+ >
1565
+ <span data-target="command-palette-help.titleElement">Filter to open issues, pull requests, and discussions</span>
1566
+ <span data-target="command-palette-help.hintElement">
1567
+ <kbd class="hx_kbd"># is:open</kbd>
1568
+ </span>
1569
+ </command-palette-help>
1570
+ </server-defined-provider>
1571
+
1572
+ <server-defined-provider
1573
+ data-type="commands"
1574
+ data-fetch-debounce="0"
1575
+ data-src="/command_palette/commands"
1576
+ data-supported-modes="[]"
1577
+ data-supports-commands
1578
+
1579
+ data-targets="command-palette.serverDefinedProviderElements"
1580
+ ></server-defined-provider>
1581
+ <server-defined-provider
1582
+ data-type="prefetched"
1583
+ data-fetch-debounce="0"
1584
+ data-src="/command_palette/jump_to_page_navigation"
1585
+ data-supported-modes="[&quot;&quot;]"
1586
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1587
+
1588
+ data-targets="command-palette.serverDefinedProviderElements"
1589
+ ></server-defined-provider>
1590
+ <server-defined-provider
1591
+ data-type="remote"
1592
+ data-fetch-debounce="200"
1593
+ data-src="/command_palette/issues"
1594
+ data-supported-modes="[&quot;#&quot;,&quot;#&quot;]"
1595
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;,&quot;&quot;]"
1596
+
1597
+ data-targets="command-palette.serverDefinedProviderElements"
1598
+ ></server-defined-provider>
1599
+ <server-defined-provider
1600
+ data-type="remote"
1601
+ data-fetch-debounce="200"
1602
+ data-src="/command_palette/jump_to"
1603
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;]"
1604
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1605
+
1606
+ data-targets="command-palette.serverDefinedProviderElements"
1607
+ ></server-defined-provider>
1608
+ <server-defined-provider
1609
+ data-type="remote"
1610
+ data-fetch-debounce="200"
1611
+ data-src="/command_palette/jump_to_members_only"
1612
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
1613
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1614
+
1615
+ data-targets="command-palette.serverDefinedProviderElements"
1616
+ ></server-defined-provider>
1617
+ <server-defined-provider
1618
+ data-type="prefetched"
1619
+ data-fetch-debounce="0"
1620
+ data-src="/command_palette/jump_to_members_only_prefetched"
1621
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
1622
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1623
+
1624
+ data-targets="command-palette.serverDefinedProviderElements"
1625
+ ></server-defined-provider>
1626
+ <server-defined-provider
1627
+ data-type="files"
1628
+ data-fetch-debounce="0"
1629
+ data-src="/command_palette/files"
1630
+ data-supported-modes="[&quot;/&quot;]"
1631
+ data-supported-scope-types="[&quot;repository&quot;]"
1632
+
1633
+ data-targets="command-palette.serverDefinedProviderElements"
1634
+ ></server-defined-provider>
1635
+ <server-defined-provider
1636
+ data-type="remote"
1637
+ data-fetch-debounce="200"
1638
+ data-src="/command_palette/discussions"
1639
+ data-supported-modes="[&quot;#&quot;]"
1640
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1641
+
1642
+ data-targets="command-palette.serverDefinedProviderElements"
1643
+ ></server-defined-provider>
1644
+ <server-defined-provider
1645
+ data-type="remote"
1646
+ data-fetch-debounce="200"
1647
+ data-src="/command_palette/projects"
1648
+ data-supported-modes="[&quot;#&quot;,&quot;!&quot;]"
1649
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1650
+
1651
+ data-targets="command-palette.serverDefinedProviderElements"
1652
+ ></server-defined-provider>
1653
+ <server-defined-provider
1654
+ data-type="prefetched"
1655
+ data-fetch-debounce="0"
1656
+ data-src="/command_palette/recent_issues"
1657
+ data-supported-modes="[&quot;#&quot;,&quot;#&quot;]"
1658
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;,&quot;&quot;]"
1659
+
1660
+ data-targets="command-palette.serverDefinedProviderElements"
1661
+ ></server-defined-provider>
1662
+ <server-defined-provider
1663
+ data-type="remote"
1664
+ data-fetch-debounce="200"
1665
+ data-src="/command_palette/teams"
1666
+ data-supported-modes="[&quot;@&quot;,&quot;&quot;]"
1667
+ data-supported-scope-types="[&quot;owner&quot;]"
1668
+
1669
+ data-targets="command-palette.serverDefinedProviderElements"
1670
+ ></server-defined-provider>
1671
+ <server-defined-provider
1672
+ data-type="remote"
1673
+ data-fetch-debounce="200"
1674
+ data-src="/command_palette/name_with_owner_repository"
1675
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
1676
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1677
+
1678
+ data-targets="command-palette.serverDefinedProviderElements"
1679
+ ></server-defined-provider>
1680
+ </command-palette>
1681
+ </details-dialog>
1682
+ </details>
1683
+
1684
+ <div class="position-fixed bottom-0 left-0 ml-5 mb-5 js-command-palette-toasts" style="z-index: 1000">
1685
+ <div hidden class="Toast Toast--loading">
1686
+ <span class="Toast-icon">
1687
+ <svg class="Toast--spinner" viewBox="0 0 32 32" width="18" height="18" aria-hidden="true">
1688
+ <path
1689
+ fill="#959da5"
1690
+ 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"
1691
+ />
1692
+ <path fill="#ffffff" d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"></path>
1693
+ </svg>
1694
+ </span>
1695
+ <span class="Toast-content"></span>
1696
+ </div>
1697
+
1698
+ <div hidden class="anim-fade-in fast Toast Toast--error">
1699
+ <span class="Toast-icon">
1700
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-stop">
1701
+ <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>
1702
+ </svg>
1703
+ </span>
1704
+ <span class="Toast-content"></span>
1705
+ </div>
1706
+
1707
+ <div hidden class="anim-fade-in fast Toast Toast--warning">
1708
+ <span class="Toast-icon">
1709
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
1710
+ <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>
1711
+ </svg>
1712
+ </span>
1713
+ <span class="Toast-content"></span>
1714
+ </div>
1715
+
1716
+
1717
+ <div hidden class="anim-fade-in fast Toast Toast--success">
1718
+ <span class="Toast-icon">
1719
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check">
1720
+ <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>
1721
+ </svg>
1722
+ </span>
1723
+ <span class="Toast-content"></span>
1724
+ </div>
1725
+
1726
+ <div hidden class="anim-fade-in fast Toast">
1727
+ <span class="Toast-icon">
1728
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-info">
1729
+ <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>
1730
+ </svg>
1731
+ </span>
1732
+ <span class="Toast-content"></span>
1733
+ </div>
1734
+ </div>
1735
+
1736
+
1737
+ <div
1738
+ class="application-main "
1739
+ data-commit-hovercards-enabled
1740
+ data-discussion-hovercards-enabled
1741
+ data-issue-and-pr-hovercards-enabled
1742
+ >
1743
+ <div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">
1744
+ <main id="js-repo-pjax-container" >
1745
+
1746
+
1747
+
1748
+
1749
+
1750
+
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+
1757
+ <div id="repository-container-header" class="pt-3 hide-full-screen" style="background-color: var(--color-page-header-bg);" data-turbo-replace>
1758
+
1759
+ <div class="d-flex flex-wrap flex-justify-end mb-3 px-3 px-md-4 px-lg-5" style="gap: 1rem;">
1760
+
1761
+ <div class="flex-auto min-width-0 width-fit mr-3">
1762
+
1763
+ <div class=" d-flex flex-wrap flex-items-center wb-break-word f3 text-normal">
1764
+ <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">
1765
+ <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>
1766
+ </svg>
1767
+
1768
+ <span class="author flex-self-stretch" itemprop="author">
1769
+ <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">
1770
+ google
1771
+ </a> </span>
1772
+ <span class="mx-1 flex-self-stretch color-fg-muted">/</span>
1773
+ <strong itemprop="name" class="mr-2 flex-self-stretch">
1774
+ <a data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" href="/google/fonts">fonts</a>
1775
+ </strong>
1776
+
1777
+ <span></span><span class="Label Label--secondary v-align-middle mr-1">Public</span>
1778
+ </div>
1779
+
1780
+
1781
+ </div>
1782
+
1783
+ <div id="repository-details-container" data-turbo-replace>
1784
+ <ul class="pagehead-actions flex-shrink-0 d-none d-md-inline" style="padding: 2px 0;">
1785
+
1786
+
1787
+
1788
+ <li>
1789
+ <include-fragment loading="lazy" src="/notifications/30675533/watch_subscription?aria_id_prefix=repository-details&amp;button_block=false&amp;show_count=true">
1790
+ <div data-hide-on-error>
1791
+
1792
+ <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">
1793
+ <span class="Button-visual Button-leadingVisual">
1794
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-eye">
1795
+ <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>
1796
+ </svg>
1797
+ </span>
1798
+ <span class="Button-label">Watch</span>
1799
+ </span>
1800
+ </button>
1801
+
1802
+ </div>
1803
+ <p data-show-on-error hidden>
1804
+
1805
+ <span class="d-flex pt-1">
1806
+ <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">
1807
+ <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>
1808
+ </svg>
1809
+ Couldn't load subscription status.&nbsp;
1810
+ <button data-retry-button="" type="button" data-view-component="true" class="Button--link Button--medium Button"> <span class="Button-content">
1811
+ <span class="Button-label">Retry</span>
1812
+ </span>
1813
+ </button>
1814
+
1815
+ </span>
1816
+
1817
+ </p>
1818
+ </include-fragment>
1819
+ </li>
1820
+
1821
+ <li>
1822
+ <div data-view-component="true" class="d-flex">
1823
+ <div data-view-component="true" class="position-relative d-inline-block">
1824
+ <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-Regular.ttf&quot;,&quot;user_id&quot;:130130066}}" data-hydro-click-hmac="4682081900c6ae46ac81550587cd9c8dec7d35b0b1877f76f83c0b7d110c6722" 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">
1825
+ <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>
1826
+ </svg>Fork
1827
+ <span id="repo-network-counter" data-pjax-replace="true" data-turbo-replace="true" title="2,550" data-view-component="true" class="Counter">2.6k</span>
1828
+ </a> <tool-tip id="tooltip-106bf880-3181-445b-b44e-885d85776414" 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>
1829
+ </div>
1830
+ <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">
1831
+ <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">
1832
+ <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>
1833
+ </svg>
1834
+ </summary>
1835
+ <details-menu
1836
+ class="SelectMenu right-0"
1837
+ src="/google/fonts/my_forks_menu_content?can_fork=true"
1838
+
1839
+ role="menu"
1840
+
1841
+ >
1842
+ <div class="SelectMenu-modal">
1843
+ <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-8c0c48">
1844
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1845
+ <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>
1846
+ </svg>
1847
+ </button>
1848
+ <div
1849
+ id="filter-menu-8c0c48"
1850
+ class="d-flex flex-column flex-1 overflow-hidden"
1851
+ >
1852
+ <div
1853
+ class="SelectMenu-list"
1854
+ >
1855
+
1856
+ <include-fragment class="SelectMenu-loading" aria-label="Loading">
1857
+ <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">
1858
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1859
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1860
+ </svg>
1861
+ </include-fragment>
1862
+ </div>
1863
+
1864
+ </div>
1865
+ </div>
1866
+ </details-menu>
1867
+ </details></div>
1868
+ </li>
1869
+
1870
+ <li>
1871
+ <template class="js-unstar-confirmation-dialog-template">
1872
+ <div class="Box-header">
1873
+ <h2 class="Box-title">Unstar this repository?</h2>
1874
+ </div>
1875
+ <div class="Box-body">
1876
+ <p class="mb-3">
1877
+ This will remove {{ repoNameWithOwner }} from the {{ listsWithCount }} that it's been added to.
1878
+ </p>
1879
+ <div class="form-actions">
1880
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-confirmation-form" data-turbo="false" action="{{ confirmUrl }}" accept-charset="UTF-8" method="post">
1881
+ <input type="hidden" name="authenticity_token" value="{{ confirmCsrfToken }}">
1882
+ <input type="hidden" name="confirm" value="true">
1883
+ <button data-close-dialog="true" type="submit" data-view-component="true" class="btn-danger btn width-full"> Unstar
1884
+ </button>
1885
+ </form> </div>
1886
+ </div>
1887
+ </template>
1888
+
1889
+ <div data-view-component="true" class="js-toggler-container js-social-container starring-container d-flex">
1890
+ <div data-view-component="true" class="starred BtnGroup flex-1">
1891
+ <!-- '"` --><!-- </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="Jn15h6LeKE8xKl84tRAfS_G4n-v60LG6tU93pFA6O593avRtnbs9wNnB1mnCjG_PMVf0iWXVcKiAyhUIT3knWQ" autocomplete="off" />
1892
+ <input type="hidden" value="VVkRsLH06xqoKKzcmeC9KVH4_ghMA1ot3NuD30WK8H0ETpxajpH-lUDDJY3ufM2tkReVatMGmz_pXuFzWsnsuw" data-csrf="true" class="js-confirm-csrf-token" />
1893
+ <input type="hidden" name="context" value="repository">
1894
+ <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-Regular.ttf&quot;,&quot;user_id&quot;:130130066}}" data-hydro-click-hmac="c360ed2d3c346d45ea5312dc6e6ccf3f1391c8c2968e1235bad63d6f51cc275b" data-ga-click="Repository, click unstar button, action:blob#show; text:Unstar" aria-label="Unstar this repository (16411)" 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">
1895
+ <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>
1896
+ </svg><span data-view-component="true" class="d-inline">
1897
+ Starred
1898
+ </span> <span id="repo-stars-counter-unstar" aria-label="16411 users starred this repository" data-singular-suffix="user starred this repository" data-plural-suffix="users starred this repository" data-turbo-replace="true" title="16,411" data-view-component="true" class="Counter js-social-count">16.4k</span>
1899
+ </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">
1900
+ <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">
1901
+ <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>
1902
+ </svg>
1903
+ </summary>
1904
+ <details-menu
1905
+ class="SelectMenu right-0"
1906
+ src="/google/fonts/lists"
1907
+
1908
+ role="menu"
1909
+
1910
+ >
1911
+ <div class="SelectMenu-modal">
1912
+ <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-929c49">
1913
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1914
+ <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>
1915
+ </svg>
1916
+ </button>
1917
+ <div
1918
+ id="filter-menu-929c49"
1919
+ class="d-flex flex-column flex-1 overflow-hidden"
1920
+ >
1921
+ <div
1922
+ class="SelectMenu-list"
1923
+ >
1924
+
1925
+ <include-fragment class="SelectMenu-loading" aria-label="Loading">
1926
+ <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">
1927
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1928
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1929
+ </svg>
1930
+ </include-fragment>
1931
+ </div>
1932
+
1933
+ </div>
1934
+ </div>
1935
+ </details-menu>
1936
+ </details>
1937
+ </div>
1938
+ <div data-view-component="true" class="unstarred BtnGroup flex-1">
1939
+ <!-- '"` --><!-- </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="fIh-bq8mo8AMQnfhCGbTJtIZ21lhsrDgGCBAvnAHXgVVtBot0pf-b7ostp0wp6iXMRU4E9-b-LOIQsFz_E7Mtw" autocomplete="off" />
1940
+ <input type="hidden" name="context" value="repository">
1941
+ <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-Regular.ttf&quot;,&quot;user_id&quot;:130130066}}" data-hydro-click-hmac="d2fbcdafe575138cf90eca7a6d048bbe9680f9ef909c105b9206e7d217e88583" data-ga-click="Repository, click star button, action:blob#show; text:Star" aria-label="Star this repository (16411)" 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">
1942
+ <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>
1943
+ </svg><span data-view-component="true" class="d-inline">
1944
+ Star
1945
+ </span> <span id="repo-stars-counter-star" aria-label="16411 users starred this repository" data-singular-suffix="user starred this repository" data-plural-suffix="users starred this repository" data-turbo-replace="true" title="16,411" data-view-component="true" class="Counter js-social-count">16.4k</span>
1946
+ </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">
1947
+ <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">
1948
+ <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>
1949
+ </svg>
1950
+ </summary>
1951
+ <details-menu
1952
+ class="SelectMenu right-0"
1953
+ src="/google/fonts/lists"
1954
+
1955
+ role="menu"
1956
+
1957
+ >
1958
+ <div class="SelectMenu-modal">
1959
+ <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-887050">
1960
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1961
+ <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>
1962
+ </svg>
1963
+ </button>
1964
+ <div
1965
+ id="filter-menu-887050"
1966
+ class="d-flex flex-column flex-1 overflow-hidden"
1967
+ >
1968
+ <div
1969
+ class="SelectMenu-list"
1970
+ >
1971
+
1972
+ <include-fragment class="SelectMenu-loading" aria-label="Loading">
1973
+ <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">
1974
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1975
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1976
+ </svg>
1977
+ </include-fragment>
1978
+ </div>
1979
+
1980
+ </div>
1981
+ </div>
1982
+ </details-menu>
1983
+ </details>
1984
+ </div></div>
1985
+ </li>
1986
+
1987
+
1988
+
1989
+
1990
+ </ul>
1991
+
1992
+ </div>
1993
+ </div>
1994
+
1995
+ <div id="responsive-meta-container" data-turbo-replace>
1996
+ </div>
1997
+
1998
+
1999
+ <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">
2000
+
2001
+ <ul data-view-component="true" class="UnderlineNav-body list-style-none">
2002
+ <li data-view-component="true" class="d-inline-flex">
2003
+ <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">
2004
+
2005
+ <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">
2006
+ <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>
2007
+ </svg>
2008
+ <span data-content="Code">Code</span>
2009
+ <span id="code-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
2010
+
2011
+
2012
+
2013
+ </a></li>
2014
+ <li data-view-component="true" class="d-inline-flex">
2015
+ <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">
2016
+
2017
+ <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">
2018
+ <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>
2019
+ </svg>
2020
+ <span data-content="Issues">Issues</span>
2021
+ <span id="issues-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="1,074" data-view-component="true" class="Counter">1.1k</span>
2022
+
2023
+
2024
+
2025
+ </a></li>
2026
+ <li data-view-component="true" class="d-inline-flex">
2027
+ <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">
2028
+
2029
+ <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">
2030
+ <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>
2031
+ </svg>
2032
+ <span data-content="Pull requests">Pull requests</span>
2033
+ <span id="pull-requests-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="95" data-view-component="true" class="Counter">95</span>
2034
+
2035
+
2036
+
2037
+ </a></li>
2038
+ <li data-view-component="true" class="d-inline-flex">
2039
+ <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">
2040
+
2041
+ <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">
2042
+ <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>
2043
+ </svg>
2044
+ <span data-content="Actions">Actions</span>
2045
+ <span id="actions-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
2046
+
2047
+
2048
+
2049
+ </a></li>
2050
+ <li data-view-component="true" class="d-inline-flex">
2051
+ <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">
2052
+
2053
+ <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">
2054
+ <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>
2055
+ </svg>
2056
+ <span data-content="Projects">Projects</span>
2057
+ <span id="projects-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="3" data-view-component="true" class="Counter">3</span>
2058
+
2059
+
2060
+
2061
+ </a></li>
2062
+ <li data-view-component="true" class="d-inline-flex">
2063
+ <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">
2064
+
2065
+ <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">
2066
+ <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>
2067
+ </svg>
2068
+ <span data-content="Security">Security</span>
2069
+ <include-fragment src="/google/fonts/security/overall-count" accept="text/fragment+html"></include-fragment>
2070
+
2071
+
2072
+ </a></li>
2073
+ <li data-view-component="true" class="d-inline-flex">
2074
+ <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">
2075
+
2076
+ <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">
2077
+ <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>
2078
+ </svg>
2079
+ <span data-content="Insights">Insights</span>
2080
+ <span id="insights-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
2081
+
2082
+
2083
+
2084
+ </a></li>
2085
+ </ul>
2086
+ <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">
2087
+ <summary role="button" data-view-component="true"> <div class="UnderlineNav-item mr-0 border-0">
2088
+ <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">
2089
+ <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>
2090
+ </svg>
2091
+ <span class="sr-only">More</span>
2092
+ </div>
2093
+ </summary>
2094
+ <details-menu role="menu" data-view-component="true" class="dropdown-menu dropdown-menu-sw"> <ul>
2095
+ <li data-menu-item="i0code-tab" hidden>
2096
+ <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">
2097
+ Code
2098
+ </a> </li>
2099
+ <li data-menu-item="i1issues-tab" hidden>
2100
+ <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">
2101
+ Issues
2102
+ </a> </li>
2103
+ <li data-menu-item="i2pull-requests-tab" hidden>
2104
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_pulls checks /google/fonts/pulls" href="/google/fonts/pulls">
2105
+ Pull requests
2106
+ </a> </li>
2107
+ <li data-menu-item="i3actions-tab" hidden>
2108
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_actions /google/fonts/actions" href="/google/fonts/actions">
2109
+ Actions
2110
+ </a> </li>
2111
+ <li data-menu-item="i4projects-tab" hidden>
2112
+ <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">
2113
+ Projects
2114
+ </a> </li>
2115
+ <li data-menu-item="i5security-tab" hidden>
2116
+ <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">
2117
+ Security
2118
+ </a> </li>
2119
+ <li data-menu-item="i6insights-tab" hidden>
2120
+ <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">
2121
+ Insights
2122
+ </a> </li>
2123
+ </ul>
2124
+ </details-menu>
2125
+ </details></div>
2126
+ </nav>
2127
+
2128
+ </div>
2129
+
2130
+
2131
+
2132
+
2133
+
2134
+ <turbo-frame id="repo-content-turbo-frame" target="_top" data-turbo-action="advance" class="">
2135
+ <div id="repo-content-pjax-container" class="repository-content " >
2136
+ <a href="https://github.dev/" class="d-none js-github-dev-shortcut" data-hotkey=".">Open in github.dev</a>
2137
+ <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>
2138
+ <a class="d-none" data-hotkey="," target="_blank" href="/codespaces/new/google/fonts/tree/main?resume=1">Open in codespace</a>
2139
+
2140
+
2141
+
2142
+
2143
+
2144
+
2145
+
2146
+
2147
+
2148
+
2149
+
2150
+ <react-app
2151
+ app-name="react-code-view"
2152
+ initial-path="/google/fonts/blob/main/ofl/notosans/NotoSans-Regular.ttf"
2153
+ style="min-height: calc(100vh - 62px)"
2154
+ data-ssr="false"
2155
+ data-lazy="false"
2156
+ data-alternate="false"
2157
+ >
2158
+
2159
+ <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":"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":"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":"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":"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"},{"name":"notosansoldhungarian","path":"ofl/notosansoldhungarian","contentType":"directory"},{"name":"notosansolditalic","path":"ofl/notosansolditalic","contentType":"directory"},{"name":"notosansoldnortharabian","path":"ofl/notosansoldnortharabian","contentType":"directory"},{"name":"notosansoldpermic","path":"ofl/notosansoldpermic","contentType":"directory"}],"totalCount":1585},"":{"items":[{"name":"ofl","path":"ofl","contentType":"directory"}]}},"fileTreeProcessingTime":680.483836,"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:1683584985.0","canEdit":true,"refType":"branch","currentOid":"bcc25ace8b6eafdf0bd1c9bb5102a8a34e286a9d"},"path":"ofl/notosans/NotoSans-Regular.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-Regular.ttf","displayUrl":"https://github.com/google/fonts/blob/main/ofl/notosans/NotoSans-Regular.ttf?raw=true","headerInfo":{"blobSize":"547 KB","deleteInfo":{"deletePath":"https://github.com/google/fonts/delete/main/ofl/notosans/NotoSans-Regular.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":"cab3e71","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogle%2Ffonts%2Fblob%2Fmain%2Fofl%2Fnotosans%2FNotoSans-Regular.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-Regular.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":"2LGLjl8g8kdSnFkBYxwR7gglBy9ws2cM6vitHDGuX059yxPNtQuFCMonMjfGFnrIqVzFaO84rkBuatQLExJA4Q"}}},"title":"fonts/NotoSans-Regular.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,"keep_symbols_closed":true,"code_nav_ui_events":false,"ref_selector_v2":false,"codeview_codemirror_next":false}}}</script>
2160
+ <div data-target="react-app.reactRoot"></div>
2161
+ </react-app>
2162
+ </turbo-frame>
2163
+
2164
+
2165
+
2166
+ </div>
2167
+
2168
+ </turbo-frame>
2169
+
2170
+ </main>
2171
+ </div>
2172
+
2173
+ </div>
2174
+
2175
+ <footer class="footer width-full container-xl p-responsive" role="contentinfo">
2176
+ <h2 class='sr-only'>Footer</h2>
2177
+
2178
+ <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">
2179
+ <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">
2180
+ <div class="mt-2 mt-lg-0 d-flex flex-items-center">
2181
+ <a aria-label="Homepage" title="GitHub" class="footer-octicon mr-2" href="https://github.com">
2182
+ <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">
2183
+ <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>
2184
+ </svg>
2185
+ </a> <span>
2186
+ &copy; 2023 GitHub, Inc.
2187
+ </span>
2188
+ </div>
2189
+ </div>
2190
+
2191
+ <nav aria-label='Footer' class="col-12 col-lg-8">
2192
+ <h3 class='sr-only' id='sr-footer-heading'>Footer navigation</h3>
2193
+ <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'>
2194
+ <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>
2195
+ <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>
2196
+ <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>
2197
+ <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>
2198
+ <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>
2199
+ <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>
2200
+ <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>
2201
+ <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>
2202
+ <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>
2203
+ <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>
2204
+ <li><a data-ga-click="Footer, go to about, text:about" href="https://github.com/about">About</a></li>
2205
+ </ul>
2206
+ </nav>
2207
+ </div>
2208
+
2209
+ <div class="d-flex flex-justify-center pb-6">
2210
+ <span class="f6 color-fg-muted"></span>
2211
+ </div>
2212
+ </footer>
2213
+
2214
+
2215
+
2216
+
2217
+ <div id="ajax-error-message" class="ajax-error-message flash flash-error" hidden>
2218
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
2219
+ <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>
2220
+ </svg>
2221
+ <button type="button" class="flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
2222
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
2223
+ <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>
2224
+ </svg>
2225
+ </button>
2226
+ You can’t perform that action at this time.
2227
+ </div>
2228
+
2229
+ <div class="js-stale-session-flash flash flash-warn flash-banner" hidden
2230
+ >
2231
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
2232
+ <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>
2233
+ </svg>
2234
+ <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>
2235
+ <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>
2236
+ </div>
2237
+ <template id="site-details-dialog">
2238
+ <details class="details-reset details-overlay details-overlay-dark lh-default color-fg-default hx_rsm" open>
2239
+ <summary role="button" aria-label="Close dialog"></summary>
2240
+ <details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast hx_rsm-dialog hx_rsm-modal">
2241
+ <button class="Box-btn-octicon m-0 btn-octicon position-absolute right-0 top-0" type="button" aria-label="Close dialog" data-close-dialog>
2242
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
2243
+ <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>
2244
+ </svg>
2245
+ </button>
2246
+ <div class="octocat-spinner my-6 js-details-dialog-spinner"></div>
2247
+ </details-dialog>
2248
+ </details>
2249
+ </template>
2250
+
2251
+ <div class="Popover js-hovercard-content position-absolute" style="display: none; outline: none;" tabindex="0">
2252
+ <div class="Popover-message Popover-message--bottom-left Popover-message--large Box color-shadow-large" style="width:360px;">
2253
+ </div>
2254
+ </div>
2255
+
2256
+ <template id="snippet-clipboard-copy-button">
2257
+ <div class="zeroclipboard-container position-absolute right-0 top-0">
2258
+ <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">
2259
+ <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">
2260
+ <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>
2261
+ </svg>
2262
+ <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">
2263
+ <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>
2264
+ </svg>
2265
+ </clipboard-copy>
2266
+ </div>
2267
+ </template>
2268
+ <template id="snippet-clipboard-copy-button-unpositioned">
2269
+ <div class="zeroclipboard-container">
2270
+ <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">
2271
+ <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">
2272
+ <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>
2273
+ </svg>
2274
+ <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">
2275
+ <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>
2276
+ </svg>
2277
+ </clipboard-copy>
2278
+ </div>
2279
+ </template>
2280
+
2281
+
2282
+ <style>
2283
+ .user-mention[href$="/jaranglee"] {
2284
+ color: var(--color-user-mention-fg);
2285
+ background-color: var(--color-user-mention-bg);
2286
+ border-radius: 2px;
2287
+ margin-left: -2px;
2288
+ margin-right: -2px;
2289
+ padding: 0 2px;
2290
+ }
2291
+ </style>
2292
+
2293
+
2294
+ </div>
2295
+
2296
+ <div id="js-global-screen-reader-notice" class="sr-only" aria-live="polite" ></div>
2297
+ </body>
2298
+ </html>
2299
+