Created
September 26, 2019 07:04
-
-
Save hmowais/91884549a615fcc3a9fdeec95bed0eaf to your computer and use it in GitHub Desktop.
Different Font-Family for Numeric Values
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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