From c87223b11caa934d7d27b6bb3de5282778652153 Mon Sep 17 00:00:00 2001 From: Aymeric Sorek Date: Tue, 6 Nov 2018 16:43:38 +0100 Subject: [PATCH] All files stored locally --- webroot/css/term.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/webroot/css/term.css b/webroot/css/term.css index 1cb197f..385e359 100644 --- a/webroot/css/term.css +++ b/webroot/css/term.css @@ -1,12 +1,23 @@ /* Source: https://codepen.io/remsrob/pen/ZRyqNx */ -@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono); + +/* latin */ +@font-face { + font-family: 'Share Tech Mono'; + font-style: normal; + font-weight: 400; + src: local('Share Tech Mono'), local('ShareTechMono-Regular'), url(../fonts/techmono.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + .image-replacement { text-indent: 100%; white-space: nowrap; overflow: hidden } + + span.amp { font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important; font-style: italic