mirror of
https://github.com/YGGverse/YGGwave.git
synced 2025-03-12 21:31:21 +00:00
add Thasadith font-family
This commit is contained in:
parent
08a230a314
commit
af0b7f328a
@ -1 +1,7 @@
|
||||
# YGGwave ~ Open Source, Javascript-less Radio Hub
|
||||
# YGGwave ~ Open Source, Javascript-less Radio Hub
|
||||
|
||||
#### Licensing
|
||||
|
||||
* Source code: [MIT license](https://github.com/YGGverse/YGGwave/blob/main/LICENSE)
|
||||
* Fonts:
|
||||
+ * [Thasadith](https://github.com/cadsondemak/Thasadith) - [OFL-1.1 license](https://github.com/googlefonts/fleurdeleah/blob/master/OFL.txt)
|
BIN
fonts/Thasadith/Thasadith-Bold.eot
Normal file
BIN
fonts/Thasadith/Thasadith-Bold.eot
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-Bold.ttf
Normal file
BIN
fonts/Thasadith/Thasadith-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-Bold.woff
Normal file
BIN
fonts/Thasadith/Thasadith-Bold.woff
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-Bold.woff2
Normal file
BIN
fonts/Thasadith/Thasadith-Bold.woff2
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-BoldItalic.eot
Normal file
BIN
fonts/Thasadith/Thasadith-BoldItalic.eot
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-BoldItalic.ttf
Normal file
BIN
fonts/Thasadith/Thasadith-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-BoldItalic.woff
Normal file
BIN
fonts/Thasadith/Thasadith-BoldItalic.woff
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-BoldItalic.woff2
Normal file
BIN
fonts/Thasadith/Thasadith-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-Italic.eot
Normal file
BIN
fonts/Thasadith/Thasadith-Italic.eot
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-Italic.ttf
Normal file
BIN
fonts/Thasadith/Thasadith-Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-Italic.woff
Normal file
BIN
fonts/Thasadith/Thasadith-Italic.woff
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-Italic.woff2
Normal file
BIN
fonts/Thasadith/Thasadith-Italic.woff2
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-Regular.eot
Normal file
BIN
fonts/Thasadith/Thasadith-Regular.eot
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-Regular.ttf
Normal file
BIN
fonts/Thasadith/Thasadith-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-Regular.woff
Normal file
BIN
fonts/Thasadith/Thasadith-Regular.woff
Normal file
Binary file not shown.
BIN
fonts/Thasadith/Thasadith-Regular.woff2
Normal file
BIN
fonts/Thasadith/Thasadith-Regular.woff2
Normal file
Binary file not shown.
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…
x
Reference in New Issue
Block a user