mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Remove proxima-nova font and use Roboto
This commit is contained in:
BIN
client/app/fonts/Roboto-Bold.ttf
Executable file
BIN
client/app/fonts/Roboto-Bold.ttf
Executable file
Binary file not shown.
BIN
client/app/fonts/Roboto-Italic.ttf
Executable file
BIN
client/app/fonts/Roboto-Italic.ttf
Executable file
Binary file not shown.
BIN
client/app/fonts/Roboto-Regular.ttf
Executable file
BIN
client/app/fonts/Roboto-Regular.ttf
Executable file
Binary file not shown.
Binary file not shown.
@@ -3,16 +3,35 @@
|
||||
|
||||
/* sass-lint:disable variable-for-property */
|
||||
@font-face {
|
||||
font-family: 'proxima-nova';
|
||||
src: url('../fonts/proximanova-regular.woff');
|
||||
font-family: "Roboto";
|
||||
src: url("../fonts/Roboto-Regular.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
src: url('../fonts/robotomono-regular.ttf');
|
||||
font-family: "Roboto";
|
||||
src: url("../fonts/Roboto-Bold.ttf") format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
src: url("../fonts/Roboto-Italic.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto Mono";
|
||||
src: url("../fonts/RobotoMono-Regular.ttf");
|
||||
}
|
||||
/* sass-lint:enable variable-for-property */
|
||||
|
||||
* {
|
||||
font-family: $font-family-regular;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -47,3 +47,5 @@ $timeline-height: 55px;
|
||||
/* specific elements */
|
||||
$body-background-color: $color-purple-25;
|
||||
$label-background-color: transparentize($color-purple-25, 0.3);
|
||||
|
||||
$font-family-regular: "Roboto";
|
||||
|
||||
Reference in New Issue
Block a user