mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-10 23:19:51 +02:00
Hotfix for font inclusion in custom CSS
@ -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")
|
||||
}
|
||||
|
||||
* {
|
||||
|
Reference in New Issue
Block a user