Skip to content
Snippets Groups Projects
Verified Commit 5fa1104e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes remaining issues with local fonts

parent 87816adf
No related branches found
No related tags found
No related merge requests found
Showing
with 1497 additions and 13 deletions
File added
File added
File added
File added
File added
File added
module.exports = __webpack_public_path__ + "assets/fonts/fa-brands-400.b032e14e.svg";
\ No newline at end of file
File added
File added
This diff is collapsed.
File added
File added
module.exports = __webpack_public_path__ + "assets/fonts/roboto-mono-v5-latin-regular.96a9bbe5.svg";
\ No newline at end of file
This diff is collapsed.
File added
File added
/* roboto-mono-regular - latin */
@font-face {
font-family: "Roboto Mono";
font-style: normal;
font-weight: 400;
src: url("roboto-mono-v5-latin-regular.eot"); /* IE9 Compat Modes */
src: local("Roboto Mono"), local("RobotoMono-Regular"),
url("roboto-mono-v5-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("roboto-mono-v5-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */
url("roboto-mono-v5-latin-regular.woff") format("woff"), /* Modern Browsers */
url("roboto-mono-v5-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */
url("roboto-mono-v5-latin-regular.svg#RobotoMono") format("svg"); /* Legacy iOS */
}
module.exports = __webpack_public_path__ + "assets/fonts/roboto-v18-latin-300.dd0bea1f.svg";
\ No newline at end of file
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment