Adding content pages [wip]
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
import theme from './theme';
|
||||
|
||||
export default `
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: url('/fonts/LatoLatin-Semibold.woff') format('woff');
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -46,6 +51,7 @@ export default `
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Lato', -apple-system, BlinkMacSystemFont;
|
||||
font-weight: 500;
|
||||
line-height: 1.25;
|
||||
margin-top: 1em;
|
||||
|
||||
@@ -73,6 +73,10 @@ export function about(): string {
|
||||
return `${process.env.URL}/about`;
|
||||
}
|
||||
|
||||
export function integrations(): string {
|
||||
return `${process.env.URL}/integrations`;
|
||||
}
|
||||
|
||||
export function privacy(): string {
|
||||
return `${process.env.URL}/privacy`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user