重置Spring文档的字体
重置Spring文档的字体 by OttoDowns
Details
AuthorOttoDowns
LicenseNo License
Categorydocs.spring.io
Created
Updated
Size306 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 Reset docs.spring.io font
@version 20230516.04.11
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://docs.spring.io/") {
:root {
--font-family: Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
}