mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 18:52:44 +01:00
doc: Change the font
This commit is contained in:
parent
a56e6dd052
commit
e5b7000463
@ -1,8 +1,12 @@
|
|||||||
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700,900';
|
@import 'https://fonts.googleapis.com/css?family=Play:400,700';
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Play', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
header h1 small {
|
header h1 small {
|
||||||
|
Loading…
Reference in New Issue
Block a user