-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
141 lines (126 loc) · 3.77 KB
/
style.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
/*!
Theme Name: Techdiary Academy
Theme URI: http://underscores.me/
Author: techdiary
Author URI: http://techdiary.dev
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: techdiary-ac
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
Techdiary Academy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments
--------------------------------------------------------------*/
@font-face {
font-family: "Operator Mono";
src: url("assets/fonts/OperatorMono-BoldItalic.woff2") format("woff2"),
url("assets/fonts/OperatorMono-BoldItalic.woff") format("woff");
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Operator Mono";
src: url("assets/fonts/OperatorMono-Bold.woff2") format("woff2"),
url("assets/fonts/OperatorMono-Bold.woff") format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Operator Mono";
src: url("assets/fonts/OperatorMono-Book.woff2") format("woff2"),
url("assets/fonts/OperatorMono-Book.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Operator Mono";
src: url("assets/fonts/OperatorMono-LightItalic.woff2") format("woff2"),
url("assets/fonts/OperatorMono-LightItalic.woff") format("woff");
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Operator Mono";
src: url("assets/fonts/OperatorMono-BookItalic.woff2") format("woff2"),
url("assets/fonts/OperatorMono-BookItalic.woff") format("woff");
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Operator Mono";
src: url("assets/fonts/OperatorMono-Light.woff2") format("woff2"),
url("assets/fonts/OperatorMono-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Operator Mono";
src: url("assets/fonts/OperatorMono-MediumItalic.woff2") format("woff2"),
url("assets/fonts/OperatorMono-MediumItalic.woff") format("woff");
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Operator Mono";
src: url("assets/fonts/OperatorMono-Medium.woff2") format("woff2"),
url("assets/fonts/OperatorMono-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Operator Mono";
src: url("assets/fonts/OperatorMono-XLightItalic.woff2") format("woff2"),
url("assets/fonts/OperatorMono-XLightItalic.woff") format("woff");
font-weight: 200;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Operator Mono";
src: url("assets/fonts/OperatorMono-XLight.woff2") format("woff2"),
url("assets/fonts/OperatorMono-XLight.woff") format("woff");
font-weight: 200;
font-style: normal;
font-display: swap;
}