Open Sans
wwws.palermo.edu/cgi-bin/myup/myup.pl - Nov 2023 by facundocaceresg
Details
Authorfacundocaceresg
LicenseNo License
Categorytest.palermo.edu
Created
Updated
Size532 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 wwws.palermo.edu/cgi-bin/myup/myup.pl - Nov 2023
@version 20231117.00.36
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://wwws.palermo.edu/cgi-bin/myup/myup.pl#4") {
@font-face {
font-family: 'Open Sans';
src: url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap') format('truetype'); /* Ajusta la ruta y el formato según la fuente que estés utilizando */
font-weight: normal;
font-style: normal;
}
body {
font-family: 'Open Sans', sans-serif;
}
}