mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 03:58:55 +01:00
doc: Change fonts
This commit is contained in:
parent
f00729224c
commit
dcc357fff0
@ -1,11 +1,16 @@
|
|||||||
@import 'https://fonts.googleapis.com/css?family=Play:400,700';
|
@import 'https://fonts.googleapis.com/css?family=Play:400,700';
|
||||||
|
@import 'https://fonts.googleapis.com/css?family=Roboto:400,700';
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6, .navbar, .lead {
|
||||||
font-family: 'Play', sans-serif;
|
font-family: 'Play', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6, .navbar-brand {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user