User:Headquarter8302/Page.css: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 6: Line 6:
}
}


html {
:root {
font: Rubik, arial, sans-serif !important;
font: Rubik, arial, sans-serif !important;
}
}

Latest revision as of 01:43, 29 April 2021

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
/* Custom styles */
/* Imported from WIKIDOT SCP FOUNDATION AIAD HOMESCREEN SOURCE http://www.scpwiki.com/aiad-homescreen */
#tech {
    background: url(http://scp-wiki.wdfiles.com/local--files/aiad-homescreen/blue_squares_2.gif)
}

:root {
	font: Rubik, arial, sans-serif !important;
}