This commit is contained in:
parent
0aa8ccffcb
commit
eb5399db69
@ -1,4 +1,4 @@
|
|||||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
|
@import url('https://rsms.me/inter/inter.css');
|
||||||
|
|
||||||
/* Main page with stikky-footer */
|
/* Main page with stikky-footer */
|
||||||
html, body {
|
html, body {
|
||||||
@ -9,6 +9,11 @@ html, body {
|
|||||||
/* border-top: 3px solid #27A822; */
|
/* border-top: 3px solid #27A822; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@supports (font-variation-settings: normal) {
|
||||||
|
html, body {
|
||||||
|
font-family: 'Inter var', font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, 'Source Sans Pro', sans-serif;
|
||||||
|
}
|
||||||
|
}
|
||||||
/* Wrapper for page content to push down footer */
|
/* Wrapper for page content to push down footer */
|
||||||
#wrap {
|
#wrap {
|
||||||
padding-bottom: 50px;
|
padding-bottom: 50px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user