├── .github ├── dependabot.yml ├── python-version.txt └── workflows │ ├── build-test.yml │ └── diffenator2.yml ├── .gitignore ├── AUTHORS.txt ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CONTRIBUTORS.txt ├── Makefile ├── OFL.txt ├── README.md ├── TRADEMARKS.md ├── documentation └── article │ ├── 01_Section_1.mp4 │ ├── 02_Section_2.mp4 │ ├── 03_Section_3a.mp4 │ ├── 04_Section_3b.mp4 │ ├── 05_Section_3c.mp4 │ ├── 06_Section_4.mp4 │ ├── ARTICLE.en_us.html │ └── google-sans-code-sample.png ├── metadata └── METADATA.pb ├── qa ├── check-gscode-checks.py └── check-gscode.py ├── requirements-test.in ├── requirements-test.txt ├── requirements.in ├── requirements.txt ├── scripts └── read-config.py └── sources ├── GoogleSansCode-Italic.glyphspackage ├── fontinfo.plist ├── glyphs │ ├── A_.glyph │ ├── A_E_.glyph │ ├── A_E_acute.glyph │ ├── A_acute.glyph │ ├── A_breve.glyph │ ├── A_breveacute.glyph │ ├── A_brevedotbelow.glyph │ ├── A_brevegrave.glyph │ ├── A_brevehookabove.glyph │ ├── A_brevetilde.glyph │ ├── A_circumflex.glyph │ ├── A_circumflexacute.glyph │ ├── A_circumflexdotbelow.glyph │ ├── A_circumflexgrave.glyph │ ├── A_circumflexhookabove.glyph │ ├── A_circumflextilde.glyph │ ├── A_dieresis.glyph │ ├── A_dotbelow.glyph │ ├── A_grave.glyph │ ├── A_hookabove.glyph │ ├── A_macron.glyph │ ├── A_ogonek.glyph │ ├── A_ring.glyph │ ├── A_tilde.glyph │ ├── B_.glyph │ ├── B_hook.glyph │ ├── C_.glyph │ ├── C_R_.glyph │ ├── C_acute.glyph │ ├── C_caron.glyph │ ├── C_cedilla.glyph │ ├── C_dotaccent.glyph │ ├── D_.glyph │ ├── D_Z_caron.glyph │ ├── D_caron.glyph │ ├── D_croat.glyph │ ├── D_hook.glyph │ ├── D_zcaron.glyph │ ├── E_.glyph │ ├── E_acute.glyph │ ├── E_caron.glyph │ ├── E_circumflex.glyph │ ├── E_circumflexacute.glyph │ ├── E_circumflexdotbelow.glyph │ ├── E_circumflexgrave.glyph │ ├── E_circumflexhookabove.glyph │ ├── E_circumflextilde.glyph │ ├── E_dieresis.glyph │ ├── E_dotaccent.glyph │ ├── E_dotbelow.glyph │ ├── E_grave.glyph │ ├── E_hookabove.glyph │ ├── E_macron.glyph │ ├── E_ng.glyph │ ├── E_ng.loclN_S_M_.glyph │ ├── E_ogonek.glyph │ ├── E_th.glyph │ ├── E_tilde.glyph │ ├── F_.glyph │ ├── G_.glyph │ ├── G_breve.glyph │ ├── G_commaaccent.glyph │ ├── G_dotaccent.glyph │ ├── G_ermandbls.glyph │ ├── H_.glyph │ ├── H_bar.glyph │ ├── I_.glyph │ ├── I_J_.glyph │ ├── I_J_acute.glyph │ ├── I_acute.glyph │ ├── I_circumflex.glyph │ ├── I_dieresis.glyph │ ├── I_dotaccent.glyph │ ├── I_dotbelow.glyph │ ├── I_grave.glyph │ ├── I_hookabove.glyph │ ├── I_macron.glyph │ ├── I_ogonek.glyph │ ├── I_tilde.glyph │ ├── J_.glyph │ ├── K_.glyph │ ├── K_commaaccent.glyph │ ├── K_hook.glyph │ ├── L_.glyph │ ├── L_J_.glyph │ ├── L_acute.glyph │ ├── L_caron.glyph │ ├── L_commaaccent.glyph │ ├── L_dot.glyph │ ├── L_j.glyph │ ├── L_slash.glyph │ ├── M_.glyph │ ├── N_.glyph │ ├── N_J_.glyph │ ├── N_U_L_L_.glyph │ ├── N_acute.glyph │ ├── N_caron.glyph │ ├── N_commaaccent.glyph │ ├── N_dotaccent.glyph │ ├── N_grave.glyph │ ├── N_j.glyph │ ├── N_tilde.glyph │ ├── O_.glyph │ ├── O_E_.glyph │ ├── O_acute.glyph │ ├── O_circumflex.glyph │ ├── O_circumflexacute.glyph │ ├── O_circumflexdotbelow.glyph │ ├── O_circumflexgrave.glyph │ ├── O_circumflexhookabove.glyph │ ├── O_circumflextilde.glyph │ ├── O_dieresis.glyph │ ├── O_dotbelow.glyph │ ├── O_grave.glyph │ ├── O_hookabove.glyph │ ├── O_horn.alt.glyph │ ├── O_horn.glyph │ ├── O_hornacute.glyph │ ├── O_horndotbelow.glyph │ ├── O_horngrave.glyph │ ├── O_hornhookabove.glyph │ ├── O_horntilde.glyph │ ├── O_hungarumlaut.glyph │ ├── O_macron.glyph │ ├── O_ogonek.glyph │ ├── O_slash.glyph │ ├── O_tilde.glyph │ ├── P_.glyph │ ├── Q_.glyph │ ├── R_.glyph │ ├── R_acute.glyph │ ├── R_caron.glyph │ ├── S_.glyph │ ├── S_acute.glyph │ ├── S_caron.glyph │ ├── S_cedilla.glyph │ ├── S_chwa.glyph │ ├── S_commaaccent.glyph │ ├── S_dotbelow.glyph │ ├── T_.glyph │ ├── T_caron.glyph │ ├── T_cedilla.glyph │ ├── T_commaaccent.glyph │ ├── T_horn.glyph │ ├── U_.glyph │ ├── U_acute.glyph │ ├── U_circumflex.glyph │ ├── U_dieresis.glyph │ ├── U_dotbelow.glyph │ ├── U_grave.glyph │ ├── U_hookabove.glyph │ ├── U_horn.alt.glyph │ ├── U_horn.alt02.glyph │ ├── U_horn.glyph │ ├── U_hornacute.glyph │ ├── U_horndotbelow.glyph │ ├── U_horngrave.glyph │ ├── U_hornhookabove.glyph │ ├── U_horntilde.glyph │ ├── U_hungarumlaut.glyph │ ├── U_macron.glyph │ ├── U_ogonek.glyph │ ├── U_ring.glyph │ ├── U_tilde.glyph │ ├── V_.glyph │ ├── W_.glyph │ ├── W_acute.glyph │ ├── W_circumflex.glyph │ ├── W_dieresis.glyph │ ├── W_grave.glyph │ ├── X_.glyph │ ├── Y_.glyph │ ├── Y_acute.glyph │ ├── Y_circumflex.glyph │ ├── Y_dieresis.glyph │ ├── Y_dotbelow.glyph │ ├── Y_grave.glyph │ ├── Y_hook.glyph │ ├── Y_hookabove.glyph │ ├── Y_tilde.glyph │ ├── Z_.glyph │ ├── Z_acute.glyph │ ├── Z_caron.glyph │ ├── Z_dotaccent.glyph │ ├── _notdef.glyph │ ├── a.glyph │ ├── aacute.glyph │ ├── abreve.glyph │ ├── abreveacute.glyph │ ├── abrevedotbelow.glyph │ ├── abrevegrave.glyph │ ├── abrevehookabove.glyph │ ├── abrevetilde.glyph │ ├── acircumflex.glyph │ ├── acircumflexacute.glyph │ ├── acircumflexdotbelow.glyph │ ├── acircumflexgrave.glyph │ ├── acircumflexhookabove.glyph │ ├── acircumflextilde.glyph │ ├── acute.glyph │ ├── acutecomb.glyph │ ├── adieresis.glyph │ ├── adotbelow.glyph │ ├── ae.glyph │ ├── aeacute.glyph │ ├── agrave.glyph │ ├── ahookabove.glyph │ ├── amacron.glyph │ ├── ampersand.glyph │ ├── aogonek.glyph │ ├── apostrophemod.glyph │ ├── aring.glyph │ ├── asciicircum.glyph │ ├── asciitilde.glyph │ ├── asterisk.glyph │ ├── at.glyph │ ├── atilde.glyph │ ├── b.glyph │ ├── backslash.glyph │ ├── bar.glyph │ ├── bhook.glyph │ ├── blackC_ircle.glyph │ ├── blackD_iamond.glyph │ ├── blackS_mallS_quare.glyph │ ├── blackS_quare.glyph │ ├── boxD_oubleD_ownA_ndH_orizontal.glyph │ ├── boxD_oubleD_ownA_ndL_eft.glyph │ ├── boxD_oubleD_ownA_ndR_ight.glyph │ ├── boxD_oubleH_orizontal.glyph │ ├── boxD_oubleU_pA_ndH_orizontal.glyph │ ├── boxD_oubleU_pA_ndL_eft.glyph │ ├── boxD_oubleU_pA_ndR_ight.glyph │ ├── boxD_oubleV_ertical.glyph │ ├── boxD_oubleV_erticalA_ndH_orizontal.glyph │ ├── boxD_oubleV_erticalA_ndL_eft.glyph │ ├── boxD_oubleV_erticalA_ndR_ight.glyph │ ├── boxD_ownD_oubleA_ndH_orizontalS_ingle.glyph │ ├── boxD_ownD_oubleA_ndL_eftS_ingle.glyph │ ├── boxD_ownD_oubleA_ndR_ightS_ingle.glyph │ ├── boxD_ownH_eavyA_ndH_orizontalL_ight.glyph │ ├── boxD_ownH_eavyA_ndL_eftL_ight.glyph │ ├── boxD_ownH_eavyA_ndL_eftU_pL_ight.glyph │ ├── boxD_ownH_eavyA_ndR_ightL_ight.glyph │ ├── boxD_ownH_eavyA_ndR_ightU_pL_ight.glyph │ ├── boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glyph │ ├── boxD_ownL_ightA_ndH_orizontalH_eavy.glyph │ ├── boxD_ownL_ightA_ndL_eftH_eavy.glyph │ ├── boxD_ownL_ightA_ndL_eftU_pH_eavy.glyph │ ├── boxD_ownL_ightA_ndR_ightH_eavy.glyph │ ├── boxD_ownL_ightA_ndR_ightU_pH_eavy.glyph │ ├── boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glyph │ ├── boxD_ownS_ingleA_ndH_orizontalD_ouble.glyph │ ├── boxD_ownS_ingleA_ndL_eftD_ouble.glyph │ ├── boxD_ownS_ingleA_ndR_ightD_ouble.glyph │ ├── boxH_eavyD_oubleD_ashH_orizontal.glyph │ ├── boxH_eavyD_oubleD_ashV_ertical.glyph │ ├── boxH_eavyD_own.glyph │ ├── boxH_eavyD_ownA_ndH_orizontal.glyph │ ├── boxH_eavyD_ownA_ndL_eft.glyph │ ├── boxH_eavyD_ownA_ndR_ight.glyph │ ├── boxH_eavyH_orizontal.glyph │ ├── boxH_eavyL_eft.glyph │ ├── boxH_eavyL_eftA_ndL_ightR_ight.glyph │ ├── boxH_eavyQ_uadrupleD_ashH_orizontal.glyph │ ├── boxH_eavyQ_uadrupleD_ashV_ertical.glyph │ ├── boxH_eavyR_ight.glyph │ ├── boxH_eavyT_ripleD_ashH_orizontal.glyph │ ├── boxH_eavyT_ripleD_ashV_ertical.glyph │ ├── boxH_eavyU_p.glyph │ ├── boxH_eavyU_pA_ndH_orizontal.glyph │ ├── boxH_eavyU_pA_ndL_eft.glyph │ ├── boxH_eavyU_pA_ndL_ightD_own.glyph │ ├── boxH_eavyU_pA_ndR_ight.glyph │ ├── boxH_eavyV_ertical.glyph │ ├── boxH_eavyV_erticalA_ndH_orizontal.glyph │ ├── boxH_eavyV_erticalA_ndL_eft.glyph │ ├── boxH_eavyV_erticalA_ndR_ight.glyph │ ├── boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glyph │ ├── boxL_eftH_eavyA_ndR_ightD_ownL_ight.glyph │ ├── boxL_eftH_eavyA_ndR_ightU_pL_ight.glyph │ ├── boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glyph │ ├── boxL_eftL_ightA_ndR_ightD_ownH_eavy.glyph │ ├── boxL_eftL_ightA_ndR_ightU_pH_eavy.glyph │ ├── boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glyph │ ├── boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glyph │ ├── boxL_ightA_rcD_ownA_ndL_eft.glyph │ ├── boxL_ightA_rcD_ownA_ndR_ight.glyph │ ├── boxL_ightA_rcU_pA_ndL_eft.glyph │ ├── boxL_ightA_rcU_pA_ndR_ight.glyph │ ├── boxL_ightD_iagonalC_ross.glyph │ ├── boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glyph │ ├── boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glyph │ ├── boxL_ightD_oubleD_ashH_orizontal.glyph │ ├── boxL_ightD_oubleD_ashV_ertical.glyph │ ├── boxL_ightD_own.glyph │ ├── boxL_ightD_ownA_ndH_orizontal.glyph │ ├── boxL_ightD_ownA_ndL_eft.glyph │ ├── boxL_ightD_ownA_ndR_ight.glyph │ ├── boxL_ightH_orizontal.glyph │ ├── boxL_ightL_eft.glyph │ ├── boxL_ightL_eftA_ndH_eavyR_ight.glyph │ ├── boxL_ightQ_uadrupleD_ashH_orizontal.glyph │ ├── boxL_ightQ_uadrupleD_ashV_ertical.glyph │ ├── boxL_ightR_ight.glyph │ ├── boxL_ightT_ripleD_ashH_orizontal.glyph │ ├── boxL_ightT_ripleD_ashV_ertical.glyph │ ├── boxL_ightU_p.glyph │ ├── boxL_ightU_pA_ndH_eavyD_own.glyph │ ├── boxL_ightU_pA_ndH_orizontal.glyph │ ├── boxL_ightU_pA_ndL_eft.glyph │ ├── boxL_ightU_pA_ndR_ight.glyph │ ├── boxL_ightV_ertical.glyph │ ├── boxL_ightV_erticalA_ndH_orizontal.glyph │ ├── boxL_ightV_erticalA_ndL_eft.glyph │ ├── boxL_ightV_erticalA_ndR_ight.glyph │ ├── boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glyph │ ├── boxR_ightH_eavyA_ndL_eftD_ownL_ight.glyph │ ├── boxR_ightH_eavyA_ndL_eftU_pL_ight.glyph │ ├── boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glyph │ ├── boxR_ightL_ightA_ndL_eftD_ownH_eavy.glyph │ ├── boxR_ightL_ightA_ndL_eftU_pH_eavy.glyph │ ├── boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glyph │ ├── boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glyph │ ├── boxU_pD_oubleA_ndH_orizontalS_ingle.glyph │ ├── boxU_pD_oubleA_ndL_eftS_ingle.glyph │ ├── boxU_pD_oubleA_ndR_ightS_ingle.glyph │ ├── boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glyph │ ├── boxU_pH_eavyA_ndH_orizontalL_ight.glyph │ ├── boxU_pH_eavyA_ndL_eftD_ownL_ight.glyph │ ├── boxU_pH_eavyA_ndL_eftL_ight.glyph │ ├── boxU_pH_eavyA_ndR_ightD_ownL_ight.glyph │ ├── boxU_pH_eavyA_ndR_ightL_ight.glyph │ ├── boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glyph │ ├── boxU_pL_ightA_ndH_orizontalH_eavy.glyph │ ├── boxU_pL_ightA_ndL_eftD_ownH_eavy.glyph │ ├── boxU_pL_ightA_ndL_eftH_eavy.glyph │ ├── boxU_pL_ightA_ndR_ightD_ownH_eavy.glyph │ ├── boxU_pL_ightA_ndR_ightH_eavy.glyph │ ├── boxU_pS_ingleA_ndH_orizontalD_ouble.glyph │ ├── boxU_pS_ingleA_ndL_eftD_ouble.glyph │ ├── boxU_pS_ingleA_ndR_ightD_ouble.glyph │ ├── boxV_erticalD_oubleA_ndH_orizontalS_ingle.glyph │ ├── boxV_erticalD_oubleA_ndL_eftS_ingle.glyph │ ├── boxV_erticalD_oubleA_ndR_ightS_ingle.glyph │ ├── boxV_erticalH_eavyA_ndH_orizontalL_ight.glyph │ ├── boxV_erticalH_eavyA_ndL_eftL_ight.glyph │ ├── boxV_erticalH_eavyA_ndR_ightL_ight.glyph │ ├── boxV_erticalL_ightA_ndH_orizontalH_eavy.glyph │ ├── boxV_erticalL_ightA_ndL_eftH_eavy.glyph │ ├── boxV_erticalL_ightA_ndR_ightH_eavy.glyph │ ├── boxV_erticalS_ingleA_ndH_orizontalD_ouble.glyph │ ├── boxV_erticalS_ingleA_ndL_eftD_ouble.glyph │ ├── boxV_erticalS_ingleA_ndR_ightD_ouble.glyph │ ├── braceleft.glyph │ ├── braceright.glyph │ ├── bracketleft.glyph │ ├── bracketright.glyph │ ├── breve.glyph │ ├── brevecomb.glyph │ ├── brevecomb_acutecomb.glyph │ ├── brevecomb_gravecomb.glyph │ ├── brevecomb_hookabovecomb.glyph │ ├── brevecomb_tildecomb.glyph │ ├── brokenbar.glyph │ ├── bullet.glyph │ ├── c.glyph │ ├── cacute.glyph │ ├── caron.glyph │ ├── caroncomb.glyph │ ├── ccaron.glyph │ ├── ccedilla.glyph │ ├── cdotaccent.glyph │ ├── cedilla.glyph │ ├── cedillacomb.glyph │ ├── cent.glyph │ ├── circumflex.glyph │ ├── circumflexcomb.glyph │ ├── circumflexcomb_acutecomb.glyph │ ├── circumflexcomb_gravecomb.glyph │ ├── circumflexcomb_hookabovecomb.glyph │ ├── circumflexcomb_tildecomb.glyph │ ├── colon.glyph │ ├── comma.glyph │ ├── commaaccentcomb.glyph │ ├── commaturnedabovecomb.glyph │ ├── commaturnedmod.glyph │ ├── copyright.glyph │ ├── currency.glyph │ ├── d.glyph │ ├── dcaron.glyph │ ├── dcroat.glyph │ ├── degree.glyph │ ├── dhook.glyph │ ├── dieresis.glyph │ ├── dieresiscomb.glyph │ ├── divide.glyph │ ├── divisionslash.glyph │ ├── dollar.glyph │ ├── dong.glyph │ ├── dotaccent.glyph │ ├── dotaccentcomb.glyph │ ├── dotbelowcomb.glyph │ ├── dottedC_ircle.glyph │ ├── downA_rrow.glyph │ ├── downB_lackT_riangle.glyph │ ├── dzcaron.glyph │ ├── e.glyph │ ├── eacute.glyph │ ├── ecaron.glyph │ ├── ecircumflex.glyph │ ├── ecircumflexacute.glyph │ ├── ecircumflexdotbelow.glyph │ ├── ecircumflexgrave.glyph │ ├── ecircumflexhookabove.glyph │ ├── ecircumflextilde.glyph │ ├── edieresis.glyph │ ├── edotaccent.glyph │ ├── edotbelow.glyph │ ├── egrave.glyph │ ├── ehookabove.glyph │ ├── eight.glyph │ ├── ellipsis.glyph │ ├── emacron.glyph │ ├── emdash.glyph │ ├── endash.glyph │ ├── eng.glyph │ ├── eogonek.glyph │ ├── equal.glyph │ ├── eth.glyph │ ├── etilde.glyph │ ├── euro.glyph │ ├── exclam.glyph │ ├── exclamdown.glyph │ ├── f.glyph │ ├── filledR_ect.glyph │ ├── fisheye.glyph │ ├── five.glyph │ ├── four.glyph │ ├── foursuperior.glyph │ ├── fraction.glyph │ ├── fullB_lock.glyph │ ├── g.glyph │ ├── g.ss01.glyph │ ├── gbreve.glyph │ ├── gcommaaccent.glyph │ ├── gdotaccent.glyph │ ├── germandbls.glyph │ ├── grave.glyph │ ├── gravecomb.glyph │ ├── greater.glyph │ ├── greaterequal.glyph │ ├── guillemetleft.glyph │ ├── guillemetright.glyph │ ├── guilsinglleft.glyph │ ├── guilsinglright.glyph │ ├── h.glyph │ ├── hbar.glyph │ ├── hookabovecomb.glyph │ ├── horncomb.glyph │ ├── hungarumlaut.glyph │ ├── hungarumlautcomb.glyph │ ├── hyphen.glyph │ ├── i.glyph │ ├── iacute.glyph │ ├── icircumflex.glyph │ ├── idieresis.glyph │ ├── idotbelow.glyph │ ├── idotless.glyph │ ├── igrave.glyph │ ├── ihookabove.glyph │ ├── ij.glyph │ ├── ijacute.glyph │ ├── imacron.glyph │ ├── inverseW_hiteC_ircle.glyph │ ├── iogonek.glyph │ ├── itilde.glyph │ ├── j.glyph │ ├── jdotless.glyph │ ├── k.glyph │ ├── kcommaaccent.glyph │ ├── kgreenlandic.glyph │ ├── khook.glyph │ ├── l.glyph │ ├── lacute.glyph │ ├── lcaron.glyph │ ├── lcommaaccent.glyph │ ├── ldot.glyph │ ├── leftA_rrow.glyph │ ├── leftB_lackP_ointer.glyph │ ├── leftB_lock.glyph │ ├── leftF_iveE_ighthsB_lock.glyph │ ├── leftO_neE_ighthB_lock.glyph │ ├── leftO_neQ_uarterB_lock.glyph │ ├── leftS_evenE_ighthsB_lock.glyph │ ├── leftT_hreeE_ighthsB_lock.glyph │ ├── leftT_hreeQ_uartersB_lock.glyph │ ├── less.glyph │ ├── lessequal.glyph │ ├── lj.glyph │ ├── logicalnot.glyph │ ├── longs.glyph │ ├── lowerF_iveE_ighthsB_lock.glyph │ ├── lowerH_alfB_lock.glyph │ ├── lowerL_eftB_lock.glyph │ ├── lowerO_neE_ighthB_lock.glyph │ ├── lowerO_neQ_uarterB_lock.glyph │ ├── lowerR_ightB_lock.glyph │ ├── lowerS_evenE_ighthsB_lock.glyph │ ├── lowerT_hreeE_ighthsB_lock.glyph │ ├── lowerT_hreeQ_uartersB_lock.glyph │ ├── lozenge.glyph │ ├── lslash.glyph │ ├── m.glyph │ ├── macron.glyph │ ├── macroncomb.glyph │ ├── micro.glyph │ ├── minus.glyph │ ├── minute.glyph │ ├── multiply.glyph │ ├── n.glyph │ ├── nacute.glyph │ ├── napostrophe.glyph │ ├── nbspace.glyph │ ├── ncaron.glyph │ ├── ncommaaccent.glyph │ ├── ndotaccent.glyph │ ├── ngrave.glyph │ ├── nine.glyph │ ├── nj.glyph │ ├── ntilde.glyph │ ├── numbersign.glyph │ ├── o.glyph │ ├── oacute.glyph │ ├── ocircumflex.glyph │ ├── ocircumflexacute.glyph │ ├── ocircumflexdotbelow.glyph │ ├── ocircumflexgrave.glyph │ ├── ocircumflexhookabove.glyph │ ├── ocircumflextilde.glyph │ ├── odieresis.glyph │ ├── odotbelow.glyph │ ├── oe.glyph │ ├── ogonek.glyph │ ├── ogonekcomb.glyph │ ├── ograve.glyph │ ├── ohookabove.glyph │ ├── ohorn.alt.glyph │ ├── ohorn.glyph │ ├── ohornacute.glyph │ ├── ohorndotbelow.glyph │ ├── ohorngrave.glyph │ ├── ohornhookabove.glyph │ ├── ohorntilde.glyph │ ├── ohungarumlaut.glyph │ ├── omacron.glyph │ ├── one.glyph │ ├── onehalf.glyph │ ├── onequarter.glyph │ ├── onesuperior.glyph │ ├── oogonek.glyph │ ├── optionK_ey.glyph │ ├── ordfeminine.glyph │ ├── ordmasculine.glyph │ ├── oslash.glyph │ ├── otilde.glyph │ ├── p.glyph │ ├── paragraph.glyph │ ├── parenleft.glyph │ ├── parenright.glyph │ ├── percent.glyph │ ├── period.glyph │ ├── periodcentered.glyph │ ├── plus.glyph │ ├── plusminus.glyph │ ├── propellor.glyph │ ├── proportion.glyph │ ├── q.glyph │ ├── question.glyph │ ├── questiondown.glyph │ ├── quotedbl.glyph │ ├── quotedblbase.glyph │ ├── quotedblleft.glyph │ ├── quotedblright.glyph │ ├── quoteleft.glyph │ ├── quoteright.glyph │ ├── quotesinglbase.glyph │ ├── quotesingle.glyph │ ├── r.glyph │ ├── racute.glyph │ ├── rcaron.glyph │ ├── registered.glyph │ ├── replacementC_haracter.glyph │ ├── rightA_rrow.glyph │ ├── rightB_lackP_ointer.glyph │ ├── rightB_lock.glyph │ ├── rightO_neE_ighthB_lock.glyph │ ├── rightwardsD_oubleA_rrow.glyph │ ├── ring.glyph │ ├── ringcomb.glyph │ ├── s.glyph │ ├── sacute.glyph │ ├── scaron.glyph │ ├── scedilla.glyph │ ├── schwa.glyph │ ├── scommaaccent.glyph │ ├── sdotbelow.glyph │ ├── second.glyph │ ├── section.glyph │ ├── semicolon.glyph │ ├── seven.glyph │ ├── shadedark.glyph │ ├── shadelight.glyph │ ├── shademedium.glyph │ ├── six.glyph │ ├── slash.glyph │ ├── space.glyph │ ├── sterling.glyph │ ├── t.glyph │ ├── tcaron.glyph │ ├── tcedilla.glyph │ ├── tcommaaccent.glyph │ ├── thorn.glyph │ ├── three.glyph │ ├── threequarters.glyph │ ├── threesuperior.glyph │ ├── tilde.glyph │ ├── tildecomb.glyph │ ├── trademark.glyph │ ├── two.glyph │ ├── twosuperior.glyph │ ├── u.glyph │ ├── uacute.glyph │ ├── ucircumflex.glyph │ ├── udieresis.glyph │ ├── udotbelow.glyph │ ├── ugrave.glyph │ ├── uhookabove.glyph │ ├── uhorn.alt.glyph │ ├── uhorn.glyph │ ├── uhornacute.glyph │ ├── uhorndotbelow.glyph │ ├── uhorngrave.glyph │ ├── uhornhookabove.glyph │ ├── uhorntilde.glyph │ ├── uhungarumlaut.glyph │ ├── umacron.glyph │ ├── underscore.glyph │ ├── uogonek.glyph │ ├── upA_rrow.glyph │ ├── upB_lackT_riangle.glyph │ ├── upperH_alfB_lock.glyph │ ├── upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glyph │ ├── upperL_eftA_ndL_owerR_ightB_lock.glyph │ ├── upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glyph │ ├── upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glyph │ ├── upperL_eftB_lock.glyph │ ├── upperO_neE_ighthB_lock.glyph │ ├── upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glyph │ ├── upperR_ightA_ndL_owerL_eftB_lock.glyph │ ├── upperR_ightB_lock.glyph │ ├── uring.glyph │ ├── utilde.glyph │ ├── v.glyph │ ├── verticallinebelowcomb.glyph │ ├── w.glyph │ ├── wacute.glyph │ ├── wcircumflex.glyph │ ├── wdieresis.glyph │ ├── wgrave.glyph │ ├── whiteC_ircle.glyph │ ├── whiteS_mallS_quare.glyph │ ├── whiteS_quare.glyph │ ├── x.glyph │ ├── y.glyph │ ├── yacute.glyph │ ├── ycircumflex.glyph │ ├── ydieresis.glyph │ ├── ydotbelow.glyph │ ├── yen.glyph │ ├── ygrave.glyph │ ├── yhook.glyph │ ├── yhookabove.glyph │ ├── ytilde.glyph │ ├── z.glyph │ ├── zacute.glyph │ ├── zcaron.glyph │ ├── zdotaccent.glyph │ └── zero.glyph └── order.plist ├── GoogleSansCode.glyphspackage ├── fontinfo.plist ├── glyphs │ ├── A_.glyph │ ├── A_E_.glyph │ ├── A_E_acute.glyph │ ├── A_acute.glyph │ ├── A_breve.glyph │ ├── A_breveacute.glyph │ ├── A_brevedotbelow.glyph │ ├── A_brevegrave.glyph │ ├── A_brevehookabove.glyph │ ├── A_brevetilde.glyph │ ├── A_circumflex.glyph │ ├── A_circumflexacute.glyph │ ├── A_circumflexdotbelow.glyph │ ├── A_circumflexgrave.glyph │ ├── A_circumflexhookabove.glyph │ ├── A_circumflextilde.glyph │ ├── A_dieresis.glyph │ ├── A_dotbelow.glyph │ ├── A_grave.glyph │ ├── A_hookabove.glyph │ ├── A_macron.glyph │ ├── A_ogonek.glyph │ ├── A_ring.glyph │ ├── A_tilde.glyph │ ├── B_.glyph │ ├── B_hook.glyph │ ├── C_.glyph │ ├── C_R_.glyph │ ├── C_acute.glyph │ ├── C_caron.glyph │ ├── C_cedilla.glyph │ ├── C_dotaccent.glyph │ ├── D_.glyph │ ├── D_Z_caron.glyph │ ├── D_caron.glyph │ ├── D_croat.glyph │ ├── D_hook.glyph │ ├── D_zcaron.glyph │ ├── E_.glyph │ ├── E_acute.glyph │ ├── E_caron.glyph │ ├── E_circumflex.glyph │ ├── E_circumflexacute.glyph │ ├── E_circumflexdotbelow.glyph │ ├── E_circumflexgrave.glyph │ ├── E_circumflexhookabove.glyph │ ├── E_circumflextilde.glyph │ ├── E_dieresis.glyph │ ├── E_dotaccent.glyph │ ├── E_dotbelow.glyph │ ├── E_grave.glyph │ ├── E_hookabove.glyph │ ├── E_macron.glyph │ ├── E_ng.glyph │ ├── E_ng.loclN_S_M_.glyph │ ├── E_ogonek.glyph │ ├── E_th.glyph │ ├── E_tilde.glyph │ ├── F_.glyph │ ├── G_.glyph │ ├── G_breve.glyph │ ├── G_commaaccent.glyph │ ├── G_dotaccent.glyph │ ├── G_ermandbls.glyph │ ├── H_.glyph │ ├── H_bar.glyph │ ├── I_.glyph │ ├── I_J_.glyph │ ├── I_J_acute.glyph │ ├── I_acute.glyph │ ├── I_circumflex.glyph │ ├── I_dieresis.glyph │ ├── I_dotaccent.glyph │ ├── I_dotbelow.glyph │ ├── I_grave.glyph │ ├── I_hookabove.glyph │ ├── I_macron.glyph │ ├── I_ogonek.glyph │ ├── I_tilde.glyph │ ├── J_.glyph │ ├── K_.glyph │ ├── K_commaaccent.glyph │ ├── K_hook.glyph │ ├── L_.glyph │ ├── L_J_.glyph │ ├── L_acute.glyph │ ├── L_caron.glyph │ ├── L_commaaccent.glyph │ ├── L_dot.glyph │ ├── L_j.glyph │ ├── L_slash.glyph │ ├── M_.glyph │ ├── N_.glyph │ ├── N_J_.glyph │ ├── N_U_L_L_.glyph │ ├── N_acute.glyph │ ├── N_caron.glyph │ ├── N_commaaccent.glyph │ ├── N_dotaccent.glyph │ ├── N_grave.glyph │ ├── N_j.glyph │ ├── N_tilde.glyph │ ├── O_.glyph │ ├── O_E_.glyph │ ├── O_acute.glyph │ ├── O_circumflex.glyph │ ├── O_circumflexacute.glyph │ ├── O_circumflexdotbelow.glyph │ ├── O_circumflexgrave.glyph │ ├── O_circumflexhookabove.glyph │ ├── O_circumflextilde.glyph │ ├── O_dieresis.glyph │ ├── O_dotbelow.glyph │ ├── O_grave.glyph │ ├── O_hookabove.glyph │ ├── O_horn.alt.glyph │ ├── O_horn.glyph │ ├── O_hornacute.glyph │ ├── O_horndotbelow.glyph │ ├── O_horngrave.glyph │ ├── O_hornhookabove.glyph │ ├── O_horntilde.glyph │ ├── O_hungarumlaut.glyph │ ├── O_macron.glyph │ ├── O_ogonek.glyph │ ├── O_slash.glyph │ ├── O_tilde.glyph │ ├── P_.glyph │ ├── Q_.glyph │ ├── R_.glyph │ ├── R_acute.glyph │ ├── R_caron.glyph │ ├── S_.glyph │ ├── S_acute.glyph │ ├── S_caron.glyph │ ├── S_cedilla.glyph │ ├── S_chwa.glyph │ ├── S_commaaccent.glyph │ ├── S_dotbelow.glyph │ ├── T_.glyph │ ├── T_caron.glyph │ ├── T_cedilla.glyph │ ├── T_commaaccent.glyph │ ├── T_horn.glyph │ ├── U_.glyph │ ├── U_acute.glyph │ ├── U_circumflex.glyph │ ├── U_dieresis.glyph │ ├── U_dotbelow.glyph │ ├── U_grave.glyph │ ├── U_hookabove.glyph │ ├── U_horn.alt.glyph │ ├── U_horn.glyph │ ├── U_hornacute.glyph │ ├── U_horndotbelow.glyph │ ├── U_horngrave.glyph │ ├── U_hornhookabove.glyph │ ├── U_horntilde.glyph │ ├── U_hungarumlaut.glyph │ ├── U_macron.glyph │ ├── U_ogonek.glyph │ ├── U_ring.glyph │ ├── U_tilde.glyph │ ├── V_.glyph │ ├── W_.glyph │ ├── W_acute.glyph │ ├── W_circumflex.glyph │ ├── W_dieresis.glyph │ ├── W_grave.glyph │ ├── X_.glyph │ ├── Y_.glyph │ ├── Y_acute.glyph │ ├── Y_circumflex.glyph │ ├── Y_dieresis.glyph │ ├── Y_dotbelow.glyph │ ├── Y_grave.glyph │ ├── Y_hook.glyph │ ├── Y_hookabove.glyph │ ├── Y_tilde.glyph │ ├── Z_.glyph │ ├── Z_acute.glyph │ ├── Z_caron.glyph │ ├── Z_dotaccent.glyph │ ├── _notdef.glyph │ ├── a.glyph │ ├── aacute.glyph │ ├── abreve.glyph │ ├── abreveacute.glyph │ ├── abrevedotbelow.glyph │ ├── abrevegrave.glyph │ ├── abrevehookabove.glyph │ ├── abrevetilde.glyph │ ├── acircumflex.glyph │ ├── acircumflexacute.glyph │ ├── acircumflexdotbelow.glyph │ ├── acircumflexgrave.glyph │ ├── acircumflexhookabove.glyph │ ├── acircumflextilde.glyph │ ├── acute.glyph │ ├── acutecomb.glyph │ ├── adieresis.glyph │ ├── adotbelow.glyph │ ├── ae.glyph │ ├── aeacute.glyph │ ├── agrave.glyph │ ├── ahookabove.glyph │ ├── amacron.glyph │ ├── ampersand.glyph │ ├── aogonek.glyph │ ├── apostrophemod.glyph │ ├── aring.glyph │ ├── asciicircum.glyph │ ├── asciitilde.glyph │ ├── asterisk.glyph │ ├── at.glyph │ ├── atilde.glyph │ ├── b.glyph │ ├── backslash.glyph │ ├── bar.glyph │ ├── bhook.glyph │ ├── blackC_ircle.glyph │ ├── blackD_iamond.glyph │ ├── blackS_mallS_quare.glyph │ ├── blackS_quare.glyph │ ├── boxD_oubleD_ownA_ndH_orizontal.glyph │ ├── boxD_oubleD_ownA_ndL_eft.glyph │ ├── boxD_oubleD_ownA_ndR_ight.glyph │ ├── boxD_oubleH_orizontal.glyph │ ├── boxD_oubleU_pA_ndH_orizontal.glyph │ ├── boxD_oubleU_pA_ndL_eft.glyph │ ├── boxD_oubleU_pA_ndR_ight.glyph │ ├── boxD_oubleV_ertical.glyph │ ├── boxD_oubleV_erticalA_ndH_orizontal.glyph │ ├── boxD_oubleV_erticalA_ndL_eft.glyph │ ├── boxD_oubleV_erticalA_ndR_ight.glyph │ ├── boxD_ownD_oubleA_ndH_orizontalS_ingle.glyph │ ├── boxD_ownD_oubleA_ndL_eftS_ingle.glyph │ ├── boxD_ownD_oubleA_ndR_ightS_ingle.glyph │ ├── boxD_ownH_eavyA_ndH_orizontalL_ight.glyph │ ├── boxD_ownH_eavyA_ndL_eftL_ight.glyph │ ├── boxD_ownH_eavyA_ndL_eftU_pL_ight.glyph │ ├── boxD_ownH_eavyA_ndR_ightL_ight.glyph │ ├── boxD_ownH_eavyA_ndR_ightU_pL_ight.glyph │ ├── boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glyph │ ├── boxD_ownL_ightA_ndH_orizontalH_eavy.glyph │ ├── boxD_ownL_ightA_ndL_eftH_eavy.glyph │ ├── boxD_ownL_ightA_ndL_eftU_pH_eavy.glyph │ ├── boxD_ownL_ightA_ndR_ightH_eavy.glyph │ ├── boxD_ownL_ightA_ndR_ightU_pH_eavy.glyph │ ├── boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glyph │ ├── boxD_ownS_ingleA_ndH_orizontalD_ouble.glyph │ ├── boxD_ownS_ingleA_ndL_eftD_ouble.glyph │ ├── boxD_ownS_ingleA_ndR_ightD_ouble.glyph │ ├── boxH_eavyD_oubleD_ashH_orizontal.glyph │ ├── boxH_eavyD_oubleD_ashV_ertical.glyph │ ├── boxH_eavyD_own.glyph │ ├── boxH_eavyD_ownA_ndH_orizontal.glyph │ ├── boxH_eavyD_ownA_ndL_eft.glyph │ ├── boxH_eavyD_ownA_ndR_ight.glyph │ ├── boxH_eavyH_orizontal.glyph │ ├── boxH_eavyL_eft.glyph │ ├── boxH_eavyL_eftA_ndL_ightR_ight.glyph │ ├── boxH_eavyQ_uadrupleD_ashH_orizontal.glyph │ ├── boxH_eavyQ_uadrupleD_ashV_ertical.glyph │ ├── boxH_eavyR_ight.glyph │ ├── boxH_eavyT_ripleD_ashH_orizontal.glyph │ ├── boxH_eavyT_ripleD_ashV_ertical.glyph │ ├── boxH_eavyU_p.glyph │ ├── boxH_eavyU_pA_ndH_orizontal.glyph │ ├── boxH_eavyU_pA_ndL_eft.glyph │ ├── boxH_eavyU_pA_ndL_ightD_own.glyph │ ├── boxH_eavyU_pA_ndR_ight.glyph │ ├── boxH_eavyV_ertical.glyph │ ├── boxH_eavyV_erticalA_ndH_orizontal.glyph │ ├── boxH_eavyV_erticalA_ndL_eft.glyph │ ├── boxH_eavyV_erticalA_ndR_ight.glyph │ ├── boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glyph │ ├── boxL_eftH_eavyA_ndR_ightD_ownL_ight.glyph │ ├── boxL_eftH_eavyA_ndR_ightU_pL_ight.glyph │ ├── boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glyph │ ├── boxL_eftL_ightA_ndR_ightD_ownH_eavy.glyph │ ├── boxL_eftL_ightA_ndR_ightU_pH_eavy.glyph │ ├── boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glyph │ ├── boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glyph │ ├── boxL_ightA_rcD_ownA_ndL_eft.glyph │ ├── boxL_ightA_rcD_ownA_ndR_ight.glyph │ ├── boxL_ightA_rcU_pA_ndL_eft.glyph │ ├── boxL_ightA_rcU_pA_ndR_ight.glyph │ ├── boxL_ightD_iagonalC_ross.glyph │ ├── boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glyph │ ├── boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glyph │ ├── boxL_ightD_oubleD_ashH_orizontal.glyph │ ├── boxL_ightD_oubleD_ashV_ertical.glyph │ ├── boxL_ightD_own.glyph │ ├── boxL_ightD_ownA_ndH_orizontal.glyph │ ├── boxL_ightD_ownA_ndL_eft.glyph │ ├── boxL_ightD_ownA_ndR_ight.glyph │ ├── boxL_ightH_orizontal.glyph │ ├── boxL_ightL_eft.glyph │ ├── boxL_ightL_eftA_ndH_eavyR_ight.glyph │ ├── boxL_ightQ_uadrupleD_ashH_orizontal.glyph │ ├── boxL_ightQ_uadrupleD_ashV_ertical.glyph │ ├── boxL_ightR_ight.glyph │ ├── boxL_ightT_ripleD_ashH_orizontal.glyph │ ├── boxL_ightT_ripleD_ashV_ertical.glyph │ ├── boxL_ightU_p.glyph │ ├── boxL_ightU_pA_ndH_eavyD_own.glyph │ ├── boxL_ightU_pA_ndH_orizontal.glyph │ ├── boxL_ightU_pA_ndL_eft.glyph │ ├── boxL_ightU_pA_ndR_ight.glyph │ ├── boxL_ightV_ertical.glyph │ ├── boxL_ightV_erticalA_ndH_orizontal.glyph │ ├── boxL_ightV_erticalA_ndL_eft.glyph │ ├── boxL_ightV_erticalA_ndR_ight.glyph │ ├── boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glyph │ ├── boxR_ightH_eavyA_ndL_eftD_ownL_ight.glyph │ ├── boxR_ightH_eavyA_ndL_eftU_pL_ight.glyph │ ├── boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glyph │ ├── boxR_ightL_ightA_ndL_eftD_ownH_eavy.glyph │ ├── boxR_ightL_ightA_ndL_eftU_pH_eavy.glyph │ ├── boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glyph │ ├── boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glyph │ ├── boxU_pD_oubleA_ndH_orizontalS_ingle.glyph │ ├── boxU_pD_oubleA_ndL_eftS_ingle.glyph │ ├── boxU_pD_oubleA_ndR_ightS_ingle.glyph │ ├── boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glyph │ ├── boxU_pH_eavyA_ndH_orizontalL_ight.glyph │ ├── boxU_pH_eavyA_ndL_eftD_ownL_ight.glyph │ ├── boxU_pH_eavyA_ndL_eftL_ight.glyph │ ├── boxU_pH_eavyA_ndR_ightD_ownL_ight.glyph │ ├── boxU_pH_eavyA_ndR_ightL_ight.glyph │ ├── boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glyph │ ├── boxU_pL_ightA_ndH_orizontalH_eavy.glyph │ ├── boxU_pL_ightA_ndL_eftD_ownH_eavy.glyph │ ├── boxU_pL_ightA_ndL_eftH_eavy.glyph │ ├── boxU_pL_ightA_ndR_ightD_ownH_eavy.glyph │ ├── boxU_pL_ightA_ndR_ightH_eavy.glyph │ ├── boxU_pS_ingleA_ndH_orizontalD_ouble.glyph │ ├── boxU_pS_ingleA_ndL_eftD_ouble.glyph │ ├── boxU_pS_ingleA_ndR_ightD_ouble.glyph │ ├── boxV_erticalD_oubleA_ndH_orizontalS_ingle.glyph │ ├── boxV_erticalD_oubleA_ndL_eftS_ingle.glyph │ ├── boxV_erticalD_oubleA_ndR_ightS_ingle.glyph │ ├── boxV_erticalH_eavyA_ndH_orizontalL_ight.glyph │ ├── boxV_erticalH_eavyA_ndL_eftL_ight.glyph │ ├── boxV_erticalH_eavyA_ndR_ightL_ight.glyph │ ├── boxV_erticalL_ightA_ndH_orizontalH_eavy.glyph │ ├── boxV_erticalL_ightA_ndL_eftH_eavy.glyph │ ├── boxV_erticalL_ightA_ndR_ightH_eavy.glyph │ ├── boxV_erticalS_ingleA_ndH_orizontalD_ouble.glyph │ ├── boxV_erticalS_ingleA_ndL_eftD_ouble.glyph │ ├── boxV_erticalS_ingleA_ndR_ightD_ouble.glyph │ ├── braceleft.glyph │ ├── braceright.glyph │ ├── bracketleft.glyph │ ├── bracketright.glyph │ ├── breve.glyph │ ├── brevecomb.glyph │ ├── brevecomb_acutecomb.glyph │ ├── brevecomb_gravecomb.glyph │ ├── brevecomb_hookabovecomb.glyph │ ├── brevecomb_tildecomb.glyph │ ├── brokenbar.glyph │ ├── bullet.glyph │ ├── c.glyph │ ├── cacute.glyph │ ├── caron.glyph │ ├── caroncomb.glyph │ ├── ccaron.glyph │ ├── ccedilla.glyph │ ├── cdotaccent.glyph │ ├── cedilla.glyph │ ├── cedillacomb.glyph │ ├── cent.glyph │ ├── circumflex.glyph │ ├── circumflexcomb.glyph │ ├── circumflexcomb_acutecomb.glyph │ ├── circumflexcomb_gravecomb.glyph │ ├── circumflexcomb_hookabovecomb.glyph │ ├── circumflexcomb_tildecomb.glyph │ ├── colon.glyph │ ├── comma.glyph │ ├── commaaccentcomb.glyph │ ├── commaturnedabovecomb.glyph │ ├── commaturnedmod.glyph │ ├── copyright.glyph │ ├── currency.glyph │ ├── d.glyph │ ├── dcaron.glyph │ ├── dcroat.glyph │ ├── degree.glyph │ ├── dhook.glyph │ ├── dieresis.glyph │ ├── dieresiscomb.glyph │ ├── divide.glyph │ ├── divisionslash.glyph │ ├── dollar.glyph │ ├── dong.glyph │ ├── dotaccent.glyph │ ├── dotaccentcomb.glyph │ ├── dotbelowcomb.glyph │ ├── dottedC_ircle.glyph │ ├── downA_rrow.glyph │ ├── downB_lackT_riangle.glyph │ ├── dzcaron.glyph │ ├── e.glyph │ ├── eacute.glyph │ ├── ecaron.glyph │ ├── ecircumflex.glyph │ ├── ecircumflexacute.glyph │ ├── ecircumflexdotbelow.glyph │ ├── ecircumflexgrave.glyph │ ├── ecircumflexhookabove.glyph │ ├── ecircumflextilde.glyph │ ├── edieresis.glyph │ ├── edotaccent.glyph │ ├── edotbelow.glyph │ ├── egrave.glyph │ ├── ehookabove.glyph │ ├── eight.glyph │ ├── ellipsis.glyph │ ├── emacron.glyph │ ├── emdash.glyph │ ├── endash.glyph │ ├── eng.glyph │ ├── eogonek.glyph │ ├── equal.glyph │ ├── eth.glyph │ ├── etilde.glyph │ ├── euro.glyph │ ├── exclam.glyph │ ├── exclamdown.glyph │ ├── f.glyph │ ├── filledR_ect.glyph │ ├── fisheye.glyph │ ├── five.glyph │ ├── four.glyph │ ├── foursuperior.glyph │ ├── fraction.glyph │ ├── fullB_lock.glyph │ ├── g.glyph │ ├── g.ss01.glyph │ ├── gbreve.glyph │ ├── gcommaaccent.glyph │ ├── gdotaccent.glyph │ ├── germandbls.glyph │ ├── grave.glyph │ ├── gravecomb.glyph │ ├── greater.glyph │ ├── greaterequal.glyph │ ├── guillemetleft.glyph │ ├── guillemetright.glyph │ ├── guilsinglleft.glyph │ ├── guilsinglright.glyph │ ├── h.glyph │ ├── hbar.glyph │ ├── hookabovecomb.glyph │ ├── horncomb.glyph │ ├── hungarumlaut.glyph │ ├── hungarumlautcomb.glyph │ ├── hyphen.glyph │ ├── i.glyph │ ├── iacute.glyph │ ├── icircumflex.glyph │ ├── idieresis.glyph │ ├── idotbelow.glyph │ ├── idotless.glyph │ ├── igrave.glyph │ ├── ihookabove.glyph │ ├── ij.glyph │ ├── ijacute.glyph │ ├── imacron.glyph │ ├── inverseW_hiteC_ircle.glyph │ ├── iogonek.glyph │ ├── itilde.glyph │ ├── j.glyph │ ├── jdotless.glyph │ ├── k.glyph │ ├── kcommaaccent.glyph │ ├── kgreenlandic.glyph │ ├── khook.glyph │ ├── l.glyph │ ├── lacute.glyph │ ├── lcaron.glyph │ ├── lcommaaccent.glyph │ ├── ldot.glyph │ ├── leftA_rrow.glyph │ ├── leftB_lackP_ointer.glyph │ ├── leftB_lock.glyph │ ├── leftF_iveE_ighthsB_lock.glyph │ ├── leftO_neE_ighthB_lock.glyph │ ├── leftO_neQ_uarterB_lock.glyph │ ├── leftS_evenE_ighthsB_lock.glyph │ ├── leftT_hreeE_ighthsB_lock.glyph │ ├── leftT_hreeQ_uartersB_lock.glyph │ ├── less.glyph │ ├── lessequal.glyph │ ├── lj.glyph │ ├── logicalnot.glyph │ ├── longs.glyph │ ├── lowerF_iveE_ighthsB_lock.glyph │ ├── lowerH_alfB_lock.glyph │ ├── lowerL_eftB_lock.glyph │ ├── lowerO_neE_ighthB_lock.glyph │ ├── lowerO_neQ_uarterB_lock.glyph │ ├── lowerR_ightB_lock.glyph │ ├── lowerS_evenE_ighthsB_lock.glyph │ ├── lowerT_hreeE_ighthsB_lock.glyph │ ├── lowerT_hreeQ_uartersB_lock.glyph │ ├── lozenge.glyph │ ├── lslash.glyph │ ├── m.glyph │ ├── macron.glyph │ ├── macroncomb.glyph │ ├── micro.glyph │ ├── minus.glyph │ ├── minute.glyph │ ├── multiply.glyph │ ├── n.glyph │ ├── nacute.glyph │ ├── napostrophe.glyph │ ├── nbspace.glyph │ ├── ncaron.glyph │ ├── ncommaaccent.glyph │ ├── ndotaccent.glyph │ ├── ngrave.glyph │ ├── nine.glyph │ ├── nj.glyph │ ├── ntilde.glyph │ ├── numbersign.glyph │ ├── o.glyph │ ├── oacute.glyph │ ├── ocircumflex.glyph │ ├── ocircumflexacute.glyph │ ├── ocircumflexdotbelow.glyph │ ├── ocircumflexgrave.glyph │ ├── ocircumflexhookabove.glyph │ ├── ocircumflextilde.glyph │ ├── odieresis.glyph │ ├── odotbelow.glyph │ ├── oe.glyph │ ├── ogonek.glyph │ ├── ogonekcomb.glyph │ ├── ograve.glyph │ ├── ohookabove.glyph │ ├── ohorn.alt.glyph │ ├── ohorn.glyph │ ├── ohornacute.glyph │ ├── ohorndotbelow.glyph │ ├── ohorngrave.glyph │ ├── ohornhookabove.glyph │ ├── ohorntilde.glyph │ ├── ohungarumlaut.glyph │ ├── omacron.glyph │ ├── one.glyph │ ├── onehalf.glyph │ ├── onequarter.glyph │ ├── onesuperior.glyph │ ├── oogonek.glyph │ ├── optionK_ey.glyph │ ├── ordfeminine.glyph │ ├── ordmasculine.glyph │ ├── oslash.glyph │ ├── otilde.glyph │ ├── p.glyph │ ├── paragraph.glyph │ ├── parenleft.glyph │ ├── parenright.glyph │ ├── percent.glyph │ ├── period.glyph │ ├── periodcentered.glyph │ ├── plus.glyph │ ├── plusminus.glyph │ ├── propellor.glyph │ ├── proportion.glyph │ ├── q.glyph │ ├── question.glyph │ ├── questiondown.glyph │ ├── quotedbl.glyph │ ├── quotedblbase.glyph │ ├── quotedblleft.glyph │ ├── quotedblright.glyph │ ├── quoteleft.glyph │ ├── quoteright.glyph │ ├── quotesinglbase.glyph │ ├── quotesingle.glyph │ ├── r.glyph │ ├── racute.glyph │ ├── rcaron.glyph │ ├── registered.glyph │ ├── replacementC_haracter.glyph │ ├── rightA_rrow.glyph │ ├── rightB_lackP_ointer.glyph │ ├── rightB_lock.glyph │ ├── rightO_neE_ighthB_lock.glyph │ ├── rightwardsD_oubleA_rrow.glyph │ ├── ring.glyph │ ├── ringcomb.glyph │ ├── s.glyph │ ├── sacute.glyph │ ├── scaron.glyph │ ├── scedilla.glyph │ ├── schwa.glyph │ ├── scommaaccent.glyph │ ├── sdotbelow.glyph │ ├── second.glyph │ ├── section.glyph │ ├── semicolon.glyph │ ├── seven.glyph │ ├── shadedark.glyph │ ├── shadelight.glyph │ ├── shademedium.glyph │ ├── six.glyph │ ├── slash.glyph │ ├── space.glyph │ ├── sterling.glyph │ ├── t.glyph │ ├── tcaron.glyph │ ├── tcedilla.glyph │ ├── tcommaaccent.glyph │ ├── thorn.glyph │ ├── three.glyph │ ├── threequarters.glyph │ ├── threesuperior.glyph │ ├── tilde.glyph │ ├── tildecomb.glyph │ ├── trademark.glyph │ ├── two.glyph │ ├── twosuperior.glyph │ ├── u.glyph │ ├── uacute.glyph │ ├── ucircumflex.glyph │ ├── udieresis.glyph │ ├── udotbelow.glyph │ ├── ugrave.glyph │ ├── uhookabove.glyph │ ├── uhorn.alt.glyph │ ├── uhorn.glyph │ ├── uhornacute.glyph │ ├── uhorndotbelow.glyph │ ├── uhorngrave.glyph │ ├── uhornhookabove.glyph │ ├── uhorntilde.glyph │ ├── uhungarumlaut.glyph │ ├── umacron.glyph │ ├── underscore.glyph │ ├── uogonek.glyph │ ├── upA_rrow.glyph │ ├── upB_lackT_riangle.glyph │ ├── upperH_alfB_lock.glyph │ ├── upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glyph │ ├── upperL_eftA_ndL_owerR_ightB_lock.glyph │ ├── upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glyph │ ├── upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glyph │ ├── upperL_eftB_lock.glyph │ ├── upperO_neE_ighthB_lock.glyph │ ├── upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glyph │ ├── upperR_ightA_ndL_owerL_eftB_lock.glyph │ ├── upperR_ightB_lock.glyph │ ├── uring.glyph │ ├── utilde.glyph │ ├── v.glyph │ ├── verticallinebelowcomb.glyph │ ├── w.glyph │ ├── wacute.glyph │ ├── wcircumflex.glyph │ ├── wdieresis.glyph │ ├── wgrave.glyph │ ├── whiteC_ircle.glyph │ ├── whiteS_mallS_quare.glyph │ ├── whiteS_quare.glyph │ ├── x.glyph │ ├── y.glyph │ ├── yacute.glyph │ ├── ycircumflex.glyph │ ├── ydieresis.glyph │ ├── ydotbelow.glyph │ ├── yen.glyph │ ├── ygrave.glyph │ ├── yhook.glyph │ ├── yhookabove.glyph │ ├── ytilde.glyph │ ├── z.glyph │ ├── zacute.glyph │ ├── zcaron.glyph │ ├── zdotaccent.glyph │ └── zero.glyph └── order.plist └── config.yaml /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/python-version.txt: -------------------------------------------------------------------------------- 1 | 3.12 2 | -------------------------------------------------------------------------------- /.github/workflows/build-test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/.github/workflows/build-test.yml -------------------------------------------------------------------------------- /.github/workflows/diffenator2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/.github/workflows/diffenator2.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/AUTHORS.txt -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CONTRIBUTORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/CONTRIBUTORS.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/Makefile -------------------------------------------------------------------------------- /OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/OFL.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/README.md -------------------------------------------------------------------------------- /TRADEMARKS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/TRADEMARKS.md -------------------------------------------------------------------------------- /documentation/article/01_Section_1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/documentation/article/01_Section_1.mp4 -------------------------------------------------------------------------------- /documentation/article/02_Section_2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/documentation/article/02_Section_2.mp4 -------------------------------------------------------------------------------- /documentation/article/03_Section_3a.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/documentation/article/03_Section_3a.mp4 -------------------------------------------------------------------------------- /documentation/article/04_Section_3b.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/documentation/article/04_Section_3b.mp4 -------------------------------------------------------------------------------- /documentation/article/05_Section_3c.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/documentation/article/05_Section_3c.mp4 -------------------------------------------------------------------------------- /documentation/article/06_Section_4.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/documentation/article/06_Section_4.mp4 -------------------------------------------------------------------------------- /documentation/article/ARTICLE.en_us.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/documentation/article/ARTICLE.en_us.html -------------------------------------------------------------------------------- /documentation/article/google-sans-code-sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/documentation/article/google-sans-code-sample.png -------------------------------------------------------------------------------- /metadata/METADATA.pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/metadata/METADATA.pb -------------------------------------------------------------------------------- /qa/check-gscode-checks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/qa/check-gscode-checks.py -------------------------------------------------------------------------------- /qa/check-gscode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/qa/check-gscode.py -------------------------------------------------------------------------------- /requirements-test.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/requirements-test.in -------------------------------------------------------------------------------- /requirements-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/requirements-test.txt -------------------------------------------------------------------------------- /requirements.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/requirements.in -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/requirements.txt -------------------------------------------------------------------------------- /scripts/read-config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/scripts/read-config.py -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/fontinfo.plist -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_E_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_breve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_breve.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_macron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_ogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_ring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_ring.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/A_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/B_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/B_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/B_hook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/B_hook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/C_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/C_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/C_R_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/C_R_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/C_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/C_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/C_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/C_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/D_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/D_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/D_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/D_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/D_croat.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/D_croat.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/D_hook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/D_hook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/D_zcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/D_zcaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_macron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_ng.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_ng.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_ogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_th.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_th.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/E_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/F_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/F_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/G_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/G_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/G_breve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/G_breve.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/H_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/H_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/H_bar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/H_bar.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_J_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_macron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_ogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/I_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/J_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/K_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/K_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/K_hook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/K_hook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_J_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_dot.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_dot.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_j.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_j.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_slash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/L_slash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/M_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/M_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_J_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_U_L_L_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_U_L_L_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_j.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_j.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/N_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_E_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_horn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_horn.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_macron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_ogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_slash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_slash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/O_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/P_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/P_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/Q_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/Q_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/R_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/R_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/R_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/R_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/R_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/R_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/S_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/S_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/S_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/S_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/S_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/S_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/S_chwa.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/S_chwa.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/T_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/T_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/T_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/T_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/T_horn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/T_horn.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_horn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_horn.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_macron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_ogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_ring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_ring.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/U_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/V_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/V_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/W_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/W_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/W_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/W_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/W_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/W_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/X_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/X_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/Y_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/Y_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/Y_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/Y_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/Y_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/Y_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/Y_hook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/Y_hook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/Y_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/Y_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/Z_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/Z_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/Z_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/Z_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/Z_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/Z_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/_notdef.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/_notdef.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/a.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/a.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/aacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/aacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/abreve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/abreve.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/ae.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/ae.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/aeacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/aeacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/agrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/agrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/amacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/amacron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/aogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/aogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/aring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/aring.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/asterisk.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/asterisk.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/at.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/at.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/atilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/atilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/b.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/b.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/bar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/bar.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/bhook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/bhook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/breve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/breve.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/bullet.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/bullet.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/c.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/c.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/cacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/cacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/ccaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/ccaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/ccedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/ccedilla.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/cedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/cedilla.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/cent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/cent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/colon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/colon.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/comma.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/comma.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/currency.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/currency.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/d.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/d.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/dcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/dcaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/dcroat.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/dcroat.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/degree.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/degree.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/dhook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/dhook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/dieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/divide.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/divide.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/dollar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/dollar.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/dong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/dong.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/dzcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/dzcaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/e.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/e.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/eacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/eacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/ecaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/ecaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/egrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/egrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/eight.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/eight.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/ellipsis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/ellipsis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/emacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/emacron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/emdash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/emdash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/endash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/endash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/eng.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/eng.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/eogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/eogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/equal.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/equal.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/eth.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/eth.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/etilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/etilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/euro.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/euro.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/exclam.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/exclam.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/f.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/f.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/fisheye.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/fisheye.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/five.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/five.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/four.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/four.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/fraction.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/fraction.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/g.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/g.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/g.ss01.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/g.ss01.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/gbreve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/gbreve.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/greater.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/greater.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/h.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/h.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/hbar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/hbar.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/horncomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/horncomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/hyphen.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/hyphen.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/i.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/i.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/iacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/iacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/idotless.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/idotless.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/igrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/igrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/ij.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/ij.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/ijacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/ijacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/imacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/imacron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/iogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/iogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/itilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/itilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/j.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/j.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/jdotless.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/jdotless.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/k.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/k.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/khook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/khook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/l.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/l.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/lacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/lacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/lcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/lcaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/ldot.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/ldot.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/less.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/less.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/lj.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/lj.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/longs.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/longs.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/lozenge.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/lozenge.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/lslash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/lslash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/m.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/m.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/macron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/micro.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/micro.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/minus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/minus.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/minute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/minute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/n.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/n.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/nine.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/nine.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/nj.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/nj.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/o.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/o.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/oe.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/oe.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/ohorn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/ohorn.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/one.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/one.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/p.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/p.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/plus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/plus.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/q.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/q.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/r.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/r.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/ring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/ring.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/s.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/s.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/schwa.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/schwa.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/seven.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/seven.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/six.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/six.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/slash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/slash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/space.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/space.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/t.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/t.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/thorn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/thorn.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/three.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/three.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/two.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/two.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/u.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/u.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/uhorn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/uhorn.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/uring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/uring.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/v.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/v.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/w.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/w.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/x.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/x.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/y.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/y.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/yen.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/yen.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/yhook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/yhook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/z.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/z.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/glyphs/zero.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/glyphs/zero.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode-Italic.glyphspackage/order.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode-Italic.glyphspackage/order.plist -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/fontinfo.plist -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_E_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_E_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_E_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_breve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_breve.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_breveacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_breveacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_brevegrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_brevegrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_brevetilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_brevetilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_circumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_circumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_dieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_dotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_hookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_hookabove.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_macron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_ogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_ring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_ring.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/A_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/A_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/B_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/B_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/B_hook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/B_hook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/C_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/C_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/C_R_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/C_R_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/C_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/C_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/C_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/C_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/C_cedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/C_cedilla.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/C_dotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/C_dotaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/D_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/D_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/D_Z_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/D_Z_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/D_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/D_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/D_croat.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/D_croat.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/D_hook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/D_hook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/D_zcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/D_zcaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_circumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_circumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_dieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_dotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_dotaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_dotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_hookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_hookabove.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_macron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_ng.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_ng.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_ogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_th.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_th.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/E_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/E_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/F_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/F_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/G_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/G_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/G_breve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/G_breve.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/G_dotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/G_dotaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/G_ermandbls.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/G_ermandbls.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/H_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/H_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/H_bar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/H_bar.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_J_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_J_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_J_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_circumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_circumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_dieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_dotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_dotaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_dotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_hookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_hookabove.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_macron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_ogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/I_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/I_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/J_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/K_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/K_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/K_hook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/K_hook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/L_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/L_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/L_J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/L_J_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/L_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/L_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/L_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/L_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/L_dot.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/L_dot.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/L_j.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/L_j.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/L_slash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/L_slash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/M_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/M_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/N_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/N_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/N_J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/N_J_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/N_U_L_L_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/N_U_L_L_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/N_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/N_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/N_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/N_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/N_dotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/N_dotaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/N_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/N_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/N_j.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/N_j.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/N_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/N_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_E_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_circumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_circumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_dieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_dotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_hookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_hookabove.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_horn.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_horn.alt.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_horn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_horn.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_hornacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_hornacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_horngrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_horngrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_horntilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_horntilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_macron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_ogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_slash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_slash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/O_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/O_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/P_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/P_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Q_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Q_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/R_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/R_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/R_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/R_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/R_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/R_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/S_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/S_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/S_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/S_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/S_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/S_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/S_cedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/S_cedilla.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/S_chwa.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/S_chwa.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/S_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/S_dotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/T_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/T_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/T_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/T_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/T_cedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/T_cedilla.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/T_horn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/T_horn.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_circumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_circumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_dieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_dotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_hookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_hookabove.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_horn.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_horn.alt.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_horn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_horn.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_hornacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_hornacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_horngrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_horngrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_horntilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_horntilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_macron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_ogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_ring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_ring.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/U_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/U_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/V_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/V_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/W_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/W_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/W_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/W_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/W_circumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/W_circumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/W_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/W_dieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/W_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/W_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/X_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/X_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Y_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Y_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Y_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Y_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Y_circumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Y_circumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Y_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Y_dieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Y_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Y_dotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Y_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Y_grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Y_hook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Y_hook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Y_hookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Y_hookabove.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Y_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Y_tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Z_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Z_.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Z_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Z_acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Z_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Z_caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/Z_dotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/Z_dotaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/_notdef.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/_notdef.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/a.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/a.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/aacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/aacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/abreve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/abreve.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/abreveacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/abreveacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/abrevegrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/abrevegrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/abrevetilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/abrevetilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/acircumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/acircumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/acute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/acutecomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/acutecomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/adieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/adieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/adotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/adotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ae.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ae.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/aeacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/aeacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/agrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/agrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ahookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ahookabove.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/amacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/amacron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ampersand.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ampersand.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/aogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/aogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/aring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/aring.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/asciicircum.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/asciicircum.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/asciitilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/asciitilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/asterisk.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/asterisk.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/at.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/at.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/atilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/atilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/b.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/b.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/backslash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/backslash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/bar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/bar.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/bhook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/bhook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/blackC_ircle.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/blackC_ircle.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/blackS_quare.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/blackS_quare.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/boxH_eavyU_p.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/boxH_eavyU_p.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/boxL_ightU_p.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/boxL_ightU_p.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/braceleft.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/braceleft.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/braceright.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/braceright.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/bracketleft.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/bracketleft.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/bracketright.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/bracketright.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/breve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/breve.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/brevecomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/brevecomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/brokenbar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/brokenbar.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/bullet.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/bullet.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/c.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/c.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/cacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/cacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/caron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/caroncomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/caroncomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ccaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ccaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ccedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ccedilla.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/cdotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/cdotaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/cedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/cedilla.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/cedillacomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/cedillacomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/cent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/cent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/circumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/circumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/colon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/colon.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/comma.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/comma.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/copyright.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/copyright.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/currency.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/currency.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/d.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/d.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/dcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/dcaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/dcroat.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/dcroat.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/degree.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/degree.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/dhook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/dhook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/dieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/dieresiscomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/dieresiscomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/divide.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/divide.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/dollar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/dollar.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/dong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/dong.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/dotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/dotaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/dotbelowcomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/dotbelowcomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/downA_rrow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/downA_rrow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/dzcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/dzcaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/e.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/e.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/eacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/eacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ecaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ecaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ecircumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ecircumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/edieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/edieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/edotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/edotaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/edotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/edotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/egrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/egrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ehookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ehookabove.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/eight.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/eight.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ellipsis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ellipsis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/emacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/emacron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/emdash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/emdash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/endash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/endash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/eng.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/eng.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/eogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/eogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/equal.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/equal.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/eth.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/eth.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/etilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/etilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/euro.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/euro.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/exclam.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/exclam.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/exclamdown.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/exclamdown.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/f.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/f.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/filledR_ect.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/filledR_ect.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/fisheye.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/fisheye.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/five.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/five.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/four.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/four.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/foursuperior.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/foursuperior.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/fraction.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/fraction.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/fullB_lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/fullB_lock.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/g.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/g.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/g.ss01.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/g.ss01.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/gbreve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/gbreve.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/gcommaaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/gcommaaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/gdotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/gdotaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/germandbls.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/germandbls.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/grave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/gravecomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/gravecomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/greater.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/greater.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/greaterequal.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/greaterequal.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/h.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/h.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/hbar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/hbar.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/horncomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/horncomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/hungarumlaut.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/hungarumlaut.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/hyphen.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/hyphen.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/i.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/i.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/iacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/iacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/icircumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/icircumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/idieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/idieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/idotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/idotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/idotless.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/idotless.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/igrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/igrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ihookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ihookabove.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ij.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ij.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ijacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ijacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/imacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/imacron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/iogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/iogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/itilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/itilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/j.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/j.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/jdotless.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/jdotless.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/k.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/k.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/kcommaaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/kcommaaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/kgreenlandic.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/kgreenlandic.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/khook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/khook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/l.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/l.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/lacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/lacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/lcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/lcaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/lcommaaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/lcommaaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ldot.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ldot.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/leftA_rrow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/leftA_rrow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/leftB_lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/leftB_lock.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/less.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/less.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/lessequal.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/lessequal.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/lj.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/lj.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/logicalnot.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/logicalnot.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/longs.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/longs.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/lozenge.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/lozenge.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/lslash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/lslash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/m.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/m.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/macron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/macroncomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/macroncomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/micro.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/micro.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/minus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/minus.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/minute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/minute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/multiply.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/multiply.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/n.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/n.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/nacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/nacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/napostrophe.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/napostrophe.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/nbspace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/nbspace.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ncaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ncaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ncommaaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ncommaaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ndotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ndotaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ngrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ngrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/nine.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/nine.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/nj.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/nj.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ntilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ntilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/numbersign.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/numbersign.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/o.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/o.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/oacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/oacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ocircumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ocircumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/odieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/odieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/odotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/odotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/oe.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/oe.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ogonekcomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ogonekcomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ograve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ograve.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ohookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ohookabove.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ohorn.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ohorn.alt.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ohorn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ohorn.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ohornacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ohornacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ohorngrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ohorngrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ohorntilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ohorntilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/omacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/omacron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/one.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/one.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/onehalf.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/onehalf.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/onequarter.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/onequarter.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/onesuperior.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/onesuperior.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/oogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/oogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/optionK_ey.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/optionK_ey.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ordfeminine.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ordfeminine.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ordmasculine.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ordmasculine.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/oslash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/oslash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/otilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/otilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/p.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/p.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/paragraph.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/paragraph.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/parenleft.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/parenleft.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/parenright.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/parenright.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/percent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/percent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/period.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/period.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/plus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/plus.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/plusminus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/plusminus.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/propellor.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/propellor.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/proportion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/proportion.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/q.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/q.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/question.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/question.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/questiondown.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/questiondown.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/quotedbl.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/quotedbl.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/quotedblbase.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/quotedblbase.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/quotedblleft.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/quotedblleft.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/quoteleft.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/quoteleft.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/quoteright.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/quoteright.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/quotesingle.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/quotesingle.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/r.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/r.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/racute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/racute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/rcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/rcaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/registered.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/registered.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/rightA_rrow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/rightA_rrow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/rightB_lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/rightB_lock.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ring.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ringcomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ringcomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/s.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/s.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/sacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/sacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/scaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/scaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/scedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/scedilla.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/schwa.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/schwa.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/scommaaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/scommaaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/sdotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/sdotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/second.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/second.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/section.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/section.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/semicolon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/semicolon.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/seven.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/seven.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/shadedark.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/shadedark.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/shadelight.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/shadelight.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/shademedium.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/shademedium.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/six.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/six.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/slash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/slash.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/space.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/space.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/sterling.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/sterling.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/t.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/t.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/tcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/tcaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/tcedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/tcedilla.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/tcommaaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/tcommaaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/thorn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/thorn.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/three.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/three.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/tilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/tildecomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/tildecomb.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/trademark.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/trademark.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/two.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/two.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/twosuperior.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/twosuperior.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/u.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/u.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/uacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/uacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ucircumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ucircumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/udieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/udieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/udotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/udotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ugrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ugrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/uhookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/uhookabove.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/uhorn.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/uhorn.alt.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/uhorn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/uhorn.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/uhornacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/uhornacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/uhorngrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/uhorngrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/uhorntilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/uhorntilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/umacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/umacron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/underscore.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/underscore.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/uogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/uogonek.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/upA_rrow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/upA_rrow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/uring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/uring.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/utilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/utilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/v.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/v.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/w.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/w.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/wacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/wacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/wcircumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/wcircumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/wdieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/wdieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/wgrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/wgrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/whiteC_ircle.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/whiteC_ircle.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/whiteS_quare.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/whiteS_quare.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/x.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/x.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/y.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/y.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/yacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/yacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ycircumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ycircumflex.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ydieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ydieresis.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ydotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ydotbelow.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/yen.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/yen.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ygrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ygrave.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/yhook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/yhook.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/yhookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/yhookabove.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/ytilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/ytilde.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/z.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/z.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/zacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/zacute.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/zcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/zcaron.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/zdotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/zdotaccent.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/glyphs/zero.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/glyphs/zero.glyph -------------------------------------------------------------------------------- /sources/GoogleSansCode.glyphspackage/order.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/GoogleSansCode.glyphspackage/order.plist -------------------------------------------------------------------------------- /sources/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlefonts/googlesans-code/HEAD/sources/config.yaml --------------------------------------------------------------------------------