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 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 |
@font-face { font-family: 'Raleway'; src: url('../fonts/raleway-light.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Raleway'; src: url('../fonts/raleway-lightitalic.woff2') format('woff2'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Raleway'; src: url('../fonts/raleway-semibold.woff2') format('woff2'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Raleway'; src: url('../fonts/raleway-semibolditalic.woff2') format('woff2'); font-weight: bold; font-style: italic; } @font-face { font-family: 'Hack'; src: url('../fonts/hack-regular-latin-webfont.eot?v=2.020'); src: url('../fonts/hack-regular-latin-webfont.eot?#iefix&v=2.020') format('embedded-opentype'), url('../fonts/hack-regular-latin-webfont.woff2?v=2.020') format('woff2'), url('../fonts/hack-regular-latin-webfont.woff?v=2.020') format('woff'), url('../fonts/hack-regular-latin-webfont.ttf?v=2.020') format('truetype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Hack'; src: url('../fonts/hack-bold-latin-webfont.eot?v=2.020'); src: url('../fonts/hack-bold-latin-webfont.eot?#iefix&v=2.020') format('embedded-opentype'), url('../fonts/hack-bold-latin-webfont.woff2?v=2.020') format('woff2'), url('../fonts/hack-bold-latin-webfont.woff?v=2.020') format('woff'), url('../fonts/hack-bold-latin-webfont.ttf?v=2.020') format('truetype'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Hack'; src: url('../fonts/hack-italic-latin-webfont.eot?v=2.020'); src: url('../fonts/hack-italic-latin-webfont.eot?#iefix&v=2.020') format('embedded-opentype'), url('../fonts/hack-italic-latin-webfont.woff2?v=2.020') format('woff2'), url('../fonts/hack-italic-latin-webfont.woff?v=2.020') format('woff'), url('../fonts/hack-italic-latin-webfont.ttf?v=2.020') format('truetype'); font-weight: 400; font-style: italic; } @font-face { font-family: 'Hack'; src: url('../fonts/hack-bolditalic-latin-webfont.eot?v=2.020'); src: url('../fonts/hack-bolditalic-latin-webfont.eot?#iefix&v=2.020') format('embedded-opentype'), url('../fonts/hack-bolditalic-latin-webfont.woff2?v=2.020') format('woff2'), url('../fonts/hack-bolditalic-latin-webfont.woff?v=2.020') format('woff'), url('../fonts/hack-bolditalic-latin-webfont.ttf?v=2.020') format('truetype'); font-weight: 700; font-style: italic; } @font-face { font-family: 'H3RALD'; src: url('../fonts/h3rald-eot.eot'); src: url('../fonts/h3rald-eot.eot?#iefix') format('embedded-opentype'), url('../fonts/h3rald-ttf.ttf') format('truetype'), url('../fonts/h3rald-woff.woff') format('woff'), url('../fonts/h3rald-svg.svg#h3rald') format('svg'); font-weight: normal; font-style: normal; } .h3rald { font-family: "H3RALD"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e7c4"; display: inline; } .h3rald:before { content: "\e7c4"; } .h3rald-header, .navbar a.h3rald.h3rald-header { margin-left: 1rem; color: #000000; font-size: 35px; } .h3rald-header:hover, .navbar a.h3rald.h3rald-header:hover { text-decoration: none; } .h3rald-footer { position: relative; top: 3px; font-size: 13px; } @font-face { font-family: 'HastyScribe'; src: url('../fonts/hastyscribe-eot.eot'); src: url('../fonts/hastyscribe-eot.eot?#iefix') format('embedded-opentype'), url('../fonts/hastyscribe-ttf.ttf') format('truetype'), url('../fonts/hastyscribe-woff.woff') format('woff'), url('../fonts/hastyscribe-svg.svg#hastyscribe') format('svg'); font-weight: normal; font-style: normal; } .hastyscribe:before { font-family: "HastyScribe"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 150%; vertical-align: bottom; line-height: 0.7; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline; content: "H"; } |