all repos — hastysite @ 6e1ed2eec9c3d544be62391be3369412fd4f7991

A high-performance static site generator.

site/assets/styles/fonts.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
@font-face {
 font-family: "Font Awesome 5 Free";
 src: url("../fonts/fa-solid-900.woff") format("woff");
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

@font-face {
 font-family: "Font Awesome 5 Brands";
 src: url("../fonts/fa-solid-400.woff") format("woff");
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

@font-face {
 font-family: "Source Sans Pro";
 src: url("../fonts/SourceSansPro-Regular.woff") format("woff");
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

@font-face {
 font-family: "Source Sans Pro";
 src: url("../fonts/SourceSansPro-It.woff") format("woff");
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-style: italic;
}

@font-face {
 font-family: "Source Sans Pro";
 src: url("../fonts/SourceSansPro-Bold.woff") format("woff");
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-weight: bold;
}

@font-face {
 font-family: "Source Sans Pro";
 src: url("../fonts/SourceSansPro-BoldIt.woff") format("woff");
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-weight: bold;
 font-style: italic;
}

@font-face {
 font-family: "Source Code Pro";
 src: url("../fonts/SourceCodePro-Regular.woff") format("woff");
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}