This commit is contained in:
parent
88e083cf75
commit
19e82d284f
2 changed files with 8 additions and 1559 deletions
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,8 @@ Title: Stylesheet
|
||||||
Location: /styles.css
|
Location: /styles.css
|
||||||
/**/
|
/**/
|
||||||
|
|
||||||
@import url('/fluent-animated.css');
|
@import url('https://flumoji.pages.dev/css/animated.css');
|
||||||
|
@import url('https://flumoji.pages.dev/css/SegoeUIEmoji.css');
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Grenze+Gotisch:wght@100..900&family=Courgette&family=Noto+Color+Emoji&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Grenze+Gotisch:wght@100..900&family=Courgette&family=Noto+Color+Emoji&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
|
||||||
@import url('https://static.omg.lol/type/font-md-io.css');
|
@import url('https://static.omg.lol/type/font-md-io.css');
|
||||||
@import url('https://static.omg.lol/type/fontawesome-free/css/all.css');
|
@import url('https://static.omg.lol/type/fontawesome-free/css/all.css');
|
||||||
|
@ -18,10 +19,12 @@ Location: /styles.css
|
||||||
--accent: #845e9e;
|
--accent: #845e9e;
|
||||||
--color-em: #bb81f7;
|
--color-em: #bb81f7;
|
||||||
|
|
||||||
--font-main: 'Rubik', sans-serif, 'Noto Color Emoji';
|
--font-emoji: SegoeUIEmoji, 'Segoe UI Emoji', 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Symbol';
|
||||||
--font-head: 'Grenze Gotisch', sans-serif, 'Noto Color Emoji';
|
|
||||||
--font-code: 'MD IO 0.4', monospace, 'Noto Color Emoji';
|
--font-main: 'Rubik', sans-serif, var(--font-emoji);
|
||||||
--font-em: 'Courgette', cursive, 'Noto Color Emoji';
|
--font-head: 'Grenze Gotisch', sans-serif, var(--font-emoji);
|
||||||
|
--font-code: 'MD IO 0.4', monospace, var(--font-emoji);
|
||||||
|
--font-em: 'Courgette', cursive, var(--font-emoji);
|
||||||
|
|
||||||
--font-main-weight: 400;
|
--font-main-weight: 400;
|
||||||
--font-head-weight: 400;
|
--font-head-weight: 400;
|
||||||
|
|
Loading…
Reference in a new issue