Chaned font
This commit is contained in:
parent
3d3bf93100
commit
50a86b0a83
1 changed files with 2 additions and 0 deletions
|
@ -1,11 +1,13 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>asxpi</title>
|
<title>asxpi</title>
|
||||||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
color: #FAFAFA;
|
color: #FAFAFA;
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-family: 'Open Sans';
|
||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Add table
Reference in a new issue