Skip to content

Instantly share code, notes, and snippets.

@joohyung-park
Created May 26, 2023 02:16
Show Gist options
  • Select an option

  • Save joohyung-park/a74d1ca7acc91feb104f1e937164e3ee to your computer and use it in GitHub Desktop.

Select an option

Save joohyung-park/a74d1ca7acc91feb104f1e937164e3ee to your computer and use it in GitHub Desktop.
LektonCode
@font-face {
font-family: 'LektonCodeBold';
src: url('/assets/fonts/lektoncode/384cf2460d85ca20c3343b567ae51077/e3ba6d49a3548601a03f88d18b02896d/LektonCodeBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'LektonCodeItalic';
src: url('/assets/fonts/lektoncode/384cf2460d85ca20c3343b567ae51077/11b6b6c01d0c212bff179909b842ca6a/LektonCodeItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'LektonCodeRegular';
src: url('/assets/fonts/lektoncode/384cf2460d85ca20c3343b567ae51077/42b53069655ba86fa706cacdc9fd3b33/LektonCodeRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* The following rules are deprecated. */
@font-face {
font-family: 'LektonCode';
src: url('/assets/fonts/lektoncode/384cf2460d85ca20c3343b567ae51077/e3ba6d49a3548601a03f88d18b02896d/LektonCodeBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'LektonCode';
src: url('/assets/fonts/lektoncode/384cf2460d85ca20c3343b567ae51077/11b6b6c01d0c212bff179909b842ca6a/LektonCodeItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'LektonCode';
src: url('/assets/fonts/lektoncode/384cf2460d85ca20c3343b567ae51077/42b53069655ba86fa706cacdc9fd3b33/LektonCodeRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment