Skip to content

Instantly share code, notes, and snippets.

@cobaltapps
Created September 21, 2022 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cobaltapps/d8671a0f9721a614b5dfbdcbe1a73286 to your computer and use it in GitHub Desktop.
Save cobaltapps/d8671a0f9721a614b5dfbdcbe1a73286 to your computer and use it in GitHub Desktop.
Dynamik Custom Fonts Hook Box CSS Code
@font-face {
font-family: 'My Custom Font';
src: url('https://my-site.com/wp-content/uploads/dynamik-gen/fonts/my-custom-webfont.woff2') format('woff2'),
url('https://my-site.com/wp-content/uploads/dynamik-gen/fonts/my-custom-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment