move font press start 2P from index.html to style.css
This commit is contained in:
parent
b175b7164d
commit
bbf5003e16
6
front/dist/index.tmpl.html
vendored
6
front/dist/index.tmpl.html
vendored
@ -32,11 +32,7 @@
|
||||
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
|
||||
<link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="/resources/style/style.css">
|
||||
<style>
|
||||
html, body, pre, code, kbd, samp, button,p {
|
||||
font-family: "Press Start 2P";
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<title>WorkAdventure</title>
|
||||
</head>
|
||||
|
2
front/dist/resources/style/style.css
vendored
2
front/dist/resources/style/style.css
vendored
@ -1181,6 +1181,7 @@ div.action p.action-body{
|
||||
animation-name: slidein;
|
||||
}
|
||||
.popUpElement p {
|
||||
font-family: 'Press Start 2P';
|
||||
text-align: left;
|
||||
font-size: 10px;
|
||||
background-color: #727678;
|
||||
@ -1193,6 +1194,7 @@ div.action p.action-body{
|
||||
}
|
||||
|
||||
.popUpElement button {
|
||||
font-family: 'Press Start 2P';
|
||||
position: center;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user