-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
177 additions
and
229 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,161 @@ | ||
/*@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans Hair'), | ||
url('ttf/FiraSans-Hair.ttf') format('truetype'); | ||
font-weight: 100; | ||
font-style: normal; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans Hair Italic'), | ||
url('ttf/FiraSans-HairItalic.ttf') format('truetype'); | ||
font-weight: 100; | ||
font-style: italic; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans UltraLight'), | ||
url('ttf/FiraSans-UltraLight.ttf') format('truetype'); | ||
font-weight: 200; | ||
font-style: normal; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans UltraLight Italic'), | ||
url('ttf/FiraSans-UltraLightItalic.ttf') format('truetype'); | ||
font-weight: 200; | ||
font-style: italic; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans Light'), | ||
url('ttf/FiraSans-Light.ttf') format('truetype'); | ||
font-weight: 300; | ||
font-style: normal; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans Light Italic'), | ||
url('ttf/FiraSans-LightItalic.ttf') format('truetype'); | ||
font-weight: 300; | ||
font-style: italic; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans Regular'), | ||
url('ttf/FiraSans-Regular.ttf') format('truetype'); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans Regular Italic'), | ||
url('ttf/FiraSans-Italic.ttf') format('truetype'); | ||
font-weight: 400; | ||
font-style: italic; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans Medium'), | ||
url('ttf/FiraSans-Medium.ttf') format('truetype'); | ||
font-weight: 500; | ||
font-style: normal; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans Medium Italic'), | ||
url('ttf/FiraSans-MediumItalic.ttf') format('truetype'); | ||
font-weight: 500; | ||
font-style: italic; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans SemiBold'), | ||
url('ttf/FiraSans-SemiBold.ttf') format('truetype'); | ||
font-weight: 600; | ||
font-style: normal; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans SemiBold Italic'), | ||
url('ttf/FiraSans-SemiBoldItalic.ttf') format('truetype'); | ||
font-weight: 600; | ||
font-style: italic; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans Bold'), | ||
url('ttf/FiraSans-Bold.ttf') format('truetype'); | ||
font-weight: 700; | ||
font-style: normal; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans Bold Italic'), | ||
url('ttf/FiraSans-BoldItalic.ttf') format('truetype'); | ||
font-weight: 700; | ||
font-style: italic; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans ExtraBold'), | ||
url('ttf/FiraSans-ExtraBold.ttf') format('truetype'); | ||
font-weight: 800; | ||
font-style: normal; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans ExtraBold Italic'), | ||
url('ttf/FiraSans-ExtraBoldItalic.ttf') format('truetype'); | ||
font-weight: 800; | ||
font-style: italic; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans Heavy'), | ||
url('ttf/FiraSans-Heavy.ttf') format('truetype'); | ||
font-weight: 900; | ||
font-style: normal; | ||
} | ||
@font-face{ | ||
font-family: 'Fira Sans'; | ||
src: local('Fira Sans Heavy Italic'), | ||
url('ttf/FiraSans-HeavyItalic.ttf') format('truetype'); | ||
font-weight: 900; | ||
font-style: italic; | ||
}*/ | ||
|
||
|
||
@font-face{ | ||
font-family: 'Fira Mono'; | ||
src: local('Fira Mono'), | ||
url('ttf/FiraMono-Regular.ttf') format('truetype'); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
|
||
@font-face{ | ||
font-family: 'Fira Mono'; | ||
src: local('Fira Mono Bold'), | ||
url('ttf/FiraMono-Bold.ttf') format('truetype'); | ||
font-weight: 600; | ||
font-style: normal; | ||
} | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.