UI optimize | Register UI
This commit is contained in:
@ -8,14 +8,24 @@
|
||||
Do you like manifest, google? Here you are '<link rel="manifest" href="%PUBLIC_URL%/fucku.json" />'
|
||||
-->
|
||||
<title>Charmless Yggdrasil</title>
|
||||
|
||||
<link rel="stylesheet" ref="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" >
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "OPPO Sans";
|
||||
src: url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Medium.woff2);
|
||||
}
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: "OPPO Sans" !important;
|
||||
}
|
||||
div.rootPanel {
|
||||
background-image: url("charmlessbg.png");
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" ref="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript" src="noie.js" />
|
||||
|
Reference in New Issue
Block a user