Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
WebDev
epic-journey-display
Commits
b20c719e
Commit
b20c719e
authored
Feb 24, 2020
by
Porter Libby
Browse files
add fonts, apply to body
parent
ff8d1792
Changes
6
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
b20c719e
...
...
@@ -24,6 +24,7 @@
<!-- LOCAL CSS -->
<link
rel=
"apple-touch-icon"
href=
"icon.png"
>
<link
rel=
"stylesheet"
href=
"publiic/css/fonts.css"
>
<link
rel=
"stylesheet"
href=
"public/css/keyb.css"
>
<link
rel=
"stylesheet"
href=
"public/css/main.css"
>
...
...
public/css/fonts/Sentinel-Light.woff
0 → 100644
View file @
b20c719e
File added
public/css/fonts/Sentinel-LightItalic.woff
0 → 100644
View file @
b20c719e
File added
public/css/fonts/Sentinel-Semibold.woff
0 → 100644
View file @
b20c719e
File added
public/css/fonts/Sentinel-SemiboldItalic.woff
0 → 100644
View file @
b20c719e
File added
public/css/main.css
View file @
b20c719e
@font-face
{
font-family
:
Sentinel-Light
;
src
:
url("fonts/Sentinel-Light.woff")
;
}
@font-face
{
font-family
:
Sentinel-Light-Italic
;
src
:
url("fonts/Sentinel-LightItalic.woff")
;
}
@font-face
{
font-family
:
Sentinel-Semibold
;
src
:
url("fonts/Sentinel-Semibold.woff")
;
}
@font-face
{
font-family
:
Sentinel-Semibold-Italic
;
src
:
url("fonts/Sentinel-SemiboldItalic.woff")
;
}
body
{
width
:
100%
;
height
:
100%
;
font-family
:
Sentinel-Light
;
}
.fa
{
font-size
:
25px
;
...
...
@@ -58,7 +77,7 @@ body{
}
.section-prompt
{
font-size
:
20px
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-family
:
Sentinel-Semibold
;
padding
:
40px
20px
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment