Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_fonts.styl « _styl « static - github.com/monkeyWzr/hugo-theme-cactus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f3f384da592cdcd9205dea8a2998e947e318fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@font-face
  font-style: normal
  font-family: "Meslo LG"
  src: local("Meslo LG S"), url("../lib/meslo-LG/MesloLGS-Regular.ttf") format("truetype")

@font-face
  font-style: normal
  font-family: "JetBrains Mono"
  font-display: swap;
  font-weight: 400;
  src: local("JetBrains Mono"), local("JetBrains-Mono"), 
  		url("/lib/JetBrainsMono/web/woff2/JetBrainsMono-Regular.woff2") format("woff2"),
  		url("/lib/JetBrainsMono/web/woff/JetBrainsMono-Regular.woff") format("woff"), 
  		url("/lib/JetBrainsMono/web/eot/JetBrainsMono-Regular.eot") format("embedded-opentype"), 
  		url("/lib/JetBrainsMono/ttf/JetBrainsMono-Regular.ttf") format("truetype");