My Blog, build with Norgolith
blog.ladas552.me
blog
1/* Default fonts */
2@font-face {
3 font-family: "JetBrains Mono";
4 font-style: normal;
5 font-optical-sizing: auto;
6 font-display: swap;
7 font-weight: 100 800;
8 src: url(https://cdn.jsdelivr.net/fontsource/fonts/jetbrains-mono:vf@latest/latin-wght-normal.woff2) format('woff2-variations');
9 unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
10}
11
12@font-face {
13 font-family: "JetBrains Mono Italic";
14 font-style: italic;
15 font-optical-sizing: auto;
16 font-display: swap;
17 font-weight: 100 800;
18 src: url(https://cdn.jsdelivr.net/fontsource/fonts/jetbrains-mono:vf@latest/latin-wght-italic.woff2) format('woff2-variations');
19 unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
20}
21
22/* replacing 1MB nerdfont dependency */
23
24@font-face {
25 font-family: 'NerdFontsSymbols Nerd Font';
26 /* @TODO you need to adjust the path to the font: */
27 src: url("../images/site.woff2") format("woff2");
28 font-weight: normal;
29 font-style: normal;
30}
31
32.nf, .nerd-font, .nerd-fonts {
33 font-family: 'NerdFontsSymbols Nerd Font';
34 /* speak: none; */
35 font-style: normal;
36 font-weight: normal;
37 font-variant: normal;
38 text-transform: none;
39 line-height: 1;
40 /* Better Font Rendering (from devicons, et al) */
41 -webkit-font-smoothing: antialiased;
42 -moz-osx-font-smoothing: grayscale;
43}
44
45.nf-dev-norg:before {
46 content: "\e847";
47}
48
49.nf-md-rss_box:before {
50 content: "\f046c";
51}
52
53.nf-md-source_branch:before {
54 content: "\e725";
55}
56
57.nf-dev-nixos:before {
58 content: "\e843";
59}