mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
Update styles.css
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
@import "https://www.nerdfonts.com/assets/css/webfont.css";
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Noto Math';
|
font-family: 'Noto Math';
|
||||||
src: url('noto-math.ttf');
|
src: url('noto-math.ttf');
|
||||||
@@ -8,6 +10,11 @@
|
|||||||
src: url('silicohand.ttf');
|
src: url('silicohand.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Hurmit';
|
||||||
|
src: url('hurmit.otf');
|
||||||
|
}
|
||||||
|
|
||||||
.stackedit__html {
|
.stackedit__html {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
}
|
}
|
||||||
@@ -65,10 +72,32 @@ div.logo {
|
|||||||
font-family: 'SilicoHand';
|
font-family: 'SilicoHand';
|
||||||
}
|
}
|
||||||
|
|
||||||
span.silico {
|
.silicoflare {
|
||||||
|
font-family: 'SilicoHand';
|
||||||
|
}
|
||||||
|
|
||||||
|
.silicoflare::before {
|
||||||
|
content: "Silico";
|
||||||
color: #7F00FF;
|
color: #7F00FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.flare {
|
.silicoflare::after {
|
||||||
color: #ff4500;
|
content: "Flare";
|
||||||
|
color: #FF4500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sif-font-silicohand {
|
||||||
|
font-family: 'SilicoHand';
|
||||||
|
}
|
||||||
|
|
||||||
|
.sif-text-orange {
|
||||||
|
color: #FF4500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sif-text-purple {
|
||||||
|
color: #7F00FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.token {
|
||||||
|
font-family: "Hurmit";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user