mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:58:06 +01:00
add ubuntu font :3
This commit is contained in:
parent
7bb91711de
commit
d056563324
1 changed files with 5 additions and 1 deletions
|
@ -56,6 +56,8 @@ summary:hover{
|
||||||
nav {
|
nav {
|
||||||
background:#111111
|
background:#111111
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
@ -63,7 +65,9 @@ summary:hover{
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
.info > div {
|
||||||
|
font-family:Ubuntu, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
.app{
|
.app{
|
||||||
/* background-image:url("/css/head.svg"); */
|
/* background-image:url("/css/head.svg"); */
|
||||||
|
|
Loading…
Reference in a new issue