File: custom.css

package info (click to toggle)
fcidecomp 2.1.1%2Bdeb1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,648 kB
  • sloc: ansic: 1,270; python: 829; sh: 294; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

div.admonition p.admonition-title {
  font-size: 14px;
}

p.last {
  font-size: 12px;
}

@font-face {
    font-family: "Dosis ExtraLight";
    src: url("./Dosis-ExtraLight.ttf");
}

@font-face {
    font-family: "Barlow";
    src: url("./Barlow-Regular.ttf");
}