-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom-fonts(stylus).css
More file actions
37 lines (32 loc) · 1.19 KB
/
custom-fonts(stylus).css
File metadata and controls
37 lines (32 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* ==UserStyle==
@name AO3: Fonts
@namespace https://github.com/ravenothere/AO3-Tweaks
@version 1.0.0
@description load your custom fonts
@author ravenothere
==/UserStyle== */
@-moz-document domain("archiveofourown.org") {
@font-face {
font-family: "Apfel Grotezk";
src: url("https://cdn.jsdelivr.net/gh/collletttivo/apfel-grotezk@main/fonts/ApfelGrotezk-Regular.woff2");
}
@font-face {
font-family: "Apfel Grotezk Fett";
src: url("https://cdn.jsdelivr.net/gh/collletttivo/apfel-grotezk@main/fonts/ApfelGrotezk-Fett.woff2");
}
@font-face {
font-family: "Domine";
src: url("https://cdn.jsdelivr.net/gh/googlefonts/Domine@main/fonts/variable/Domine%5Bwght%5D.ttf");
}
@font-face {
font-family: "Victor Mono Medium";
src: url("https://cdn.jsdelivr.net/gh/rubjo/victor-mono@master/dist/woff2/VictorMono-Regular.woff2");
}
@font-face {
font-family: "Merriweather";
src: url("https://cdn.jsdelivr.net/gh/SorkinType/Merriweather@master/fonts/webfonts/Merriweather-Regular.woff2");
}
@font-face {
font-family: "Figtree";
src: url("https://cdn.jsdelivr.net/gh/erikdkennedy/figtree@master/fonts/webfonts/Figtree%5Bwght%5D.woff2");
}}