diff --git a/home/static/fonts/bebas-neue/bebas-neue-v10-latin_latin-ext-regular.woff2 b/home/static/fonts/bebas-neue/bebas-neue-v10-latin_latin-ext-regular.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..cded9bc18c507cbb988c26b37f7ffad2100b18db Binary files /dev/null and b/home/static/fonts/bebas-neue/bebas-neue-v10-latin_latin-ext-regular.woff2 differ diff --git a/home/static/fonts/bebas-neue/style.css b/home/static/fonts/bebas-neue/style.css new file mode 100644 index 0000000000000000000000000000000000000000..6f76bca1f3a858161a14a0447ef32e014ee28181 --- /dev/null +++ b/home/static/fonts/bebas-neue/style.css @@ -0,0 +1,8 @@ +/* bebas-neue-regular - latin_latin-ext */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Bebas Neue'; + font-style: normal; + font-weight: 400; + src: url('./bebas-neue-v10-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} diff --git a/home/static/fonts/source-serif/source-serif-4-v7-latin_latin-ext-700.woff2 b/home/static/fonts/source-serif/source-serif-4-v7-latin_latin-ext-700.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..b9bf0c1a0ba38cbc350acbb2ab31b3e95c424eb8 Binary files /dev/null and b/home/static/fonts/source-serif/source-serif-4-v7-latin_latin-ext-700.woff2 differ diff --git a/home/static/fonts/source-serif/source-serif-4-v7-latin_latin-ext-700italic.woff2 b/home/static/fonts/source-serif/source-serif-4-v7-latin_latin-ext-700italic.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..a20fb70e5871fe0e83849d418b714640a2e3d71b Binary files /dev/null and b/home/static/fonts/source-serif/source-serif-4-v7-latin_latin-ext-700italic.woff2 differ diff --git a/home/static/fonts/source-serif/source-serif-4-v7-latin_latin-ext-italic.woff2 b/home/static/fonts/source-serif/source-serif-4-v7-latin_latin-ext-italic.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..0035f38a9f1e7e59640bec54ec3371a2d1065fe8 Binary files /dev/null and b/home/static/fonts/source-serif/source-serif-4-v7-latin_latin-ext-italic.woff2 differ diff --git a/home/static/fonts/source-serif/source-serif-4-v7-latin_latin-ext-regular.woff2 b/home/static/fonts/source-serif/source-serif-4-v7-latin_latin-ext-regular.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..ac4752fb9642bc9561c090140b07fb6c3987ec9f Binary files /dev/null and b/home/static/fonts/source-serif/source-serif-4-v7-latin_latin-ext-regular.woff2 differ diff --git a/home/static/fonts/source-serif/style.css b/home/static/fonts/source-serif/style.css new file mode 100644 index 0000000000000000000000000000000000000000..787a109d1801b26aa38374fdac0932eaa6608bd0 --- /dev/null +++ b/home/static/fonts/source-serif/style.css @@ -0,0 +1,35 @@ +/* source-serif-4-regular - latin_latin-ext */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Source Serif 4'; + font-style: normal; + font-weight: 400; + src: url('./source-serif-4-v7-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + +/* source-serif-4-italic - latin_latin-ext */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Source Serif 4'; + font-style: italic; + font-weight: 400; + src: url('./source-serif-4-v7-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + +/* source-serif-4-700 - latin_latin-ext */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Source Serif 4'; + font-style: normal; + font-weight: 700; + src: url('./source-serif-4-v7-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + +/* source-serif-4-700italic - latin_latin-ext */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Source Serif 4'; + font-style: italic; + font-weight: 700; + src: url('./source-serif-4-v7-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} diff --git a/institut/templates/base.html b/institut/templates/base.html index 10cd9800a0fd21612ac7705775b5ccb433e400b5..7406f314346cb4b9b548b04196c69475400f7380 100644 --- a/institut/templates/base.html +++ b/institut/templates/base.html @@ -28,7 +28,11 @@ <link rel="stylesheet" type="text/css" href="{% static 'fonts/pirati-ui/style.css' %}"> <link rel="stylesheet" - href="https://gfonts.pirati.cz/css2?family=Bebas+Neue&family=Source+Serif+4:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" + href="{% static 'fonts/bebas-neue/style.css' %}" + > + <link + rel="stylesheet" + href="{% static 'fonts/source-serif/style.css' %}" > <link rel="icon" type="image/png" href="{% static 'images/logo_big.png' %}">