mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-14 17:03:31 +01:00
Add Roboto Medium for groups #51
This commit is contained in:
parent
a8a3b7a5ad
commit
09b6b2dffe
3 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,7 @@ export default class LayerEditorGroup extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return <div>
|
return <div>
|
||||||
<div style={{
|
<div style={{
|
||||||
|
fontWeight: 'bold',
|
||||||
fontSize: fontSizes[4],
|
fontSize: fontSizes[4],
|
||||||
backgroundColor: this.state.hover ? Color(colors.black).lighten(0.30).string() : Color(colors.black).lighten(0.15).string(),
|
backgroundColor: this.state.hover ? Color(colors.black).lighten(0.30).string() : Color(colors.black).lighten(0.15).string(),
|
||||||
color: colors.lowgray,
|
color: colors.lowgray,
|
||||||
|
|
BIN
src/fonts/Roboto-Medium.ttf
Normal file
BIN
src/fonts/Roboto-Medium.ttf
Normal file
Binary file not shown.
|
@ -5,6 +5,13 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
src: url('./fonts/Roboto-Medium.ttf') format('truetype');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: rgb(28, 31, 36);
|
background-color: rgb(28, 31, 36);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue