mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 23:43:57 +02:00
feat: set up global styles for font
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { createGlobalStyle } from "styled-components"
|
||||
|
||||
export const GlobalStyles = createGlobalStyle`
|
||||
html {
|
||||
font-family: Oxygen;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 18px;
|
||||
line-height: 25px;
|
||||
}
|
||||
`
|
||||
Reference in New Issue
Block a user