You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.01-QCM_MuscuMaths/Website/css/global.css

16 lines
303 B

#bodyStyle{
background-image: url('../Media/background2.jpg');
/*background: linear-gradient(to bottom, rgba(37, 34, 71, 1), rgba(37, 35, 72, 1));*/
}
@font-face{
font-family: 'MenuFont';
src: url('../Media/mathEducFont.ttf') format('truetype');
}
* {
font-family: 'MenuFont';
}