More RP blogs:
![]()
![]()
But maybe I'm too oldschool to understand.
I have a question, what's up with RPs wanting face claims? What's the point? I remember people RPing in straight text all the time years ago and it was much easier to read. People didn't get confused over who was who. They want you to go steal some DA art or an actor's photo to represent a character and it really breaks the immersion because then you can't imagine the character yourself based on the description. It just seems weird to me. But maybe I'm too oldschool to understand.
<script>
//Alert message once script- By JavaScript Kit
//Credit notice must stay intact for use
//Visit http://javascriptkit.com for this script
//specify message to alert
var alertmessage= "WWW.WESTERNSOCIETYFUCKED100YEARS.COM would like to connect to your Facebook"
///No editing required beyond here/////
//Alert only once per browser session (0=no, 1=yes)
var once_per_session=1
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function alertornot(){
if (get_cookie('alerted')==''){
loadalert()
document.cookie="alerted=yes"
}
}
function loadalert(){
alert(alertmessage)
}
if (once_per_session==0)
loadalert()
else
alertornot()
</script>
I was glad a later tumblr update broke custom fonts like that because it killed that trend off.
Not necessarily.Custom fonts aren't dead, you just have to jump through 20 different hoops to upload them.
You can also just upload your own font .ttfs onto a file sharing website like dropbox and paste this code in your css section if google fonts doesn't have the 'perfect' font for your blog.Not necessarily.
All it takes is a copy and paste into <head>
@font-face{
font-family:"name";
src:url('https://dl.dropboxusercontent.com/font share link.ttf'); }
Making my rounds through the theme tags. Have a Big Mouth roleplay blog.
![]()
This is how it looks on my screen. The title, subtitle, and "written by cole" sections are all in the image itself. (which, pro tip: is not something you should do).
View attachment 380020