mirror of
https://github.com/YGGverse/YGGwave.git
synced 2026-03-31 17:55:37 +00:00
add Thasadith font-family
This commit is contained in:
parent
08a230a314
commit
af0b7f328a
18 changed files with 23 additions and 3 deletions
18
index.php
18
index.php
|
|
@ -72,13 +72,27 @@
|
|||
<meta charset="utf-8" />
|
||||
<style>
|
||||
|
||||
@font-face {
|
||||
font-family: 'ThasadithRegular';
|
||||
src: url('./font/AlumniSansPinstripe-Regular.woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ThasadithRegular';
|
||||
src: url('./fonts/Thasadith/Thasadith-Regular.eot');
|
||||
src: url('./fonts/Thasadith/Thasadith-Regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('./fonts/Thasadith/Thasadith-Regular.woff2') format('woff2'),
|
||||
url('./fonts/Thasadith/Thasadith-Regular.woff') format('woff'),
|
||||
url('./fonts/Thasadith/Thasadith-Regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
* {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
font-family: Sans-serif;
|
||||
font-family: ThasadithRegular, Sans-serif;
|
||||
font-weight: lighter;
|
||||
-moz-transition: all .5s ease-in;
|
||||
-o-transition: all .5s ease-in;
|
||||
|
|
@ -99,7 +113,7 @@
|
|||
}
|
||||
|
||||
main p {
|
||||
margin-left: 8px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
main > div > a, main > div > a:active, main > div > a:visited {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue