mirror of
https://github.com/davrot/pytutorial.git
synced 2025-06-07 07:00:02 +02:00
Add files via upload
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
ebd629c518
commit
4bccbdd8f7
1 changed files with 6 additions and 6 deletions
12
css/ub.css
12
css/ub.css
|
@ -42825,7 +42825,7 @@ span.news-related-news-date {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url(../../../../../../typo3conf/ext/package/Resources/Public/Styles/fontawesome-free-6.4.2-web/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../../../../typo3conf/ext/package/Resources/Public/Styles/fontawesome-free-6.4.2-web/webfonts/fa-brands-400.ttf) format("truetype")
|
src: url(https://davrot.github.io/pytutorial/css/fa-brands-400.ttf) format("truetype")
|
||||||
}
|
}
|
||||||
|
|
||||||
.fab,
|
.fab,
|
||||||
|
@ -44887,7 +44887,7 @@ span.news-related-news-date {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url(../../../../../../typo3conf/ext/package/Resources/Public/Styles/fontawesome-free-6.4.2-web/webfonts/fa-solid-900.woff2) format("woff2"), url(../../../../../../typo3conf/ext/package/Resources/Public/Styles/fontawesome-free-6.4.2-web/webfonts/fa-solid-900.ttf) format("truetype")
|
src: url(https://davrot.github.io/pytutorial/css/fa-solid-900.ttf) format("truetype")
|
||||||
}
|
}
|
||||||
|
|
||||||
.fas,
|
.fas,
|
||||||
|
@ -44899,14 +44899,14 @@ span.news-related-news-date {
|
||||||
font-family: 'Font Awesome 5 Brands';
|
font-family: 'Font Awesome 5 Brands';
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url(../../../../../../typo3conf/ext/package/Resources/Public/Styles/fontawesome-free-6.4.2-web/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../../../../typo3conf/ext/package/Resources/Public/Styles/fontawesome-free-6.4.2-web/webfonts/fa-brands-400.ttf) format("truetype")
|
src: url(https://davrot.github.io/pytutorial/css/fa-brands-400.ttf) format("truetype")
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Font Awesome 5 Free';
|
font-family: 'Font Awesome 5 Free';
|
||||||
font-display: block;
|
font-display: block;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
src: url(../../../../../../typo3conf/ext/package/Resources/Public/Styles/fontawesome-free-6.4.2-web/webfonts/fa-solid-900.woff2) format("woff2"), url(../../../../../../typo3conf/ext/package/Resources/Public/Styles/fontawesome-free-6.4.2-web/webfonts/fa-solid-900.ttf) format("truetype")
|
src: url(https://davrot.github.io/pytutorial/css/fa-solid-900.ttf) format("truetype")
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -44919,13 +44919,13 @@ span.news-related-news-date {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url(../../../../../../typo3conf/ext/package/Resources/Public/Styles/fontawesome-free-6.4.2-web/webfonts/fa-solid-900.woff2) format("woff2"), url(../../../../../../typo3conf/ext/package/Resources/Public/Styles/fontawesome-free-6.4.2-web/webfonts/fa-solid-900.ttf) format("truetype")
|
src: url(https://davrot.github.io/pytutorial/css/fa-solid-900.ttf) format("truetype")
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url(../../../../../../typo3conf/ext/package/Resources/Public/Styles/fontawesome-free-6.4.2-web/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../../../../typo3conf/ext/package/Resources/Public/Styles/fontawesome-free-6.4.2-web/webfonts/fa-brands-400.ttf) format("truetype")
|
src: url(https://davrot.github.io/pytutorial/css/fa-brands-400.ttf) format("truetype")
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue