mirror of
https://github.com/openziti/zrok.git
synced 2025-06-24 11:41:25 +02:00
poppins (#963)
This commit is contained in:
parent
3f5db643aa
commit
c36a9070ba
@ -7,6 +7,7 @@
|
|||||||
/* Import Fonts */
|
/* Import Fonts */
|
||||||
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&display=swap');
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
|
||||||
|
|
||||||
/* You can override the default Infima variables here. */
|
/* You can override the default Infima variables here. */
|
||||||
:root {
|
:root {
|
||||||
@ -91,12 +92,12 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: 'JetBrains Mono', Consolas, 'Courier New', monospace;
|
font-family: 'Poppins', Consolas, 'Courier New', monospace;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: 'JetBrains Mono', Consolas, 'Courier New', monospace;
|
font-family: 'Poppins', Consolas, 'Courier New', monospace;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
letter-spacing: 1;
|
letter-spacing: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user