Using Google font: Roboto
This commit is contained in:
parent
111b321722
commit
20189a709b
@ -1,5 +1,3 @@
|
|||||||
/*******************************
|
/*******************************
|
||||||
Site Overrides
|
Site Overrides
|
||||||
*******************************/
|
*******************************/
|
||||||
|
|
||||||
@importGoogleFonts: false;
|
|
||||||
|
@ -1,7 +1,17 @@
|
|||||||
/*******************************
|
/*******************************
|
||||||
User Global Variables
|
User Global Variables
|
||||||
*******************************/
|
*******************************/
|
||||||
@importGoogleFonts: false;
|
|
||||||
|
@importGoogleFonts: true;
|
||||||
|
|
||||||
|
@fontName : 'Roboto Mono';
|
||||||
|
|
||||||
|
@emSize : 14px;
|
||||||
|
@fontSize : 13px;
|
||||||
|
|
||||||
|
/*-------------------
|
||||||
|
Site Colors
|
||||||
|
--------------------*/
|
||||||
|
|
||||||
@primaryColor: #3CB5B5;
|
@primaryColor: #3CB5B5;
|
||||||
@secondaryColor: #43C9C9;
|
@secondaryColor: #43C9C9;
|
||||||
@ -18,9 +28,11 @@
|
|||||||
@brown:#6B5B4C;
|
@brown:#6B5B4C;
|
||||||
@grey:#42495F;
|
@grey:#42495F;
|
||||||
|
|
||||||
|
@pageBackground : #FDFDFA;
|
||||||
|
|
||||||
|
|
||||||
/*******************************
|
/*******************************
|
||||||
PXT Overrides
|
PXT Overrides
|
||||||
*******************************/
|
*******************************/
|
||||||
|
|
||||||
@backgroundColor: #FDFDFA;
|
|
||||||
@blocklyToolboxColor: #F6F4E6;
|
@blocklyToolboxColor: #F6F4E6;
|
@ -32,6 +32,9 @@
|
|||||||
&:extend(.yellow all);
|
&:extend(.yellow all);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*******************************
|
||||||
|
Blockly
|
||||||
|
*******************************/
|
||||||
|
|
||||||
.blocklyTreeRow {
|
.blocklyTreeRow {
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
@ -44,7 +47,7 @@
|
|||||||
|
|
||||||
/* Blockly Text */
|
/* Blockly Text */
|
||||||
.blocklyTreeLabel {
|
.blocklyTreeLabel {
|
||||||
font-family: "Gotham SSm A","Gotham SSm B","Montserrat","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif !important;
|
font-family: @pageFont !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blocklyTreeLabel {
|
.blocklyTreeLabel {
|
||||||
|
@ -91,7 +91,4 @@
|
|||||||
|
|
||||||
@fontPath : 'fonts';
|
@fontPath : 'fonts';
|
||||||
|
|
||||||
@headerFont : 'Segoe UI', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
||||||
@pageFont : 'Segoe UI', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
||||||
|
|
||||||
/* End Config */
|
/* End Config */
|
||||||
|
Loading…
Reference in New Issue
Block a user