Skip to content

Instantly share code, notes, and snippets.

@hmowais
Created September 26, 2019 07:04
Show Gist options
  • Save hmowais/91884549a615fcc3a9fdeec95bed0eaf to your computer and use it in GitHub Desktop.
Save hmowais/91884549a615fcc3a9fdeec95bed0eaf to your computer and use it in GitHub Desktop.
Different Font-Family for Numeric Values
@font-face {
font-family: 'AlbondigasFree';
font-style: normal;
font-weight: 400;
src: url(../custom-fonts/Albondigas.ttf),local('KeepCalm-Medium');
unicode-range: U+0-2f, U+40-10FFFF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment