-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFreshMint-fonts-Roboto.user.css
76 lines (66 loc) · 3.53 KB
/
FreshMint-fonts-Roboto.user.css
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* ==UserStyle==
@name FreshMint-fonts-Roboto
@namespace https://github.com/SebastJava
@version 2.5
@description Linux Mint Forums, standard fonts accross all systems
@author SebastJava (https://raw.githubusercontent.com/SebastJava/FreshMint/main/COPYRIGHT)
@homepageURL https://github.com/SebastJava/FreshMint
@supportURL https://github.com/SebastJava/FreshMint/issues
@updateURL https://raw.githubusercontent.com/SebastJava/FreshMint/main/FreshMint-fonts-Roboto.user.css
@license GPL-2.0-or-later
@preprocessor default
==/UserStyle== */
@-moz-document domain("forums.linuxmint.com") {
/* roboto-regular - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local(Roboto), url('https://raw.githubusercontent.com/SebastJava/FreshMint/main/fonts/Roboto/roboto-v30-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local(Roboto Italic), url('https://raw.githubusercontent.com/SebastJava/FreshMint/main/fonts/Roboto/roboto-v30-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-italic.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local(Roboto Bold), url('https://raw.githubusercontent.com/SebastJava/FreshMint/main/fonts/Roboto/roboto-v30-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: local(Roboto Bold Italic), url('https://raw.githubusercontent.com/SebastJava/FreshMint/main/fonts/Roboto/roboto-v30-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700italic.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* @font-face generated by https://gwfh.mranftl.com/fonts and modified to use local fonts when available, as explained in https://stackoverflow.com/questions/26927564/adding-fallback-fonts-to-the-font-face-definition */
:not(code, kbd, pre, samp) {
font-family: "Roboto", "Liberation Sans", "Arial", "Helvetica", sans-serif !important;
}
code, kbd, pre, samp {
font-family: "DejaVu Sans Mono", Monaco, "Andale Mono", "Courier New", Courier, monospace !important;
}
body {
line-height: 1.2;
}
.icon, .button .icon, blockquote cite:before, .uncited:before {
font-family: FontAwesome !important;
}
a.header-avatar span:after {
font-family: FontAwesome !important;
}
}