-
Notifications
You must be signed in to change notification settings - Fork 2
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
19 changed files
with
572 additions
and
513 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
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,97 @@ | ||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: italic; | ||
font-weight: 100; | ||
src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), | ||
url("./Roboto-ThinItalic.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: italic; | ||
font-weight: 300; | ||
src: local("Roboto Light Italic"), local("Roboto-LightItalic"), | ||
url("./Roboto-LightItalic.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: italic; | ||
font-weight: 400; | ||
src: local("Roboto Italic"), local("Roboto-Italic"), | ||
url("./Roboto-Italic.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: italic; | ||
font-weight: 500; | ||
src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), | ||
url("./Roboto-MediumItalic.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: italic; | ||
font-weight: 700; | ||
src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), | ||
url(/Roboto-BoldItalic.ttf); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: italic; | ||
font-weight: 900; | ||
src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), | ||
url("./Roboto-BlackItalic.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 100; | ||
src: local("Roboto Thin"), local("Roboto-Thin"), url("./Roboto-Thin.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local("Roboto Light"), local("Roboto-Light"), url("./Roboto-Light.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("Roboto"), local("Roboto-Regular"), url("./Roboto-Regular.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 500; | ||
src: local("Roboto Medium"), local("Roboto-Medium"), | ||
url("./Roboto-Medium.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: local("Roboto Bold"), local("Roboto-Bold"), url("./Roboto-Bold.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto"; | ||
font-style: normal; | ||
font-weight: 900; | ||
src: local("Roboto Black"), local("Roboto-Black"), url("./Roboto-Black.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto Light"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local("Roboto Light"), local("Roboto-Light"), url("./Roboto-Light.ttf"); | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.