Montserrat font and some tweak
Hide bot moodle INSAT by joelimgu
Details
Authorjoelimgu
LicenseNo License
Categoryuserstyles
Created
Updated
Size559 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide bot moodle INSAT
@version 20220511.12.48
@namespace userstyles.world/user/joelimgu
@description Montserrat font and some tweak
@author joelimgu
@license No License
==/UserStyle== */
@-moz-document domain("moodle.insa-toulouse.fr") {
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
* {
font-family: 'Montserrat', sans-serif;
}
.vizir-widget-container {
display: none;
}
.box.py-3.generalbox.sitetopic img {
display: none;
}
}