We host our own fonts now, yo
This commit is contained in:
parent
ea8310293f
commit
c875176c9d
Binary file not shown.
|
@ -1,5 +1,6 @@
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@600&display=swap');
|
@font-face { font-family: 'Share Tech'; src: url(../fonts/Share-Tech/ShareTech-Regular.ttf) format('woff2'); }
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
|
@font-face { font-family: 'Share Tech Mono'; src: url(../fonts/Share-Tech/ShareTechMono-Regular.ttf) format('woff2'); }
|
||||||
|
@font-face { font-family: 'Bitter'; src: url(../fonts/Bitter/Bitter-VariableFont_wght.ttf) format('woff2'); }
|
||||||
/* Import Fonts */
|
/* Import Fonts */
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
@ -13,17 +14,19 @@ header {
|
||||||
h1.header {
|
h1.header {
|
||||||
padding: 32px;
|
padding: 32px;
|
||||||
font-family: 'Bitter', serif;
|
font-family: 'Bitter', serif;
|
||||||
|
font-weight: 600;
|
||||||
color: white;
|
color: white;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
p.intro {
|
p.intro {
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech', serif;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 2.5vw;
|
font-size: 2.5vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
p.info {
|
p.info {
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech', serif;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 1.25vw;
|
font-size: 1.25vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -47,7 +50,7 @@ input {
|
||||||
min-width: 250px;
|
min-width: 250px;
|
||||||
background: #dad9d9;
|
background: #dad9d9;
|
||||||
font-size: 170%;
|
font-size: 170%;
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech Mono', serif;
|
||||||
color: black;
|
color: black;
|
||||||
box-shadow: inset -0.05em -0.05em black
|
box-shadow: inset -0.05em -0.05em black
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue