mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-26 15:07:03 +01:00
Hotfix for font inclusion in custom CSS
parent
02d131d9c1
commit
0e0d623bf9
@ -4,28 +4,28 @@
|
||||
font-family: Whitney;
|
||||
font-style: light;
|
||||
font-weight: 300;
|
||||
src: url("https://github.com/TitanEmbeds/Titan/raw/master/webapp/titanembeds/static/fonts/whitney_light.woff") format("woff")
|
||||
src: url("https://cdn.rawgit.com/TitanEmbeds/Titan/228ba7bb/webapp/titanembeds/static/fonts/whitney_light.woff") format("woff")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url("https://github.com/TitanEmbeds/Titan/raw/master/webapp/titanembeds/static/fonts/whitney_normal.woff") format("woff")
|
||||
src: url("https://cdn.rawgit.com/TitanEmbeds/Titan/228ba7bb/webapp/titanembeds/static/fonts/whitney_normal.woff") format("woff")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: medium;
|
||||
font-weight: 600;
|
||||
src: url("https://github.com/TitanEmbeds/Titan/raw/master/webapp/titanembeds/static/fonts/whitney_medium.woff") format("woff")
|
||||
src: url("https://cdn.rawgit.com/TitanEmbeds/Titan/228ba7bb/webapp/titanembeds/static/fonts/whitney_medium.woff") format("woff")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: bold;
|
||||
font-weight: 700;
|
||||
src: url("https://github.com/TitanEmbeds/Titan/raw/master/webapp/titanembeds/static/fonts/whitney_bold.woff") format("woff")
|
||||
src: url("https://cdn.rawgit.com/TitanEmbeds/Titan/228ba7bb/webapp/titanembeds/static/fonts/whitney_bold.woff") format("woff")
|
||||
}
|
||||
|
||||
* {
|
||||
|
Loading…
Reference in New Issue
Block a user