diff --git a/apps/contourclock/custom.html b/apps/contourclock/custom.html index 6e5f6342c..71cc788c7 100644 --- a/apps/contourclock/custom.html +++ b/apps/contourclock/custom.html @@ -21,7 +21,7 @@ console.log("TEST"); const FontList = ["Teko", "LuckiestGuy", "Bangers", "RubikOne", "Oswald", "Anton", "TitanOne", "BarlowCond", "BebasNeue", "Dekko", "DinAlternate", "Impact", "Nunito", "OpenSansEC", "Phosphate", "Quicksand", "SairaEC", - "Yumaro", "YuseiMagic"]; + "Yumaro", "YuseiMagic", "MouseMemoirs", "ArchivoNarrow", "FjallaOne", "NerkoOne"]; for (fontName of FontList) { var cb = document.createElement('input'); cb.type = 'checkbox';