Skip to content

Instantly share code, notes, and snippets.

@nhobi
Last active October 26, 2025 16:17
Show Gist options
  • Select an option

  • Save nhobi/730d421dbf9436cb688955c05de922c6 to your computer and use it in GitHub Desktop.

Select an option

Save nhobi/730d421dbf9436cb688955c05de922c6 to your computer and use it in GitHub Desktop.
www-codecareermastery
@font-face {
font-family: Display;
src: url(https://font-public.canva.com/YAFcfqJdReQ/0/subsets/ARCINGDT.0ba0f4d65d27ffaf8aea6df3e58fade.87ebbe75b359376e1e8b9b69bd783cc.woff2);
}
@font-face {
font-family: Body;
weight: bold;
src: url(//font-public.canva.com/YAFdJn5d8s0/0/Aileron-Bold.d626942d7f2d1a723c211b79dc9.83a1bcd0ead0443eec51934c4bce7519.woff2);
}
@font-face {
font-family: Body;
weight: regular;
src: url(//font-public.canva.com/YAFdJn5d8s0/0/AileronRegular.d321fa78bb7190a8ca7e14213.efb8e00a810ae053334deaa5cdde1d26.woff2);
}
h1.text-component > *, h2.text-component > *, h3.text-component > * {
font-family: Display;
line-height: .9 !important;
text-shadow: 0px 1px 9px #265db2
}
p.text-component, p.text-component > * {
font-family: "Body" !important;
text-shadow: 0px 1px 9px #265db2
}
* {
-webkit-font-smoothing: antialias;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment