mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 18:11:23 +01:00
Move fonts folder out of css folder
This commit is contained in:
parent
d284bd92aa
commit
47015330de
@ -237,28 +237,28 @@ a {
|
||||
font-family: Whitney;
|
||||
font-style: light;
|
||||
font-weight: 300;
|
||||
src: url("/fonts/whitney_light.woff") format("woff")
|
||||
src: url("../fonts/whitney_light.woff") format("woff")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url("/fonts/whitney_normal.woff") format("woff")
|
||||
src: url("../fonts/whitney_normal.woff") format("woff")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: medium;
|
||||
font-weight: 600;
|
||||
src: url("/fonts/whitney_medium.woff") format("woff")
|
||||
src: url("../fonts/whitney_medium.woff") format("woff")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: bold;
|
||||
font-weight: 700;
|
||||
src: url("/fonts/whitney_bold.woff") format("woff")
|
||||
src: url("../fonts/whitney_bold.woff") format("woff")
|
||||
}
|
||||
* {
|
||||
font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
|
||||
|
Loading…
Reference in New Issue
Block a user