All files stored locally
This commit is contained in:
parent
2740f6cdff
commit
c87223b11c
@ -1,12 +1,23 @@
|
|||||||
/* Source: https://codepen.io/remsrob/pen/ZRyqNx */
|
/* 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 {
|
.image-replacement {
|
||||||
text-indent: 100%;
|
text-indent: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
span.amp {
|
span.amp {
|
||||||
font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
|
font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
|
||||||
font-style: italic
|
font-style: italic
|
||||||
|
Loading…
Reference in New Issue
Block a user