Ios safari custom font
IOS Safari Custom Font by jitsai
Details
Authorjitsai
LicenseNo License
CategoryGoogle.com
Created
Updated
Size584 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 Example
@namespace example.com
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
/**
Your code goes here!
More info in the official documentation at Stylus' wiki:
https://github.com/openstyles/stylus/wiki/Writing-UserCSS
*/
@font-face {
font-family: "Tharlon";
src: url("https://fonts.gstatic.com/ea/tharlon/v3/Tharlon-Regular.ttf") format("TTDictionary"),
}
body {
font-family: "Tharlon";
}
}