Skip to content

Instantly share code, notes, and snippets.

@NazCodeland
Created June 28, 2024 20:50
Show Gist options
  • Save NazCodeland/0c642f6a17485afc4bcf756413703d99 to your computer and use it in GitHub Desktop.
Save NazCodeland/0c642f6a17485afc4bcf756413703d99 to your computer and use it in GitHub Desktop.
css font-face
@font-face {
font-family: 'Alkes';
src: url('./lib/styles/fonts/Alkes-Regular.woff') format('woff'),
url('./lib/styles/fonts/Alkes-Regular.woff') format('woff');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment