Skip to content
Snippets Groups Projects
Commit 256f5299 authored by chairmantheboring's avatar chairmantheboring
Browse files

Fix 404s with missing fonts but this time I actually removed the right font.

parent e4ba4e20
No related branches found
No related tags found
No related merge requests found
......@@ -77,20 +77,6 @@ hr:not(.no-bottom-margin) {
margin-left: 20px;
}
/* actor-regular - latin */
@font-face {
font-family: 'Actor';
font-style: normal;
font-weight: 400;
src: url('/assets/fonts/actor/actor-v9-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Actor Regular'), local('Actor-Regular'),
url('/assets/fonts/actor/actor-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/assets/fonts/actor/actor-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/assets/fonts/actor/actor-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
url('/assets/fonts/actor/actor-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/assets/fonts/actor/actor-v9-latin-regular.svg#Actor') format('svg'); /* Legacy iOS */
}
.small-spacer {
margin-bottom: 40px;
}
......@@ -99,6 +85,28 @@ hr:not(.no-bottom-margin) {
text-align: center;
}
/* sura-regular - latin */
@font-face {
font-family: 'Sura';
font-style: normal;
font-weight: 400;
}
/* sura-regular - latin */
@font-face {
font-family: 'Sura';
font-style: normal;
font-weight: 400;
src: url('/assets/fonts/sura/sura-v4-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Sura'), local('Sura-Regular'),
url('/assets/fonts/sura/sura-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/assets/fonts/sura/sura-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/assets/fonts/sura/sura-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
url('/assets/fonts/sura/sura-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/assets/fonts/sura/sura-v4-latin-regular.svg#Sura') format('svg'); /* Legacy iOS */
}
blockquote:not(.post-summary) {
margin-left: 0;
padding: 5px 10px 5px 20px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment