Skip to content
Snippets Groups Projects
Commit 410a113e authored by Gelencsér Ákos's avatar Gelencsér Ákos :alien:
Browse files

Fix font-family again

parent 78e711d1
No related branches found
No related tags found
1 merge request!16Fix font-family again
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
Showing
with 4 additions and 986 deletions
File deleted
This diff is collapsed.
File deleted
File deleted
File deleted
File deleted
This diff is collapsed.
File deleted
File deleted
File deleted
File deleted
This diff is collapsed.
File deleted
File deleted
File deleted
/* roboto-condensed-300 - latin */
@font-face {
font-family: "Roboto Condensed";
font-style: normal;
font-weight: 300;
src: url("fonts/roboto-condensed-v18-latin-300.eot"); /* IE9 Compat Modes */
src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"),
url("fonts/roboto-condensed-v18-latin-300.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("fonts/roboto-condensed-v18-latin-300.woff2")
format("woff2"),
/* Super Modern Browsers */ url("fonts/roboto-condensed-v18-latin-300.woff")
format("woff"),
/* Modern Browsers */ url("fonts/roboto-condensed-v18-latin-300.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("fonts/roboto-condensed-v18-latin-300.svg#RobotoCondensed")
format("svg"); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
font-family: "Roboto Condensed";
font-style: normal;
font-weight: 400;
src: url("fonts/roboto-condensed-v18-latin-regular.eot"); /* IE9 Compat Modes */
src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
url("fonts/roboto-condensed-v18-latin-regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("fonts/roboto-condensed-v18-latin-regular.woff2")
format("woff2"),
/* Super Modern Browsers */
url("fonts/roboto-condensed-v18-latin-regular.woff") format("woff"),
/* Modern Browsers */ url("fonts/roboto-condensed-v18-latin-regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed")
format("svg"); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
font-family: "Roboto Condensed";
font-style: normal;
font-weight: 700;
src: url("fonts/roboto-condensed-v18-latin-700.eot"); /* IE9 Compat Modes */
src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"),
url("fonts/roboto-condensed-v18-latin-700.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("fonts/roboto-condensed-v18-latin-700.woff2")
format("woff2"),
/* Super Modern Browsers */ url("fonts/roboto-condensed-v18-latin-700.woff")
format("woff"),
/* Modern Browsers */ url("fonts/roboto-condensed-v18-latin-700.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed")
format("svg"); /* Legacy iOS */
}
html {
background-color: #071c21;
color: #d8edfc;
/*font-family: "Roboto Condensed";*/
font-family: "Roboto", sans-serif;
text-shadow: 0 0 5px #76bff071;
}
......
......@@ -7,6 +7,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment