DreamersTheme Blue-Green Version (Construct 3 Themes)

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Hello, very beautiful. Can you help modify the font of script? I recommend “hack“ font!

    • Hello chunchun

      A new release is available with the 'Hack' font in the scripting area. Below is the code used in case you would like to edit it in the future. As a side note, the font was larger than the original so I decreased it by 8%.

      {

      font-family: "Hack";

      src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/ttf/hack-regular.ttf") format("ttf"),

      src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-regular.woff") format("woff"),

      src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-regular.woff2") format("woff2"),

      }

      .CodeMirror-code {

      font-family: 'Hack', sans-serif;

      font-weight:normal;

      font-style:normal;

      font-size: 92%

      }

      Line 4381 to 4392. Good luck! Stay safe.