Better fonts for Amplenote.
Amplenote Verdana by duclm278
Details
Authorduclm278
LicenseNo License
Categoryhttps://www.amplenote.com
Created
Updated
Size342 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 Amplenote Verdana
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.amplenote.com") {
@font-face {
font-family: "Roboto";
src: local("Verdana");
}
}